PDA

View Full Version : I can't remove device ikons on my desktop...



slater77
01-25-2005, 10:57 PM
... becouse after reboot I have the ikons still. How remove it?

--
Best regards.
SlateR

Harry Kuhman
01-25-2005, 11:07 PM
The tips and tricks forum is for posting helpful tips and trick that one wants to share with others, your question is being removed from this forum.

It also duplicated a post that you made in the General forum. Please do not duplicate posts across multiple forums. Pick the right or at least the best forum that your post seems to belong in and post there.

And the post seems to be about a problem that you are seeing after a hard disk install, so the post in the general forum will be moved to the hdd install forum. Please consider using this forum if you post about other hdd install issues in the future. If this is not about a HDD install then please let me know and I'll move it elsewhere.

CrashedAgain
01-26-2005, 05:29 AM
The icons are created by /usr/bin/mkdesktophdicons. You can just disable this file by adding the line 'exit 0' as the first active line of the file:


#!/bin/bash
# (C) Klaus Knopper Nov 2002
# Recreate desktop icons for CD-Roms and harddisks in KDE and GNOME
# This script must be run as the logged in user.

# modified by CrashedAgain to do nothing
exit 0

# you can delete the rest of the file



I wouldn't remove the file completely, this may cause an error in whatever script calls it.