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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...