Jump to content

Not able to create shortcut to wine application


ffi
 Share

Recommended Posts

I´m trying to make a shortcut (both on the desktop and in one in k menu) to a wine application but it won´t launch, it launches when I directly click the .exe

 

I´ve tried the command directly and with wine before it, eg:

 

home/ffi/wine/.wine/drive_c/Program Files/Opera 9 Beta/Opera.exe

wine home/ffi/wine/.wine/drive_c/Program Files/Opera 9 Beta/Opera.exe

 

I´ve checked and my wine server is running.

 

[moved from Software by spinynorman]

Link to comment
Share on other sites

There's native builds of opera for linux!

 

http://snapshot.opera.com/unix/

 

however,

wine home/ffi/wine/.wine/drive_c/Program Files/Opera 9 Beta/Opera.exe

would need a / in front of home

wine /home/ffi/wine/.wine/drive_c/Program Files/Opera 9 Beta/Opera.exe

 

Also ensure the process 'wineserver' is NOT running before you run anythin in wine, as this often indicates a past crashed wine session or a currently running one.

 

James

Link to comment
Share on other sites

You might be better with:

 

wine "c:\program files\opera 9 beta\opera.exe"

 

Don't forget to close the line in quotes like I have above, but with wine outside of the quotes. This is how I normally run apps.

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...