Quantcast
Viewing all articles
Browse latest Browse all 8271

Installing Prezi Desktop 5.2 on Ubuntu 14.04

  1. Download Adobe AIR from the latest Adobe release for linux:

    http://airdownload.adobe.com/air/lin/download/2.6/AdobeAIRSDK.tbz2

    Create the folder /opt/adobe-air-sdk/
    Move the downloaded file to this folder then extract it using

    sudo tar -xjvf AdobeAIRSDK.tbz2
  2. Download the source
    Download the latest Mac OS X version using the following link and choosing the right version number which you find in the release notes:

     http://prezi-a.akamaihd.net/Prezi_5.2.0.dmg

    3. Extract the dmg file using 7z

    sudo apt-get install p7zip-full

    run the command;
    7z x Prezi_5.2.0.dmg

    You will get

    0.hfs
    run the command;
    7z x 0.hfs

    It will extract files to the following folder;

    Prezi
  3. Edit application.xml

    Prezi/Prezi.app/Contents/Resources/META-INF/AIR/application.xml

    from <application xmlns="http://ns.adobe.com/air/application/3.3">
    To <application xmlns="http://ns.adobe.com/air/application/2.6">;
  4. Create folder /opt/airapps/prezi-desktop

    move the contents of Resources to /opt/airapps/prezi-desktop
    Prezi/Prezi.app/Contents/Resources
  5. Create a file called /usr/share/applications/prezi-desktop.desktop with the following content:

    [Desktop Entry]
    Name=Prezi Desktop
    Exec=/opt/adobe-air-sdk/bin/adl -nodebug /opt/airapps/prezi-desktop/META-INF/AIR/application.xml /opt/airapps/prezi-desktop
    Comment=An application for creating canvas presentations
    Type=Application
    StartupNotify=true
    Path=/opt/airapps/prezi-desktop
    Icon=/opt/airapps/prezi-desktop/assets/icon/app/icon_48x48.png
    Categories=Office
    Terminal=false





Viewing all articles
Browse latest Browse all 8271

Trending Articles