Results 1 to 10 of 38

Thread: Wunderlist Ubuntu 11.10 Oneiric X64

Hybrid View

  1. #1
    Join Date
    Feb 2011
    Location
    Maryland
    Beans
    2,259
    Distro
    Ubuntu

    Thumbs down Wunderlist Ubuntu 11.10 Oneiric X64

    I just figured this out. Hope it helps someone.

    INSTALLING WUNDERLIST ON UBUNTU 11.10 ONEIRIC x64

    open a new Terminal

    Code:
    cd Downloads
    Code:
    wget http://www.6wunderkinder.com/downloads/wunderlist-1.2.4-linux-64.tgz
    Code:
    tar -xf wunderlist*
    Code:
    sudo mv Wunderlist* Wunderlist
    Code:
    sudo cp -R Wunderlist/ /opt
    Code:
    sudo chmod -R 770 /opt/Wunderlist
    Code:
    sudo chown -R YOURUSERNAME /opt/Wunderlist
    Code:
    sudo cp /opt/Wunderlist/Resources/wunderlist.png /usr/share/pixmaps/
    Code:
    gksudo gedit /usr/share/applications/wunderlist.desktop
    Paste this and save it

    [Desktop Entry]
    Encoding=UTF-8
    Name=Wunderlist
    Exec=/opt/Wunderlist/Wunderlist
    Icon=/usr/share/pixmaps/wunderlist.png
    Terminal=false
    Type=Application
    Categories=Application;Office;
    StartupNotify=false
    Code:
    sudo apt-get install curl
    Code:
    sudo apt-get install libnotify4
    Code:
    sudo cp /usr/lib/x86_64-linux-gnu/libnotify.so.4.0.0 /usr/lib/libnotify.so.1
    Code:
    sudo apt-get install libffi6
    Code:
    sudo cp /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0 /usr/lib/libffi.so.5
    Code:
    sudo apt-get install libxss1
    You should now be able to open the Unity dash and type Wunderlist.

    Click and it should open.

    If it fails

    Open terminal and run it manually to see what errors you get
    Code:
     cd /opt/Wunderlist/
    Code:
     ./Wunderlist
    Last edited by bodhi.zazen; November 16th, 2011 at 09:55 PM. Reason: Edited at op request

  2. #2
    Join Date
    Aug 2007
    Beans
    3

    Re: Wunderlist Ubuntu 11.10 Oneiric X64

    works perfectly! thanks!

  3. #3
    Join Date
    Feb 2011
    Location
    Maryland
    Beans
    2,259
    Distro
    Ubuntu

    Re: Wunderlist Ubuntu 11.10 Oneiric X64

    Quote Originally Posted by rejven View Post
    works perfectly! thanks!

    Your welcome!

  4. #4
    Join Date
    Aug 2011
    Beans
    1

    Re: Wunderlist Ubuntu 11.10 Oneiric X64

    Thank you Collisionystm, It works properly on my Mint 11 64bit (Ubuntu). The default setup file does not work (encountered problems with font big or similar).

    Best regards,
    Bao

  5. #5
    Join Date
    Feb 2011
    Location
    Maryland
    Beans
    2,259
    Distro
    Ubuntu

    Re: Wunderlist Ubuntu 11.10 Oneiric X64

    Quote Originally Posted by nttranbao View Post
    Thank you Collisionystm, It works properly on my Mint 11 64bit (Ubuntu). The default setup file does not work (encountered problems with font big or similar).

    Best regards,
    Bao
    Oh.. It was only tested on 11.10 but I am glad you have it working

  6. #6
    Join Date
    Jul 2007
    Location
    Boston, MA, USA
    Beans
    925
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Wunderlist Ubuntu 11.10 Oneiric X64

    a recommendation to avoid problems on future updates,
    replace copy with soft links.
    e.g.

    sudo ln -s /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0 /usr/lib/libffi.so.5

  7. #7
    Join Date
    Feb 2006
    Location
    Cairo, Egypt
    Beans
    Hidden!
    Distro
    Kubuntu 10.10 Maverick Meerkat

    Re: Wunderlist Ubuntu 11.10 Oneiric X64

    Thanks for the howto...
    A.B.

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
  •