Package Details: netbird-ui 0.47.2-2

Git Clone URL: https://aur.archlinux.org/netbird-ui.git (read-only, click to copy)
Package Base: netbird-ui
Description: Official GUI for the Netbird client
Upstream URL: https://netbird.io
Keywords: gtk3 gui mesh network ui vpn wireguard
Licenses: BSD-3-Clause
Submitter: tarball
Maintainer: tarball
Last Packager: tarball
Votes: 2
Popularity: 0.21
First Submitted: 2022-06-09 08:22 (UTC)
Last Updated: 2025-06-19 08:45 (UTC)

Latest Comments

brody commented on 2025-06-19 08:34 (UTC)

There is not a single package in my different ArchLinux installations which contains an *.ico file within /usr/share/icons. Even the official provided rpm and deb packages contain the netbird.png file.

brody commented on 2025-06-18 06:39 (UTC)

I'm using KDE Plasma and assume that there is no possibility to handle ico files.

tarball commented on 2025-06-17 09:45 (UTC)

Seems to work fine for me. What DE/status bar are you running?

brody commented on 2025-06-17 08:42 (UTC)

The icon is not visible within a desktop environment.

Please apply this fix:

❯ git diff
diff --git a/PKGBUILD b/PKGBUILD
index 371002e..f420082 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -67,6 +67,6 @@ package() {
   install -Dm644 build/netbird.desktop \
     "$pkgdir/usr/share/applications/netbird.desktop"

-  install -Dm644 assets/netbird.ico \
-    "$pkgdir/usr/share/icons/netbird.ico"
+  install -Dm644 assets/netbird.png \
+    "$pkgdir/usr/share/icons/hicolor/256x256/apps/netbird.png"
 }