ral Posted November 7, 2002 Share Posted November 7, 2002 Is there anyway to start a Windows up under Wine using a launcher/link to application/shortcut? Thanks. Link to comment Share on other sites More sharing options...
static Posted November 7, 2002 Share Posted November 7, 2002 Are you asking if you can run windows apps (as in application, program, etc.) under wine in linux, or are you asking if you can load windows itself under wine? Oh wait - I think I get the question. to start an app with wine, it takes at least one command line command with arguments, right? make yourself a script file to do it (ie let's say the command is this: [static@hal static]$ wine -o danceajig /mnt/windows/Program Files/GTA3/gta3.exe -q lalala then you can make a script that looks like this [static@hal static]$ vi script.sh [enter] i [to enter insert mode] #/bin/bash #script.sh by static wine -o danceajig /mnt/windows/Program Files/GTA3/gta3.exe -q lalala [esc] [to exit insert mode] :wq [to Write changes and eXit] Now make a shortcut to that script file with any icon you like! Link to comment Share on other sites More sharing options...
ral Posted November 7, 2002 Author Share Posted November 7, 2002 Sorry for the typo. But thanks, I think thats exactly what I wanted to know. I'll try it now. :) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now