Jump to content

Wine and Shortcuts


ral
 Share

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...