Wine ?

Discussion in 'Linux' started by GvidoR, Jan 3, 2009.

  1. GvidoR

    GvidoR

    Joined:
    Sep 11, 2008
    Messages:
    556
    Likes Received:
    0
    Location:
    Japan.
    Hey all,
    I'm a bit new to Linux so I would like to know how & where to get Wine and how to run Windows applications through it.
    There is just one game that I would like to play - It would definately work through it because I have played it on Windows 98, 32 MB RAM, Pentium I laptop... ;)
    Any help appreciated.. :D
     
    GvidoR, Jan 3, 2009
    #1
  2. GvidoR

    Rapax

    Joined:
    Nov 13, 2008
    Messages:
    51
    Likes Received:
    0
    Easiest way:

    Open a terminal
    type in (without quotes): "sudo yum install wine"
    hit return
    enter your password when asked (and hit return)
    wait a minute while wine is downloaded and installed

    ------------ All this only has to be done once. Wine is now installed and will enable you to run most windows software, if you really need to------------

    then simply select the setup.exe (or whatever it's called) file for your game, and choose 'run in wine'.
    Follow the instructions as you would in Windows.
     
    Rapax, Jan 3, 2009
    #2
  3. GvidoR

    GvidoR

    Joined:
    Sep 11, 2008
    Messages:
    556
    Likes Received:
    0
    Location:
    Japan.
    Thanks a lot! I will try this out.. :D
     
    GvidoR, Jan 4, 2009
    #3
  4. GvidoR

    zinovsky

    Joined:
    Jan 1, 2009
    Messages:
    117
    Likes Received:
    0
    zinovsky, Jan 4, 2009
    #4
  5. GvidoR

    GvidoR

    Joined:
    Sep 11, 2008
    Messages:
    556
    Likes Received:
    0
    Location:
    Japan.
    How come when I uninstall an application through Wine Software Uninstaller, the shortcuts stay in the advanced menu (right click) ?
    How do I remove them ? I tried installing/uninstalling again - wouldn't work :(
     
    GvidoR, Jan 6, 2009
    #5
  6. GvidoR

    zinovsky

    Joined:
    Jan 1, 2009
    Messages:
    117
    Likes Received:
    0
    Hi GvidoR,

    you will need to manually delete the menu shortcuts for any programs you have installed with Wine. They always get left behind after an uninstall
     
    zinovsky, Jan 6, 2009
    #6
  7. GvidoR

    donec

    Joined:
    Sep 11, 2008
    Messages:
    952
    Likes Received:
    0
    The shortcuts are not listed in the *.reg file in the .wine directory that take the place of the Windows registry when the program are installed. Due to this the shortcuts do not get removed when you do the uninstall. So yes you will have to remove them manually.
     
    donec, Jan 6, 2009
    #7
  8. GvidoR

    GvidoR

    Joined:
    Sep 11, 2008
    Messages:
    556
    Likes Received:
    0
    Location:
    Japan.
    How do I access those shortcuts ? :oops:
     
    GvidoR, Jan 7, 2009
    #8
  9. GvidoR

    woodland

    Joined:
    Dec 14, 2008
    Messages:
    118
    Likes Received:
    0
    Location:
    Malta (but Dutch)
    Try the menu editor... that should work
     
    woodland, Jan 7, 2009
    #9
  10. GvidoR

    GvidoR

    Joined:
    Sep 11, 2008
    Messages:
    556
    Likes Received:
    0
    Location:
    Japan.
    I can access only Run program, terminal, etc but all the Other, System, Media are -integrated- and I can't access them ...
     
    GvidoR, Jan 8, 2009
    #10
  11. GvidoR

    DonQuichote

    Joined:
    Jul 30, 2008
    Messages:
    49
    Likes Received:
    0
    One of my installed windows programs is PuTTYgen. To find where it is, type "locate PuTTYgen" (without quotes and case sensitive, fill in any of your menu entries for PuTTYgen) into a terminal:

    Code:
    $ locate PuTTYgen
    /home/dikkie/.local/share/applications/wine/Programs/WinSCP/Key tools/PuTTYgen Manual.desktop
    /home/dikkie/.local/share/applications/wine/Programs/WinSCP/Key tools/PuTTYgen.desktop
    /home/dikkie/.wine/drive_c/windows/profiles/All Users/Start Menu/Programs/WinSCP/Key tools/PuTTYgen Manual.lnk
    /home/dikkie/.wine/drive_c/windows/profiles/All Users/Start Menu/Programs/WinSCP/Key tools/PuTTYgen.lnk
    As you see, the "windows" links (.lnk) are deep in the local .wine directory, and the menu links (.desktop) are somewhere in ~/.local/
    This may be different on your machine, but these .desktop files are the ones you will have to delete (rename them first to be sure you have the right one!). Icons on your desktop are also .destkop files, hence the warning.
     
    DonQuichote, Jan 8, 2009
    #11
  12. GvidoR

    GvidoR

    Joined:
    Sep 11, 2008
    Messages:
    556
    Likes Received:
    0
    Location:
    Japan.
    I still can't get rid of the shortcuts :(
    What I get from terminal is
    Code:
    bash: locate: command not found
    The program is "Ashampoo Burning Studio 2008" if that makes any difference.

    EDIT: Never Mind I figured it out :- )
     
    GvidoR, Jan 9, 2009
    #12
  13. GvidoR

    Rapax

    Joined:
    Nov 13, 2008
    Messages:
    51
    Likes Received:
    0
    I do have to ask why on earth you're using PuTTYgen through wine, when PuTTY is actually nothing but a repackaged ssh for windows? Why not use ssh directly?
     
    Rapax, Jan 12, 2009
    #13
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.