You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The hyprland modules seem to be the culprit, as commenting them out and not touching anything else solves the problem. I'll make an issue at hyprland and see what they'll say
i just booted to find Waybar missing. i start waybar with exec-once, even though i use uwsm to launch Hyprland (just haven't gotten around it yet).
waybar coredumped with the following preceding lines:
arch kernel: traps: waybar[1343] general protection fault ip:7f0a689ab2a0 sp:7f0a6131f3d0 error:0 in libstdc++.so.6.0.33[7f0a68897000+14d000]
arch systemd-coredump[1345]: Process 1190 (waybar) of user 1001 terminated abnormally with signal 11/SEGV, processing...
the last waybar-related line stated [info] Hyprland IPC starting just like stated in the "no bar" case in #3742 (comment)
i am not sure if this info is relevant. however, i can also attach the coredump file if necessary.
just a note: i switched to starting waybar as user service for last 4 days, and i still find the hyprland/workspaces module missing at times on startup.
Waybar 0.11.0, Hyprland 0.44.1, OS Artix Linux with OpenRC
When autostarting Waybar with Hyprland's "exec-once" command, one of the three things can randomly happen:
1. The bar won't appear at all
[2024-11-03 12:55:39.000] [info] Using configuration file /home/uranus/.config/waybar/config.jsonc
[2024-11-03 12:55:39.153] [info] Unable to receive desktop appearance: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.Settings” on object at path /org/freedesktop/portal/desktop
[2024-11-03 12:55:39.153] [info] Using CSS file /home/uranus/.config/waybar/style.css
[2024-11-03 12:55:39.158] [info] Hyprland IPC starting
2. The bar will appear, but without the hyprland modules
[2024-11-03 12:56:28.435] [info] Using configuration file /home/uranus/.config/waybar/config.jsonc
[2024-11-03 12:56:28.585] [info] Unable to receive desktop appearance: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.Settings” on object at path /org/freedesktop/portal/desktop
[2024-11-03 12:56:28.585] [info] Using CSS file /home/uranus/.config/waybar/style.css
[2024-11-03 12:56:28.591] [info] Hyprland IPC starting
[2024-11-03 12:56:28.591] [error] Hyprland IPC: Unable to connect?
[2024-11-03 12:56:28.592] [warning] module hyprland/workspaces: Disabling module "hyprland/workspaces", Hyprland IPC: Couldn't connect to /run/user/1000/hypr/4520b30d498daca8079365bdb909a8dea38e8d55_1730634985_1865359752/4520b30d498daca8079365bdb909a8dea38e8d55_1730634985_1865359752/.socket.sock. (3)
[2024-11-03 12:56:28.602] [warning] module hyprland/language: Disabling module "hyprland/language", Hyprland IPC: Couldn't connect to /run/user/1000/hypr/4520b30d498daca8079365bdb909a8dea38e8d55_1730634985_1865359752/4520b30d498daca8079365bdb909a8dea38e8d55_1730634985_1865359752/.socket.sock. (3)
[2024-11-03 12:56:28.732] [info] Bar configured (width: 2560, height: 50) for output: DP-3
3. The bar will appear with all the modules and work as normal
[2024-11-03 12:59:30.111] [info] Using configuration file /home/uranus/.config/waybar/config.jsonc
[2024-11-03 12:59:30.270] [info] Unable to receive desktop appearance: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.Settings” on object at path /org/freedesktop/portal/desktop
[2024-11-03 12:59:30.270] [info] Using CSS file /home/uranus/.config/waybar/style.css
[2024-11-03 12:59:30.275] [info] Hyprland IPC starting
[2024-11-03 12:59:30.276] [info] Loading persistent workspaces from Hyprland workspace rules
[2024-11-03 12:59:30.453] [info] Bar configured (width: 2560, height: 50) for output: DP-3
Starting Waybar after Hyprland boots works as intended. Here are the modules I use:
The text was updated successfully, but these errors were encountered: