[Plasma 6] Desktop icons rearranging/reset themselves after sleep or reboot

Hi, i need help with issue.

my desktop icons keep rearranging themselves after every time i put it into sleep mode or when i reboot andd they reset themselves.

its getting annoying.

i already tried getting help in other places even kde bugs won’t do a thing.

is there a solution. are third party tools that locks them?

what about commands for terminal?

3 Likes

Do you have manual sorting selected?

yes, i checked and it’s on manual.

what else can i do?

Unfortunately probably nothing. This is a known bug that annoyingly manifests in a lot of random ways. We’re planning to rewrite it to be more robust at some point in the future, but obviously that hasn’t happened yet.

1 Like

gotcha, thanks.

If icons on desktop rearranged when I switch main desktop to second monitor is it the same bug?

Same issue with Task Manager panel widget.

KDE Plasma Version: 6.0.4
KDE Frameworks Version: 6.1.0
Qt Version: 6.7.0
Graphics Platform: Wayland

I just had the same issue pop up the other day and managed to resolve it.

This might be another flavor of 469445 – ScreenMapping entry in config file can grow infinitely due to lack of auto-removal of stale entries, which makes plasmashell slow down and eventually crash rearing its ugly head.
I’ve had problems with this in the past, though they should have been resolved afaik.

In any case, I checked ~/.config/plasma-org.kde.plasma.desktop-appletsrc, the [ScreenMapping] section there had the key screenMapping which had an entry that was about 200k characters long! Just removing the value of the key fixed the issue for me

Stumbled across the same issue (or so I think). Every time my Monitor turns on again either by physically toggeling its power button on/off or by waking it up from sleep mode by moving the mouse I have to reorder all my desktop icons no matter which (ordering) settings I choose.

Locking the Icons also does not prevent this from happening. I can reproduce this 100% of the time, all I have to do is switch the monitor off and on again after placing the icons.

Already tried the potential workaround DeinAlptraum mentioned above but it seems to be unrelated (at least in my case).

Anything I could try/do to workaround this? Or anything that would help tracing the cause of this (if it is not already known)?

Currently running the following setup:

  • 2 Displays connected: 1 HDMI, 1 DisplayPort
  • 1 Display is switched off 99,99 % of the time and is also disabled in the desktop settings (so I do not extend or mirror the dekstop)
  • AMD Radeon 6900 XT
  • Nobara Linux 40
  • KDE-Plasma: 6.1.5
  • KDE-Frameworks: 6.6.0
  • Qt: 6.7.2
  • Kernel: 6.11.0-201.fsync.fc40.x86_64
  • Grafics Plattform: Wayland
1 Like

I have this issue with almost the same setup with two laptops…and Asus Laptop using Kubuntu with external monitor and a Dell laptop similarly configured. Everytime I wake the monitor from sleep (no system sleep), the desktop icons are rearranged across the top, left to right. I have manual on and locked icons on.

If the monitor is set to not sleep, just screen locking with wallpaper, icons are ok.

Hi - this actually got some major refactoring work thanks to @akselmo - described here, with a link to the merge request if you’re curious! Desktop icons are surprisingly hard!

This should be landing in Plasma 6.3, which is currently scheduled to be released by KDE in February: Schedules/Plasma 6 - KDE Community Wiki

(Note that your device receiving that update depends on your Linux distribution, so the Kubuntu team would be the best folks to ask about the version of Kubuntu in which they expect Plasma 6.3 to land)

2 Likes

Well that sounds very promising! Thank you.

Especially that “# Stripes and screen resolution” Chapter in the linked Blog Post is exactly what is going on/wrong on my desktop :wink: .

Will give it a try as soon as possible, usually Nobara updates this stuff pretty quickly when it becomes available.

1 Like

This has just been discussed in depth - there is a bugfix coming through.

I use Manjaro, and mine is actually fixed - as Phil (the Wizard) took time out of his daily tasks to generate and compile some code for one of our users …

But this is a fix that’ll work with Manjaro (you didn’t say what you are using…).

The fix has now been merged upstream and should hit your desktop in a future update over the next couple of months… meanwhile, Neon users will be waiting for Plasma 6.3.

1 Like

An old bug that has not been fixed to this day and that greatly hinders the lives of more common users.

Hi. I noticed that the problem with reordering icons is reproduced only on AMD GPU. I have two laptops on Intel and two desktops on AMD. On laptops, icons do not rearrange automatically, but on both desktops it does. Perhaps this information will be useful for developers