Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tray dissappears after restarting waybar "no such object path /StatusNotifierWatcher" #3430

Closed
Shmerlard opened this issue Jul 10, 2024 · 2 comments
Labels
bug Something isn't working clock custom sni

Comments

@Shmerlard
Copy link

Shmerlard commented Jul 10, 2024

hi, im using wayland with archlinux,
when starting wayland everything works fine but if i will change the config file of waybar (adding module for instance) and then restart waybar i will get:

==> ERROR: Cannot fetch updates
[2024-07-10 13:49:46.256] [error] Host: GDBus.Error:org.freedesktop.DBus.Error.UnknownObject: No such object path '/StatusNotifierWatcher'
[2024-07-10 13:49:46.357] [error] Host: GDBus.Error:org.freedesktop.DBus.Error.UnknownObject: No such object path '/StatusNotifierWatcher'
[2024-07-10 13:49:46.370] [warning] Requested height: 30 is less than the minimum height: 35 required by the modules
[2024-07-10 13:49:46.370] [info] Bar configured (width: 1920, height: 35) for output: HDMI-A-1
[2024-07-10 13:49:46.370] [warning] Requested height: 30 is less than the minimum height: 35 required by the modules
[2024-07-10 13:49:46.370] [info] Bar configured (width: 1920, height: 35) for output: eDP-1

waybar start with the following script

#!/bin/sh

killall waybar

waybar -c ~/dotfiles/waybar/config.jsonc & -s ~/dotfiles/waybar/style.css

but even if i will manualy just put in the terminal waybar & i will get this error, i also tried killing the nm-applet process and the restarting waybar but it didnt work.
thank you very much

update: i noticed that it happens when changing the css file

@github-actions github-actions bot added bug Something isn't working clock custom sni labels Jul 10, 2024
@RobertMueller2
Copy link
Contributor

Can you try if the PR mentioned above fixed the problem? It's now in git and included with 0.10.4.

@Shmerlard
Copy link
Author

yup looks like it was solved, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working clock custom sni
Projects
None yet
Development

No branches or pull requests

2 participants