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
Every time i log into my hyperland session (dm:sddm) waybar shows for a second and then disappears, running waybar from the terminal or after logging out of the current session and logging back in fixes the issue (not rebooting).
Possible cause?
As i configured waybar to execute via hyperland instead of systemd
hypr.conf
exec-once = hyperland
This time i decided that i'll try with systemd
~ ◉ systemctl --user enable --now waybar.service
Created symlink '/home/ryan/.config/systemd/user/graphical-session.target.wants/waybar.service' → '/usr/lib/systemd/user/waybar.service'.
A dependency job for waybar.service failed. See 'journalctl -xe'for details.
the result of journalctl being:
#5 0x00007feb42a983b2 start_thread (libc.so.6 + 0x983b2)#6 0x00007feb42b1d5fc __clone3 (libc.so.6 + 0x11d5fc)
Stack trace of thread 4699:
#0 0x00007feb42b1b16d syscall (libc.so.6 + 0x11b16d)#1 0x00007feb434ed26c g_cond_wait_until (libglib-2.0.so.0 + 0x9026c)#2 0x00007feb43486183 n/a (libglib-2.0.so.0 + 0x29183)#3 0x00007feb434edaba n/a (libglib-2.0.so.0 + 0x90aba)#4 0x00007feb434ed49e n/a (libglib-2.0.so.0 + 0x9049e)#5 0x00007feb42a983b2 start_thread (libc.so.6 + 0x983b2)#6 0x00007feb42b1d5fc __clone3 (libc.so.6 + 0x11d5fc)
ELF object binary architecture: AMD x86-64
░░ Subject: Process 3743 (waybar) dumped core
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ Documentation: man:core(5)
░░
░░ Process 3743 (waybar) crashed and dumped core.
░░
░░ This usually indicates a programming error in the crashing program and
░░ should be reported to its vendor as a bug.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Every time i log into my hyperland session (dm:sddm) waybar shows for a second and then disappears, running waybar from the terminal or after logging out of the current session and logging back in fixes the issue (not rebooting).
Possible cause?
As i configured waybar to execute via hyperland instead of systemd
This time i decided that i'll try with systemd
the result of journalctl being:
The text was updated successfully, but these errors were encountered: