this is the error pop up
![[IMG]](images/storyImages/error_42749.jpg)
I create the link from the folder below but they dont work,the application namely "Zdt" dont have the installed file for linux,so i have to open the direction when i want to run it
Any suggestion to solve this problem.I'm in root mode
- 
 I think I've heard others mention this as being sort of a bug in nautilus. Their solution was to delete the link using the console/terminal. 
- 
 It looks like it's trying to follow the link, and failing. If you open a console and type 
 and press enter, it should delete those two links. If they turn out to not be symlinks then you just replace "unlink" in the code above with "rm"Code:unlink ~/Link\ to* 
- 
 
 kdragon@spammy-laptop:~$ unlink ~/Link\ to* 
 unlink: cannot unlink `/home/kdragon/Link to*': No such file or directory
 kdragon@spammy-laptop:~$ rm ~/Link\ to*
 rm: cannot remove `/home/kdragon/Link to*': No such file or directory
- 
 
 You have to navigate to the folder they are in first. 
- 
 
 i did it,still not working 
- 
 Doh, my bad. Those are on your desktop   
 That should work for you.Code:unlink ~/Desktop/Link\ to* 
i cant delete the shortcut
Discussion in 'Linux Compatibility and Software' started by GRZ530, May 8, 2007.
 Problems? See this thread at archive.org.
 Problems? See this thread at archive.org.