Page 7 of 11 FirstFirst ... 56789 ... LastLast
Results 61 to 70 of 104

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

  1. #61
    Join Date
    Mar 2009
    Beans
    26

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

    Ok.

    Now I have a little problem.

    I created in ~/bin the symbolic link using the command in your tutorial:

    Code:
    sudo ln -s '$home/wine-0.9.58/usr/bin/wine-0.9.58'
    but when I launch wine-0.9.58 the message is "command not found"...

  2. #62
    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 cristian.palmas View Post
    Ok.

    Now I have a little problem.

    I created in ~/bin the symbolic link using the command in your tutorial:

    Code:
    sudo ln -s '$home/wine-0.9.58/usr/bin/wine-0.9.58'
    but when I launch wine-0.9.58 the message is "command not found"...
    Please open nautilus to ensure that there is a symlink in the /usr/bin.
    It is not ~/bin but /usr/bin

    DK
    Last edited by david_kt; April 6th, 2009 at 11:32 AM. Reason: change /bin to /usr/bin

  3. #63
    Join Date
    Mar 2009
    Beans
    26

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

    Quote Originally Posted by david_kt View Post
    Please open nautilus to ensure that there is a symlink in the /usr/bin.
    It is not ~/bin but /usr/bin

    DK
    There is not any symlink in /usr/bin...
    Last edited by cristian.palmas; April 6th, 2009 at 11:57 AM.

  4. #64
    Join Date
    Mar 2009
    Beans
    26

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

    @David

    I removed the symlink in ~/bin

    I tried to launch IEs4Linux but it failed. I went in the folder where the application launcher was via the terminal, and being there I wrote in the command line:
    Code:
    # export wine=/home/chris/wine-0.9.58/usr/bin/wine
    # ./ies4linux
    It suddenly appears the message that wine wasn't installed... Why?

  5. #65
    Join Date
    Mar 2009
    Beans
    26

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

    @David

    Since my ~/bin didn't let the symlink work even if the folder is in $PATH, I opted to put the symlink into /usr/bin

    I tested it writing in the command line "wine-0.9.58" and it ran.
    Anyway, IEs4Linux keep not to install because it sees that no wine is installed...

    I followed your steps but it didn't install.
    Maybe it does not work exporting "wine"?

    Besides... I don't have any other wine installed.

    Code:
    # export wine=/home/chris/wine-0.9.58/usr/bin/wine
    Last edited by cristian.palmas; April 6th, 2009 at 12:12 PM. Reason: added additional info

  6. #66
    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 cristian.palmas View Post
    @David

    Since my ~/bin didn't let the symlink work even if the folder is in $PATH, I opted to put the symlink into /usr/bin

    I tested it writing in the command line "wine-0.9.58" and it ran.
    Anyway, IEs4Linux keep not to install because it sees that no wine is installed...

    I followed your steps but it didn't install.
    Maybe it does not work exporting "wine"?

    Besides... I don't have any other wine installed.

    Code:
    # export wine=/home/chris/wine-0.9.58/usr/bin/wine
    Try to put symlink of /home/chris/wine-0.9.58/usr/bin/wine into /usr/bin.
    This time you do not need to do export wine=/home/chris/wine-0.9.58/usr/bin/wine.

    Open terminal and try wine, make sure it works. And then tray again IEs4linux.

  7. #67
    Join Date
    Mar 2009
    Beans
    26

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

    Quote Originally Posted by david_kt View Post
    Try to put symlink of /home/chris/wine-0.9.58/usr/bin/wine into /usr/bin.
    This time you do not need to do export wine=/home/chris/wine-0.9.58/usr/bin/wine.

    Open terminal and try wine, make sure it works. And then tray again IEs4linux.
    Doing as you pointed to, the wine command runs but it says "preloader: Warning: failed to reserve range ..."

    This is the problem that you discuss in the first page of this thread. I solved it with Ubuntu 8.10 related instructions in the page linked to.

    Now the installer runs.
    Thanks...

    Cristian Palmas

  8. #68
    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 cristian.palmas View Post
    Doing as you pointed to, the wine command runs but it says "preloader: Warning: failed to reserve range ..."

    This is the problem that you discuss in the first page of this thread. I solved it with Ubuntu 8.10 related instructions in the page linked to.

    Now the installer runs.
    Thanks...

    Cristian Palmas
    I am glad it finally run. Remember to remove the symlink after that, and change the launcher from wine to /us/bin/wine-0.9.58 or whatever you have.

  9. #69
    Join Date
    Mar 2009
    Beans
    26

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

    Quote Originally Posted by david_kt View Post
    I am glad it finally run. Remember to remove the symlink after that, and change the launcher from wine to /us/bin/wine-0.9.58 or whatever you have.
    I'm a bit confused.
    The launcher, for example, of ie6 is a shell script.
    Do you mean that in the default application to open with I need to add wine-0.9.58?

    By the way, I finally tried to install IEs4Linux under the 1.1.17 version and it worked only in the following way:

    - I modified the kommander.sh under ui/kommander in order to strip all incorrect konsole options such as -T, --nomenubar, and so on. I let only --icon and -e options

    - To avoid GTK installation bug I ran the program with --no-gui option.

    - To make the installer finish the work, I had to create a symlink also for wineprefixcreate

  10. #70
    Join Date
    Mar 2009
    Beans
    26

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

    Quote Originally Posted by cristian.palmas View Post
    I'm a bit confused.
    The launcher, for example, of ie6 is a shell script.
    Do you mean that in the default application to open with I need to add wine-0.9.58?

    By the way, I finally tried to install IEs4Linux under the 1.1.17 version and it worked only in the following way:

    - I modified the kommander.sh under ui/kommander in order to strip all incorrect konsole options such as -T, --nomenubar, and so on. I let only --icon and -e options

    - To avoid GTK installation bug I ran the program with --no-gui option.

    - To make the installer finish the work, I had to create a symlink also for wineprefixcreate
    Well, perhaps I get it...
    In every shell script launcher in /home/bin/chris there are lines to launch wine.

    I'll try to modify them.

Page 7 of 11 FirstFirst ... 56789 ... 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
  •