plasma-manager icon indicating copy to clipboard operation
plasma-manager copied to clipboard

Wonky Panel Behavior

Open YaroKasear opened this issue 1 year ago • 3 comments

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?

YaroKasear avatar Jun 09 '24 17:06 YaroKasear

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.

magnouvean avatar Jun 13 '24 09:06 magnouvean

Unfortunately it seems to have cleared up.

YaroKasear avatar Jun 13 '24 14:06 YaroKasear

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.

Found this while looking for a different issue, however this did help. My panel straight up just does not get re-applied from the hm config, unless I run this after the generation is switched to

dinckelman avatar Aug 11 '25 22:08 dinckelman