Jump to content

Simulation


Recommended Posts

It's just creating shortcuts, so you can ignore this bit.  you can be in your home directory, or you can create an icon.  Let's say you have Google Earth installed (not that it works but never mind), this would be what you type:

 

wine "c:\program files\google\google earth\googleearth.exe"

 

quotes are important as above because of the spaces in program files, etc.  Obviously, replace the middle bit with your program name, and that's all you need to do.

 

Sorry for being so dim, but here's another (important) question. The command that you quoted looks like geniune MSDOS syntax; is this coincidental and does the program to be run have to reside in the Linux environment, or does the program have to actually be on a Windows partition? My reason for asking is as follows; I know that Windows generously strews files into various directories during an app's installation, which would be difficult to find and transfer to the linux environment if the app is simply copied from Windows to Linux. I'm assuming here that the app is not actually INSTALLED into Linux - perhaps I'm wrong.

Edited by satelliteuser083
Link to comment
Share on other sites

  • Replies 34
  • Created
  • Last Reply

Top Posters In This Topic

No, it resides in Linux. Wine creates a virtual windows if you like, that is why it's in the quotes.

 

When you type c:\program files, etc, etc. what it's actually pointing to is /home/username/c/program files/etc, etc.

Link to comment
Share on other sites

No, it resides in Linux.  Wine creates a virtual windows if you like, that is why it's in the quotes.

 

When you type c:\program files, etc, etc.  what it's actually pointing to is /home/username/c/program files/etc, etc.

 

Thanks. Now, hopefully the final question. How do I actually get an app into Linux? I've been to http://www.winehq.org/FAQ but failed to clarify this; it mentions that a Windows licence is not necessary with wine, but doesn't explain how the apps are installed. I assume that there's some wine-utility or other for this :unsure:

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