Results 1 to 4 of 4

Thread: HOWTO: Run PowerPost on Ubuntu!

  1. #1
    Join Date
    Feb 2007
    Location
    Nowhere important
    Beans
    1,198
    Distro
    Ubuntu 12.04 Precise Pangolin

    HOWTO: Run PowerPost on Ubuntu!

    Step 1:
    Install wine
    Install wine via "system --> Administration --> Synaptic Package Manager" or follow the instrucions on WineHQ.

    Step 2:
    Solve the dll-hell
    Do this in a terminal:
    Code:
    cd ~/.wine/drive_c/windows/system
    wget http://dll.softandco.com/dll/dlls/Mfc42.zip -O mfc42.zip
    unzip mfc42.zip
    cp Mfc42.dll mfc42.dll
    rm mfc42.zip
    cd ~
    Step 3:
    Get powerpost
    Do this in a terminal:
    Code:
    wget http://powerpost.free.fr/files/'YencPowerPostA&A11b.zip'
    unzip 'YencPowerPostA&A11b.zip'
    rm 'YencPowerPostA&A11b.zip'
    mv 'YencPowerPostA&A11b' .PowerPost
    Step 4:
    Make a system-wide link
    Code:
    cd /usr/bin
    sudo nano powerpost
    Paste these two lines:
    Code:
    #!/bin/bash
    wine ~/.PowerPost/'YencPowerPostA&A11b.exe'
    Press CTRL+O to save and CTRL+X to exit.
    Now do:
    Code:
    sudo chmod +x powerpost
    Step 5:
    Run PowerPost!
    Press ALT+F2 --> powerpost
    Last edited by Martje_001; May 27th, 2008 at 03:06 PM. Reason: User request...
    ➙ Synchronize all your files across Windows, Linux and Mac OS with Dropbox (2GB free storage!). By signing up via this link I'll get some extra space also, thanks!

    Multiseat on Ubuntu 10.04

  2. #2
    Join Date
    Jul 2006
    Beans
    42

    Re: HOWTO: Run PowerPost on Ubuntu!

    When I try to unzip, I get the following:

    Archive: mfc42.zip
    End-of-central-directory signature not found. Either this file is not
    a zipfile, or it constitutes one disk of a multi-part archive. In the
    latter case the central directory and zipfile comment will be found on
    the last disk(s) of this archive.
    unzip: cannot find zipfile directory in one of mfc42.zip or
    mfc42.zip.zip, and cannot find mfc42.zip.ZIP, period.

  3. #3
    Join Date
    Feb 2007
    Location
    Nowhere important
    Beans
    1,198
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOWTO: Run PowerPost on Ubuntu!

    * updated link *

    http://dll.softandco.com/dll/dlls/Mfc42.zip

    please try again with the new link
    ➙ Synchronize all your files across Windows, Linux and Mac OS with Dropbox (2GB free storage!). By signing up via this link I'll get some extra space also, thanks!

    Multiseat on Ubuntu 10.04

  4. #4
    Join Date
    Jul 2006
    Beans
    42

    Re: HOWTO: Run PowerPost on Ubuntu!

    Works perfect! Great instructions.
    thanks,
    Dale

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
  •