Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: how to install and run a program through wine

  1. #1
    Join Date
    Nov 2009
    Location
    copenhagen
    Beans
    8
    Distro
    Ubuntu 9.10 Karmic Koala

    how to install and run a program through wine

    I want to use the (free but for windows) pdf xchange viewer, since as far as I can tell from talk on this forum, there is no linux software with the same functions.
    I installed wine through synaptics package manager, and downloaded xchange viewer.

    What to do now? Where should I extract the .exe file to? How do I run the program through wine?

    Thanks a lot, but please keep the answer as simple as possible, I am so new to linux that terminals still scare me

    Helene

  2. #2
    Join Date
    Jan 2008
    Location
    Netherlands
    Beans
    86
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: how to install and run a program through wine

    install the program like you do in windows
    doubleclick on the exe and hope it works

    it should work fine

    if the installer installs a shortcut in the start-menu it will appear in your ubuntu main menu under wine>programs

    you can find the C:/ drive that wine sees under /home/<user>/.wine/drive_c
    Last edited by fromthehill; November 17th, 2009 at 03:01 PM.

  3. #3
    Join Date
    Sep 2007
    Location
    Phoenix, AZ
    Beans
    718
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: how to install and run a program through wine

    Just unzip the program. Open the folder and right click on the .exe file and click on Open with "Wine Windows Program Loader". Follow the prompts.

  4. #4
    Join Date
    Jul 2007
    Location
    UK
    Beans
    17,059
    Distro
    Ubuntu Development Release

    Re: how to install and run a program through wine

    You might like to take a look at scribus which is in ubuntu's repos.

    http://docs.scribus.net/index.php?la...age=pdfexport1

    Install via add/remove or synaptic.

  5. #5
    Join Date
    Mar 2006
    Beans
    1,441
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: how to install and run a program through wine

    before trying to run programs with wine you should(have to) type
    Code:
    winecfg
    in terminal. winecfg will create the .wine folder to your home-folder, and use the default settings.

    .wine folder contains the virtual C: drive, that windows programs need.
    _______________
    - anaconda

  6. #6
    Join Date
    Mar 2006
    Beans
    1,441
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: how to install and run a program through wine

    I tried it.
    It installed OK, and seems to work well. (I opened a pdf. file with it.)
    I have ubuntu 8.04, and wine vesion 1.0.
    Last edited by anaconda; November 17th, 2009 at 02:44 PM.
    _______________
    - anaconda

  7. #7
    Join Date
    Nov 2009
    Location
    copenhagen
    Beans
    8
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: how to install and run a program through wine

    Quote Originally Posted by Jazzy_Jeff View Post
    Just unzip the program. Open the folder and right click on the .exe file and click on Open with "Wine Windows Program Loader". Follow the prompts.
    Thanks a lot - that was easy!
    It works now - for other newbies with this issue, I just extracted it to a new folder under my "home" folder, and did as jazy jeff instructed.

    But - does anyone know how to make xchange viewer the standard program when opening pdfs? I ticked this in the installation of xchange viewer, but I still have to right-click on the pdf and choose "open with other application" and "wine windows program loader"
    Also, why can't I see xchange viewer in "applications" -> "wine" -> "programs"? (or anywhere else in "applications")

    Thanks a lot! you make the leap to linux possible
    Helene

  8. #8
    Join Date
    Sep 2007
    Location
    Phoenix, AZ
    Beans
    718
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: how to install and run a program through wine

    Quote Originally Posted by greenie2009 View Post
    Thanks a lot - that was easy!
    It works now - for other newbies with this issue, I just extracted it to a new folder under my "home" folder, and did as jazy jeff instructed.

    But - does anyone know how to make xchange viewer the standard program when opening pdfs? I ticked this in the installation of xchange viewer, but I still have to right-click on the pdf and choose "open with other application" and "wine windows program loader"
    Also, why can't I see xchange viewer in "applications" -> "wine" -> "programs"? (or anywhere else in "applications")

    Thanks a lot! you make the leap to linux possible
    Helene
    Just right click on a pdf file and click on properties. Go to the open with tab and see if it lists your program.

  9. #9
    Join Date
    Mar 2006
    Beans
    1,441
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: how to install and run a program through wine

    Quote Originally Posted by greenie2009 View Post
    Also, why can't I see xchange viewer in "applications" -> "wine" -> "programs"? (or anywhere else in "applications")
    Interesting... The installer did make the required links for me. I have it in
    applications>wine>programs>PDF-XChange PDF Viewer

    But You can add the launcher anywhere you want to. Just right-click on the menu, and select "edit menus" and select eg. Graphics and then select the New item from there, and you can make the launcher. Just give it Any name you want, and type:
    wine "C:\Program Files\Tracker Software\PDF Viewer\PDFXCview.exe"
    on the "command"
    and then select OK.
    _______________
    - anaconda

  10. #10
    Join Date
    Nov 2009
    Location
    copenhagen
    Beans
    8
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: how to install and run a program through wine

    Quote Originally Posted by anaconda View Post
    Interesting... The installer did make the required links for me. I have it in
    applications>wine>programs>PDF-XChange PDF Viewer

    But You can add the launcher anywhere you want to. Just right-click on the menu, and select "edit menus" and select eg. Graphics and then select the New item from there, and you can make the launcher. Just give it Any name you want, and type:
    wine "C:\Program Files\Tracker Software\PDF Viewer\PDFXCview.exe"
    on the "command"
    and then select OK.
    Thanks a lot anaconda - I got it in applications now - and I'm amazed at how easy it is to customize the menu!!!

Page 1 of 2 12 LastLast

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
  •