Mijn OS = Xubuntu 18.04
Hoe iets ogenschijnlijks simpels blijkbaar nogal ingewikkeld kan zijn.
Na weer wat jaren me te hebben geirriteerd aan desktop iconen die niet vast te zetten zijn, kan ik nog steeds geen oplossing vinden voor dit probleempje.
Er zijn al wat topics over geweest op dit forum waaronder deze van inmiddels
4 jaar geleden :
https://forum.ubuntu-nl.org/index.php?topic=96360.msg977299#msg977299. Helaas zonder het gewenste resultaat.
Ik trof deze oplossing(?) aan maar durf die niet zomaar uit te proberen :
One way to stop this happening is to make sure all your icons are where you want them to be on the desktop, then run command
Code:
sudo chattr +i /home/username/.config/xfce4/desktop/icons*
which means the files are immutable and can not be changed in any way or deleted.
If you add another icon or file to the desktop after running this command, the icons may occasionally move around a bit, but can be put back in place by hitting F5 to refresh the desktop.
You can delete those icons* files if necessary by removing the immutable flag with
Code:
sudo chattr -i /home/username/.config/xfce4/desktop/icons*
Weet iemand of dit a) werkt en b) veilig is ? Zo nee, weet iemand dan of er wellicht nu een (vooral simpele en werkende) oplossing voor dit issue bestaat? De Xfce interface vind ik geweldig, maar hier valt voor de ontwikkelaars nog wat credit te verkrijgen denk ik

.
Thx!