View Poll Results: What do you think?

Voters
1. You may not vote on this poll
  • Brilliant dude!

    0 0%
  • Cool enough, and it works.

    1 100.00%
  • Wtfru talking about?

    0 0%
  • Nice try, it doesn't work (in KDE).

    0 0%
  • Give it up, it won't work (in Gnome).

    0 0%
  • I fixed your pos.

    0 0%
  • Stupid idea.

    0 0%
  • Get a life.

    0 0%
Multiple Choice Poll.
Results 1 to 4 of 4

Thread: Install Different Versions of Wine

  1. #1
    Join Date
    Jul 2009
    Location
    Cleveland, Virginia
    Beans
    4
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Lightbulb Install Different Versions of Wine


    Hey guys! So last night I got bored and decided to work on this program idea I've been kicking around for a while. After hours of careful editing, I have a workable script that I am going to call "wine-age". The idea is simple, some wine is better if it is aged. Now, where did I get this idea? It would seem some applications are broken in newer versions of wine (specifically, I'm having trouble installing Office 2007). I don't want to install an old version just for one program. Wow, what a dilemma! Alas, wine-age to the rescue. It will download files from here http://wine.budgetdedicated.com/archive/index.html and put them in a special folder here ~/.wine-age/. How nice!

    How to use it:
    1. Download it.
    2. chmod +x it.
    3. Run it under the terminal (don't elevate to root), use --help for command line options. Works almost like winetricks.
    4. Check off the version you want/need/think you want/need. Click OK.
    5. You can now run the installed version of wine.

    Suspected issues:
    o I wouldn't try it out under KDE/Qt. It may be broken, I don't have KDE to test it; so idk.

    The wine versions will be installed at ~/.wine-age/. The wine executable files are installed at ~/.wine-age/*/usr/bin. The wine libraries are installed at ~/.wine-age/*/usr/{lib,lib32}.

    So, for this to be useful, you will need to invoke the specific wine versions by setting some environment variables, see here: http://www.winehq.org/site/docs/wine.

    WINEPREFIX=<your wine prefix> \
    WINESERVER=~/.wine-age/<version>/usr/bin/wineserver \
    WINELOADER=~/.wine-age/<version>/usr/bin/wine \
    32 bit:
    WINEDLLPATH=~/.wine-age/<version>/usr/lib/wine \
    *OR*
    64 bit:
    WINEDLLPATH=~/.wine-age/<version>/usr/lib32/wine \
    ~/.wine-age/<version>/usr/bin/wine \
    <command line>

    example:
    WINEPREFIX=~/.wine \
    WINESERVER=~/.wine-age/jaunty_wine1_1_25_amd64/usr/bin/wineserver \
    WINELOADER=~/.wine-age/jaunty_wine1_1_25_amd64/usr/bin/wine \
    WINEDLLPATH=~/.wine-age/jaunty_wine1_1_25_amd64/usr/lib32/wine \
    ~/.wine-age/jaunty_wine1_1_25_amd64/usr/bin/wine \
    "Notepad.exe"

    I think it should take some of the labor out of making new wine do old tricks. Your mileage may vary.

    Peace Love Spaz!
    Attached Files Attached Files

  2. #2
    Join Date
    Oct 2005
    Location
    U.S.A.
    Beans
    4,164
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Install Different Versions of Wine

    Not to rain on your parade, but there are already apps that do this, like PlayOnLinux, though it is nice to have something that just does this and no more.

    Linux User #355330 | Ubuntu User #15618 | Last.FM

  3. #3
    Join Date
    May 2008
    Beans
    5

    Re: Install Different Versions of Wine

    Thank you for the tip.

  4. #4
    Join Date
    Jan 2012
    Beans
    11

    Re: Install Different Versions of Wine

    As cogadh said, playonlinux should do it, i found this: http://ubuntu.igameilive.com/2010/02...f-wine-in.html

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •