Results 1 to 4 of 4
Hi guys,
I've a symbolic link on my /home/user/Desktop and i deleted it (rm -rf ...).
But everytime i restart my machine it reappears.
How can i permanently remove it? ...
- 01-06-2007 #1Just Joined!
- Join Date
- Nov 2006
- Posts
- 4
Symbolic link
Hi guys,
I've a symbolic link on my /home/user/Desktop and i deleted it (rm -rf ...).
But everytime i restart my machine it reappears.
How can i permanently remove it? Can you help me?
Thanks and regards.
- 01-06-2007 #2
Hi - what is this a link to? Which application?
I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso
- 01-07-2007 #3Just Joined!
- Join Date
- Nov 2006
- Posts
- 4
Symbolic link
It's a link to Ekiga (VoIP application) that i've removed.
- 01-07-2007 #4
Hi - I'm not sure of the exact answer, but it sounds like there's a script from that application still on your system.
When your computer boots up it's running a command like:
ln -s /home/user/Desktop Ekiga
So you need to find that command/script and delete it. It just depends how the developers wrote the software and where they chose to install things.
You might want to look in one of your init scripts. For example in /etc/rc.d and type
cat rc.local ... See if Ekiga has put anything in there. If so, write to the developers and complain! Actually I think this is very unlikely indeed.I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso


Reply With Quote
