https://bugs.kde.org/show_bug.cgi?id=356225

--- Comment #35 from Bob Wya <bob.mt....@gmail.com> ---
(In reply to Bernd Steinhauser from comment #34)
> This got actually worse with 5.5.95. Not sure about the desktop, because I
> gave up on using wallpapers, because plasmashell will do whatever it wants
> with them anyway.
> However, it is really impressive with what accuracy and determination,
> plasmashell moves two panels that were on different screens onto the same
> screen after reboot.
> 
> I mean I can understand if screen numbering gets messed up and things that
> should be on screen X end up on screen Y and the other way round. But just
> putting everything on screen X and nothing on screen Y? Why?
> It really feels like there is no concept of remembering where things were
> when shutting down.
> 
> Also interesting is that it constantly complains about 
> "requesting unexisting screen 3"
> when nothing in .config/plasma-org.kde.plasma.desktop-appletsrc has an entry
> that could be related to a "screen 3". Everything in there says -1, 0, 1 or
> 2.
> The other plasma config files don't mention screen 3 either, afaics.
> Not sure what's going on, or is it just that some parts of plasma count from
> 0 and some count from 1?
> Well then I could understand if it gets confused by itself. ;)

Have a look at my (cough) workaround script...
https://bugs.kde.org/attachment.cgi?id=97673
I've actually got a copy of the script globally bound to CTRL+ATL+BACKSPACE !!

The settings in my script are specific to my system (a bottom panel on each, of
2 screens).
So you'll need to edit the script first and put in your personal panel
settings. :-)

To obtain the settings for your current panel setup - execute:
egrep -B 6 -A 1 '^plugin=org.kde.panel'
"${HOME}/.config/plasma-org.kde.plasma.desktop-appletsrc"

I've added a comment table to deceiver the codes that determine where a panel
is positioned (LEFT, RIGHT, TOP, BOTTOM).
Screen numbering is from 0 ... (as you speculated).

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to