Package Details: netbird-ui 0.56.1-1

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: None
Last Packager: tarball
Votes: 2
Popularity: 0.029938
First Submitted: 2022-06-09 08:22 (UTC)
Last Updated: 2025-09-10 16:27 (UTC)

Latest Comments

tarball commented on 2025-07-31 10:00 (UTC)

To be honest, I don't use this particular package at all anymore, there's very little testing going on. Sorry about that. I suppose the proper thing would be to update it one last time and delegate future maintenance to someone who will actually care about it.

kIERO commented on 2025-07-31 03:34 (UTC) (edited on 2025-07-31 07:40 (UTC) by kIERO)

edit: I saw I need to systemctl enable --now netbird@main.service on the install.sh

Should this be printed after installing this package?

After this I clicked "Connect", it opened the browser but I want to to connect to my own self-hosted instance of netbird.

Is this doable? Should I report this behavior to their repo?

The menu option "Settings" is unpopulated, so I cannot change this.

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"
 }