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.
Printable View
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.
Hi - what is this a link to? Which application?
It's a link to Ekiga (VoIP application) that i've removed.
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.