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

Thread: Is this possible? Launching one Wine program from another

  1. #1
    Join Date
    May 2009
    Location
    Republica de Panama
    Beans
    144
    Distro
    Ubuntu 10.04 Lucid Lynx

    Is this possible? Launching one Wine program from another

    Hi all,

    Recently, I got Photoshop CS4 working under Wine 1.1.24. It was portable version.

    Also, I use BreezeBrowser Pro to manage my photos. Under Windows, I can set up Photoshop as my editor for BreezeBrowser, just let the program know the path and you're ready.

    Is this possible under wine? I've tried:

    wine "/path/to/pscs4/Photoshop.exe"

    wine \"/path/to/pscs4/Photoshop.exe\"

    to no avail.

    Is this possible at all?

    Thanks in advance,

    Nugar

  2. #2
    Join Date
    Oct 2007
    Beans
    103
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Is this possible? Launching one Wine program from another

    I couldn't see why not. The Windows version of Firefox, under Wine, can initiate other Windows applications you've downloaded from within it's download manager if you choose to do so.

    I would assume the path you give CS4 would be in terms of the virtual C:\ drive, assuming you let Wine install BreezeBrowser to this directory.

    You wouldn't need to include the wine command for it to do it, I believe.

  3. #3
    Join Date
    May 2009
    Location
    Republica de Panama
    Beans
    144
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Is this possible? Launching one Wine program from another

    Thanks, Rocky. It doesn't work, I'm sorry to say.

  4. #4
    Join Date
    Nov 2008
    Location
    Brooklyn, NY, USA
    Beans
    426
    Distro
    Kubuntu Development Release

    Re: Is this possible? Launching one Wine program from another

    If you're specifying an application to launch from within a windows app - you need to specify it in windows terms. ie.

    wine "/path/to/pscs4/Photoshop.exe"

    becomes

    "C:\Program Files\...\Photoshop.exe"

  5. #5
    Join Date
    May 2009
    Location
    Republica de Panama
    Beans
    144
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Is this possible? Launching one Wine program from another

    Thanks NightMKoder. In this particular case it doesn't work.

    Cheers,

    Nugar

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

    Re: Is this possible? Launching one Wine program from another

    Define "it doesn't work". What exactly happens when you do that? Is there any error output from the app or Wine?

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

  7. #7
    Join Date
    May 2009
    Location
    Republica de Panama
    Beans
    144
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Is this possible? Launching one Wine program from another

    Hello cogadh,

    Thanks for your post.

    The way it is supposed to work is this:

    • I add the path to Photoshop to the BreezeBrowser preferences as the default external editor.
    • Once added, I can right-click on an image and select "edit" and Photoshop should open and in turn open the image (in my case, it opens in Adobe Camera Raw, actually)

    That second step is not working. Photoshop won't open.

    There are no error messages, neither from Wine, Breezebrowser nor PS. PS just won't open.

    But I can live with that. Making that work would make my life easier, but not a deal-breaker.

    Thanks again,

    Nugar

  8. #8
    Join Date
    Nov 2008
    Location
    Brooklyn, NY, USA
    Beans
    426
    Distro
    Kubuntu Development Release

    Re: Is this possible? Launching one Wine program from another

    Can you post a wine log from trying to open it?

  9. #9
    Join Date
    May 2009
    Location
    Republica de Panama
    Beans
    144
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Is this possible? Launching one Wine program from another

    Hmmm... I don't know how to do that!

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

    Re: Is this possible? Launching one Wine program from another

    Run the app via the terminal, Wine will output its own error messages there. For example:
    Code:
    cd ~/.wine/drive_c/Program\ Files/path/to/app
    wine app.exe
    When you try to launch PS from BreezeBrowser, Wine should produce some kind of informative message in the terminal.

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

Page 1 of 2 12 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
  •