Remove "home" Icons from Desktop

Help with the version of MX KDE officially released by the Development Team.
When asking for help, use Quick System Info from MX Tools. It will be properly formatted using the following steps.
1. Click on Quick System Info in MX Tools
2. Right click in your post and paste.
Message
Author
User avatar
limotux
Posts: 186
Joined: Tue Jul 27, 2021 9:24 am

Remove "home" Icons from Desktop

#1 Post by limotux »

Hi,
It's been a while.
I just reinstalled.

Code: Select all

Host: lenovo Kernel: 5.10.0-9-amd64 x86_64 bits: 64 compiler: N/A 
  Desktop: KDE Plasma 5.20.5 wm: kwin_x11 dm: SDDM 
  Distro: MX-21_KDE_x64 Wildflower October 20  2021 
  base: Debian GNU/Linux 11 (bullseye) 
I see I have all the "home" folder icons on the desktop. I deleted, but found it actually deletes the folder (which I don't want to delete of course).

How can I make those icons not appear on the desktop?

Thanks
MX-23.3_KDE_x64 Libretto May 19 2024, Kernel: 6.1.0-23-amd64 x86_64, KDE Plasma -Init: SysVinit - quad core Intel Core i7 - SSD: Samsung SSD 250GB, Memory: 7.51 GiB
I am not techie. Installed 13 Jun, 2024

User avatar
limotux
Posts: 186
Joined: Tue Jul 27, 2021 9:24 am

Re: Remove "home" Icons from Desktop

#2 Post by limotux »

OK. Just got it.
right click desktop -> Enter Edit Mode -> Configure Desktop and Wallpaper -> change /'Layout' from Folder View to Desktop View.
Just in case somebody needs this.
MX-23.3_KDE_x64 Libretto May 19 2024, Kernel: 6.1.0-23-amd64 x86_64, KDE Plasma -Init: SysVinit - quad core Intel Core i7 - SSD: Samsung SSD 250GB, Memory: 7.51 GiB
I am not techie. Installed 13 Jun, 2024

User avatar
arjaybe
Posts: 549
Joined: Wed Jul 12, 2006 6:51 pm

Re: Remove "home" Icons from Desktop

#3 Post by arjaybe »

Alternatively, if one prefers the folder view, you can go into your desktop folder (~/Desktop) and rename the files with a dot at the beginning. That hides them.

.FAQ.desktop
.Help.desktop
Green Comet
Space particles.

User avatar
Richard
Posts: 1590
Joined: Fri Dec 12, 2008 9:31 am

Re: Remove "home" Icons from Desktop

#4 Post by Richard »

I see I have all the "home" folder icons on the desktop. I deleted, but found it actually deletes the folder (which I don't want to delete of course).

How can I make those icons not appear on the desktop?
Settings > Desktop > Icons > Icon Type=none
will turn off icons showing on the desktop.
Thinkpad T430 & Dell Latitude E7450, both with MX-21.3.1
__kernal 5.10.0-26-amd64 x86_64; Xfce-4.18.0; 8 GB RAM
__Intel Core i5-3380M, Graphics, Audio, Video; & SSDs.
HP Ryzen 5 17-cp3xxx with MX23.4 AHS & Liquorix 6.10-12~mx23ahs amd64

f.denys
Posts: 28
Joined: Fri Jul 20, 2018 4:06 am

Re: Remove "home" Icons from Desktop

#5 Post by f.denys »

In XFCE i use a simple script to toggle the desktop-icons (on/off)
Simple but effective at least for XFCE:

Code: Select all

#!/bin/bash
 
current_status=$(xfconf-query -c xfce4-desktop -v -lp '/desktop-icons/style'|awk '{print $2}')  

if [ $current_status -eq 2 ]; then
xfconf-query -c xfce4-desktop -np '/desktop-icons/style' -t 'int' -s '0';
sleep 1
else
xfconf-query -c xfce4-desktop -np '/desktop-icons/style' -t 'int' -s '2';
sleep 1
fi;

Post Reply

Return to “MX KDE Official Release”