Waybar icon indicating copy to clipboard operation
Waybar copied to clipboard

waybar starts automatically with KDE Plasma

Open K0-RR opened this issue 10 months ago • 5 comments

v0.9.24. It's not listed in the startup apps in the KDE system settings. I also tried: systemctl --user list-units | grep waybar cat ~/.profile |grep waybar ls /etc/xdg/autostart/ |grep waybar ls /usr/share/applications/ |grep waybar

K0-RR avatar Feb 24 '25 13:02 K0-RR

I can confirm this issue. If waybar is used in any wayland compositor, it also start in different wayland desktop environments. The only workaround I found is creating a startup script that kills waybar. Maybe its not a waybar but a wayland issue.

blitzgneisserin avatar May 07 '25 07:05 blitzgneisserin

Got a finding on my machine (Ubuntu) by: ↳ systemctl --user list-units | grep waybar

disabled it: ↳ systemctl --user disable waybar.service

kyoshiro avatar May 08 '25 12:05 kyoshiro

Waybar does in fact start when you log into Plasma(Wayland). I'm on Debian Sid logged into Plasma(Wayland) looking at waybar how I have it configured for hyprland. I did not configure waybar to open with Plasma. I cannot disable waybar because I use it with hyprland.

steveo314 avatar May 16 '25 22:05 steveo314

@steveo314 disabling it via systemd will only make it so systemd doesn't automatically start it. As long as you have hyprland configured to start Waybar via an exec-once statement in your config file, you should be fine, as I understand it.

KD0BPV avatar Jun 06 '25 03:06 KD0BPV

Hi, I also have this issue with waybar on Debian testing, running KDE and Niri, even after disabling it with sudo systemctl --user stop waybar.service && sudo systemctl --user disable waybar.service i tried without the --user flag but it returns a unknown service waybar, also I did run this command during Niri's initial config systemctl --user add-wants niri.service waybar.service

Akirapearl avatar Jun 14 '25 07:06 Akirapearl

In my case the waybar.service was in global scope. To disable I had to systemctl --global disable waybar.service

tomsen-san avatar Jul 01 '25 18:07 tomsen-san

ExecCondition=/lib/systemd/systemd-xdg-autostart-condition "" "KDE"

Vladimir-csp avatar Sep 24 '25 16:09 Vladimir-csp