Plasma desktop icons weird since 2025-12-15 update

Under Plasma Desktop, I use the old “desktop view”, meaning ~/Desktop files show up as icons upon my desktop wallpaper. Not in a widget nor plasmoid.
Since this update, when I create, modify, add files in dolphin, cli, or whatever, they don’t update on desktop. Same file icons still appear. Even restarting plasmashell doesn’t help.
Cannot find such issue on forums nor on the internet as keywords “files” “icons” “plasma desktop” refers to icons alignment/placement or some missing icons in App Menu.

[Thanks for the post move]

1 Like

Your posts have been moved to a dedicated topic.


Your own Support topic is less congested than Update Announcement threads and should allow others to more easily help with your issue.

Please help others to help you, by providing your system information as described (below) along with any other detail that might be relevant.

I’m sure someone will help when they are able.

Regards.


What follows is from a standard template.

Welcome to the Manjaro community

As a new or infrequent forum user, please take some time to familiarise yourself with forum requirements, and the many ways to use the forum to your benefit.

Note: By virtue of using the Manjaro forum you acknowledge and agree to follow Rules and Guidelines outlined; so, you really should read them:

Required Reading
Highly Recommended

Work with us, not against us

It is important to provide as much actionable information as possible in your first post, rather than simply indicating there is a problem. Please also be prepared to provide output from commands if/when asked.

Simply waiting for others to ask you questions is counter-productive – typically, nobody has a :crystal_ball: at their disposal – and your clear, concise and accurate input is often relied upon in order to help you.

Please help others to make informed suggestions based on information you provide.


System Information

While information from *-fetch type apps might be fine for someone wishing to buy your computer, for Support purposes it’s better to ask your system directly; :eyes:

Output of the inxi command (with appropriate parameters, and formatted according to forum guidelines) will generate information useful for those wishing to help:

Suggested inxi command (use either):

inxi -zv8 (short-form)
inxi --filter --verbosity=8 (long-form)
inxi man pages (manual)
Running `inxi` within a `chroot` environment
  • Add --color=0 to the long-form command, or…
  • Change the short-form command to inxi -zv8c0
Your privacy is respected

Update Announcements


Technical Resources


German desktop here, so the names may vary.

Can you check whether the correct path is listed under System Settings > System > Session > Locations/Places/or similar > Workspace Folders?

First, back up the contents. Does it help if you enter a different folder there, does it then work? Or does it work if you switch back from the other folder to the original one?

Here is the french access to the settings I explained:

If I switch Disposition (from Vue de Dossier/Folder view to Bureau/Desktop), icons update but my plasmoids don’t all stay.

Icons just vanished. No more icons on desktop, even after killall -9 plasmashell && kstart plasmashell


Mod edit:- Images removed. Please avoid posting pictures when a brief description will suffice.

Not what you expected, but does your desktop work correctly with a new directory in which you create new items?

The idea is to check whether it works in general, because most of the things that don’t work after the two major updates can be solved by turning them on and off or recreating them.

So if you create a working new folder and, ideally, copy the old items into it and everything works, that would be a big step forward.

EDIT:

rm ~/.cache/icon-cache.kcache; rm -rf ~/.cache/plasmashell*; kquitapp6 plasmashell && kstart plasmashell

Give it a try, it will be regenerated.

Like I said in another post, after big updates I do:

rm -rf ~/.cache/* && kbuildsycoca6 --noincremental

Found a workaround:

In the desktop settings, I manually set the folder path to /home/user/Desktop/ as in the screenshot.

If I select from the file dialog picker, it automatically sets desktop:/ but that doesn’t work. Had to overwrite the text entry with /home/user/Desktop/.

Custom settings screenshot

@matahina – In this instance, please go ahead and mark your own post as the solution to this topic. :clap:

Regards.

I don’t really consider it as “solved”. It is a workaround as default settings should work out of the box…

Then what is your intention, to just leave it open now that you found a workaround?

You could do that, of course, but after a period of time the topic might be closed due to inactivity. If that happens, and you wish to add more useful information, you can request a Moderation staff member (via PM) to re-open it.

Regards.

The correct way to restart plasmashell on a systemd-based distro such as Manjaro is:

systemctl restart --user plasma-plasmashell

An alternative command which will also work on non-systemd distros is:

kquitapp6 plasmashell; kstart plasmashell

However, the systemd method should be the first choice for Manjaro users.

2 Likes

Settings switched back to “desktop folder” aka desktop:/ after logging out/in again. Had to revert manually settings as icons weren’t updating again. Workaround is not workaround if you have to do it every single time you log in.

I had a similar issue. When a new desktop symbol has been created and the position has been moved by me, this change won’t be stored, after next start of Plasma the old position is restored. In my case I corrected the specific symbol position in the file ~/.config/plasma-org.kde.plasma.desktop-appletsrc in paragraph [Containments][29][General]. Maybe this is somehow helpful in your case. :innocent: