Page 3 of 11 FirstFirst 12345 ... LastLast
Results 21 to 30 of 104

Thread: Multiple Wine Installer now Available for Ubuntu !!!

  1. #21
    Join Date
    Oct 2006
    Location
    Solo, Indonesia
    Beans
    1,319
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Multiple Wine Installer now Available for Ubuntu !!!

    Quote Originally Posted by escapedturkey View Post
    You may think it's simple, but saves tons of problems for many of us.

    It's working great!

    Question: When I run winecfg (from the different version install), where is it storing the information, pertaining to the particular Wine or to all versions?

    Example: /home/escapedturkey/wine-0.9.15/usr/bin/wine-0.9.15 winecfg

    Hope my question makes sense.
    First of all, you could not run winecfg that way, but this way:
    Code:
    /home/escapedturkey/wine-0.9.15/usr/bin/winecfg
    Secondly, this winecfg is for all wine versions. If you want to set different setting or different hacking, try wineprefix. As I mentioned in the first post, you could have multiple wine version and multiple wineprefix now.

    DK

  2. #22
    Join Date
    Oct 2008
    Beans
    23

    Re: Multiple Wine Installer now Available for Ubuntu !!!

    Edit, ah I see, it works your way. Didn't see the window at first.

    Thank you so much for this. It's exactly what is needed.

  3. #23
    Join Date
    Aug 2008
    Beans
    15

    Re: Multiple Wine Installer now Available for Ubuntu !!!

    I can't seem up gunzip the file? Is it a broken link?

  4. #24
    Join Date
    Oct 2006
    Location
    Solo, Indonesia
    Beans
    1,319
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Multiple Wine Installer now Available for Ubuntu !!!

    Quote Originally Posted by deathpulse View Post
    I can't seem up gunzip the file? Is it a broken link?
    If you use mouse, just right click on the downloaded file (Multiple_Wine_311008r2.tar) and choose extract here. If you use command line, go to the directory (may be cd Desktop if you download it on desktop) and then:

    Code:
    tar -xf Multiple_Wine_311008r2.tar
    DK

  5. #25
    Join Date
    Oct 2008
    Beans
    23

    Re: Multiple Wine Installer now Available for Ubuntu !!!

    Suggestion:

    Have the script by default create a folder and exuctable based on the wine version he/she is installing and make selecting a different directory an option (check mark, confirm, etc.). Reason being if you install this, accidently, in the wrong place it will really mess up your /home permissions.

  6. #26
    Join Date
    Aug 2008
    Beans
    15

    Re: Multiple Wine Installer now Available for Ubuntu !!!

    I try to right click and select extract here but there is an error that it is not a gzip file? I think the link is broken? Its about 30Kb for me?

  7. #27
    Join Date
    Aug 2008
    Beans
    15

    Re: Multiple Wine Installer now Available for Ubuntu !!!

    Got it . It had a .gz extension on the file - but it is really a .tar file. Sheesh.

  8. #28
    Join Date
    Oct 2006
    Location
    Solo, Indonesia
    Beans
    1,319
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Multiple Wine Installer now Available for Ubuntu !!!

    Quote Originally Posted by escapedturkey View Post
    Suggestion:

    Have the script by default create a folder and exuctable based on the wine version he/she is installing and make selecting a different directory an option (check mark, confirm, etc.). Reason being if you install this, accidently, in the wrong place it will really mess up your /home permissions.
    Yes, that is true. Still thinking how to make sure the chosen directory is empty but no time yet. I thought I will give a test like ls chosen directory, if it give something than will reject the directory and repeat the "choose install directory process".

    If happen to messed up your directory, just do

    Code:
    chmod -R 770 to that directory
    DK

  9. #29
    Join Date
    Oct 2008
    Beans
    23

    Re: Multiple Wine Installer now Available for Ubuntu !!!

    Could do something like -- say the bob is installing Wine 0.18.3 (just an example) -- the program can say:

    Automatic install (check mark)

    Install will go into /home/bob/wine-0.18.3 for a different directory. If it's a deb, you can still get the Wine version from extrapolation of the name.

    Manual Install (check mark):

    Please enter the directory you want to install: etc etc.

    Just an example. Person can choose either automatic or manual.

  10. #30
    Join Date
    Oct 2006
    Location
    Solo, Indonesia
    Beans
    1,319
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Multiple Wine Installer now Available for Ubuntu !!!

    Quote Originally Posted by escapedturkey View Post
    Could do something like -- say the bob is installing Wine 0.18.3 (just an example) -- the program can say:

    Automatic install (check mark)

    Install will go into /home/bob/wine-0.18.3 for a different directory. If it's a deb, you can still get the Wine version from extrapolation of the name.

    Manual Install (check mark):

    Please enter the directory you want to install: etc etc.

    Just an example. Person can choose either automatic or manual.
    I have that idea as well, but my skills is limited. I think I should use sed, give me sometime to study more. In the meantime, I will add a script to make sure the chosen directory is empty to avoid trouble. I have found a way, just need to get to my ubuntu box at home.

    DK

Page 3 of 11 FirstFirst 12345 ... LastLast

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
  •