nix-community / plasma-manager

Manage KDE Plasma with Home Manager
https://nix-community.github.io/plasma-manager/
MIT License
604 stars 70 forks source link

Wonky Panel Behavior #195

Open YaroKasear opened 3 months ago

YaroKasear commented 3 months ago

When things load, my bottom panel, which I set to "fit" in length mode, starts out doing that properly, then goes crazy, and I'm not sure exactly how to fix that. Going into edit mode or sometimes just opening a window causes the panel to snap back into place properly.

Screenshot_20240609_122257

Here is what it looks like after everything loads.

image

This is how it should look.

Is this something that can be fixed with plasma-manager or is this a bug in Plasma 6?

magnouvean commented 3 months ago

Unless we are interfacing with plasma desktop scripts in the wrong way this is probably not a plasma-manager bug. It could be though that the plasma-script is executed earlier than plasma expects and that this is what's causing the problem. If you do

rm ~/.local/share/plasma-manager/last_run_*
~/.local/share/plasma-manager/run_all.sh

when logged into plasma, does this give the expected panel? If it does, this could indeed be the problem. If this is the case there are probably some adjustments we could/should make, to make this and maybe some other things work better.

YaroKasear commented 3 months ago

Unfortunately it seems to have cleared up.