[SOLVED] waybar galaxy repo has no network module 13 April 2020, 02:47:49 I am using sway with artix, but when I install waybar from galaxy repo which is the official repo of artix, it warned no network module found which is annoying, because without it I cannot see network status.but surprisingly, when I install waybar from arch's community repo, the network module is back. I checked the PKGBUILD from build arch and artix, they are exactly the same, so what's the problem, I really wanna use artix's repo as long as possible Last Edit: 13 April 2020, 19:21:20 by nous
Re: waybar galaxy repo has no network module Reply #1 – 13 April 2020, 03:12:34 Weird, I am using sway as well and mine shows network info, but mine is also modified... Is there something more you could provide?Edit: Updating the package, that might help. I can't say for sure as I am having no issue.Edit2: Also reason why I have no issue it seems, is because I am using swaybar instead. Last Edit: 13 April 2020, 03:27:09 by ndowens
Re: waybar galaxy repo has no network module Reply #2 – 13 April 2020, 03:42:05 Quote from: ndowens – on 13 April 2020, 03:12:34Weird, I am using sway as well and mine shows network info, but mine is also modified... Is there something more you could provide?Edit: Updating the package, that might help. I can't say for sure as I am having no issue.Edit2: Also reason why I have no issue it seems, is because I am using swaybar instead.thanks for replying, yeah, I installed artix's waybar before, it has the problem, so I installed arch's waybar directly, no problem here. then recently, waybar got updated, it seeems that it updated to artix's waybar directly, so the problem comes back again, I had to reinstall to arch's waybar.so I don't think update will help, as you mentioned, you are using swaybar, can I see how you swaybar looks like? I may use swaybar directly if it looks nice.
Re: waybar galaxy repo has no network module Reply #3 – 13 April 2020, 03:49:41 Weird, I was hoping it would fix it as I added libnl( i think it was) which is for network support according to meson options. I use a setup I found online that I like. I forget the original repo I found but here is my copy of it, with just slight changes. Mostly keybind:https://github.com/ndowens/sway_wmI launched waybar and it shows my network info:https://imgur.com/a/F3n6Yus Last Edit: 13 April 2020, 03:56:35 by ndowens
Re: waybar galaxy repo has no network module Reply #4 – 13 April 2020, 04:03:27 Quote from: ndowens – on 13 April 2020, 03:49:41Weird, I was hoping it would fix it as I added libnl( i think it was) which is for network support according to meson options. I use a setup I found online that I like. I forget the original repo I found but here is my copy of it, with just slight changes. Mostly keybind:https://github.com/ndowens/sway_wmI launched waybar and it shows my network info:https://imgur.com/a/F3n6Yus looks nice, thanks for sharing, I think I can mark this as solved
Re: waybar galaxy repo has no network module Reply #5 – 13 April 2020, 04:05:47 Quote from: ndowens – on 13 April 2020, 03:49:41Weird, I was hoping it would fix it as I added libnl( i think it was) which is for network support according to meson options. I use a setup I found online that I like. I forget the original repo I found but here is my copy of it, with just slight changes. Mostly keybind:https://github.com/ndowens/sway_wmI launched waybar and it shows my network info:https://imgur.com/a/F3n6Yus BTW, there is rofi config in your repo, why not use wofi which is a native wayland rofi replacement
Re: waybar galaxy repo has no network module Reply #6 – 13 April 2020, 04:46:15 I actually just use dmenu
Re: waybar galaxy repo has no network module Reply #7 – 13 April 2020, 05:25:44 Quote from: ndowens – on 13 April 2020, 04:46:15I actually just use dmenuyour latest commit of waybar fixed the issue, thanks, you added libnl as dependency, but there is no such a dependency in arch PKGBUILD Last Edit: 13 April 2020, 06:52:56 by promisedneverland
Re: waybar galaxy repo has no network module Reply #8 – 13 April 2020, 06:10:26 Quote from: promisedneverland – on 13 April 2020, 05:25:44your latest commit of waybar fixed the issue, thanks, you added libnl as dependency, but there is no such a dpendency in arch PKGBUILDYep. I was hoping it would fix it.
Re: waybar galaxy repo has no network module Reply #9 – 13 April 2020, 06:44:26 Quote from: ndowens – on 13 April 2020, 06:10:26Yep. I was hoping it would fix it.I found that there was a waybar AUR package by waybar's author ,and he also added libnl as a dependency, libsigc++ too.as claimed by the author, I think you should add libsigc++ as dependency toohttps://github.com/Alexays/Waybar/issues/167 Last Edit: 13 April 2020, 06:51:18 by promisedneverland