Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
creating wine shortcuts
Name: Deputy DooDah Date: February 3, 2004 at 09:53:13 Pacific OS: Linux CPU/Ram: 2.8/1G
Comment:
How can I make a nice KDE desktop shortcut to a Wine application? I tried creating one in the traditional way; right-click, new link to application, etc. but it did not work. The command I set to execute was:
wine /path/whatever.exe
I WAS able to create a working link using the ln command:
ln -s /path/whatever.exe /path to desktop/whatever
Interesting that I didn't have to call Wine to make it work. ...but I can't change the ugly icon that's on it. What I'd like to have is a regular desktop shortcut where I can modify the icon.
Summary: I've noticed that in some of my folders when I use the #ls -l command I get a folder that looks like: lrwxrwxrwx 1 root root 10 Sep 8 10:15 mail -> spool/mail/ The part that is sparking my inter...
Summary: I recently installed Open Office to : /root/OpenOffice.org1.0 unfortunately, I can only run OpenOffice from a command prompt as the SuperUser. Should I have never installed Open Office to the root di...