X and Fluxbox :: removing mydsl desktop icons



Ok, i'v been playing around with this one for a couple of days now. and i cannot figure it out.

i'v edited .xtdesktop so that my icons and what not look exactly as i want them to. but everytime i restart and restore all of the mydsl icons come back and clutter up the screen again. any thoughts on how to stop them from over taking my screen everytime?

all the other icons even the mydsl icons that i want on my desktop restore exactly as i want them to. just the ones that i delete show up to there default location. :-(

thanks
fuzzy

once you edit your icons, do another backup.
It sounds like you are restoring from a previous save
with without all the changes you made.

Hope this helps.

If you are restoring to a livecd, your backup tar.gz is just adding your custom icons but is not removing the base icons that are part of the CD. The only way I have found around this is by having a script that deletes the default icons in .xtdesktop/ before restoring your custom ones.

I am not experienced enough with DSL to know if commands can be run from the filetool.lst or not? If they can, you would have something like:

rm -f /home/knoppix/.xtdesktop/*

before the line where you are restoring your icons.

Someone will correct me if I am way off base!  :)

Chris

clivesay's method will work fine.

Another way to do it is to modify your filetool.lst so that it does not back up the entire .xtdesktop directory.

Instead, only backup the files that you wish to save, one-by-one.

For example, if I did not want to backup all of the default desktop icons but instead just the icons for a program called Opera, I would do something like this:

Remove the "/home/dsl/.xtdesktop" line from the filetool.lst

Add the following lines:

/home/dsl/.xtdesktop/opera.png
/home/dsl/.xtdesktop/opera.lnk


And when I run the backup program it will no longer grab all of the default icon and default lnk files.

HTH

CB -

I might be confusing myself here but even if you designate specific icons to restore, won't all of the original icons still exist when you boot up the liveCD and restore since they are part of the base DSL? I would think you would have to clear out the .xtdesktop/ dir before you added your custom icons from your backup.tar.gz?

If I understand correctly, his problem is that the desktop contains his icons and settings as well as the original DSL icons and settings.
Chris

Next Page...
original here.