mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: Aug. 20 2005,15:18 |
|
To remove individual icons, they are located in /home/dsl/.xtdesktop/. Each icon has a .lnk (as in link) and an image file. You can't backup a negative number of files, though, so if you want them to stay gone on a frugal/liveCD system you'll need to add some script to /opt/bootlocal.sh. Example: rm -f /home/dsl/.xtdesktop/{Emelfm,Siag}.{lnk,gif,png}
To remove all icons, remove "enhance" from /home/dsl/.xinitrc. This will also stop the dockapps from loading, but they can be manually added to .xinitrc (look at /usr/bin/enhance for specific commands). You could also use the "noicons" boot option, which is the same as removing enhance from .xinitrc.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|