Page 1 of 4 123 ... LastLast
Results 1 to 10 of 38

Thread: Wunderlist Ubuntu 11.10 Oneiric X64

  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 2011
    Location
    Maryland
    Beans
    2,259
    Distro
    Ubuntu

    Re: Wunderlist Ubuntu 11.10 Oneiric X64

    Quote Originally Posted by michael37 View Post
    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

    Good idea.
    ... just one question. Even if we use a linking feature, the link will only work when the original libffi.so.6.0.0 file is present, correct? So in a way, it is still the same effect? Am I wrong? I have never used soft links

  8. #8
    Join Date
    Nov 2011
    Beans
    2

    Re: Wunderlist Ubuntu 11.10 Oneiric X64

    hey!
    Thanks for this..
    After trying so many ways of installing it...i finally see a Wunderlist file in the Dash.

    But when i try running it using
    Code:
    ./Wunderlist
    it shows this message -
    Code:
    bash: ./Wunderlist: cannot execute binary file
    What shall i be doing now?? Please help.

    I am new to Ubuntu, so kindly guide me through..

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

    Re: Wunderlist Ubuntu 11.10 Oneiric X64

    Quote Originally Posted by reema1 View Post
    hey!
    Thanks for this..
    After trying so many ways of installing it...i finally see a Wunderlist file in the Dash.

    But when i try running it using
    Code:
    ./Wunderlist
    it shows this message -
    Code:
    bash: ./Wunderlist: cannot execute binary file
    What shall i be doing now?? Please help.

    I am new to Ubuntu, so kindly guide me through..
    If you click on the icon in the dash, does it work??

    You shouldn't have to run that command for wunderlist. It is only if the clicking the icon in the dash fails.
    To execute the command
    cd /opt/Wunderlist
    ./Wunderlist

  10. #10
    Join Date
    Nov 2011
    Beans
    2

    Re: Wunderlist Ubuntu 11.10 Oneiric X64

    Quote Originally Posted by collisionystm View Post
    If you click on the icon in the dash, does it work??

    You shouldn't have to run that command for wunderlist. It is only if the clicking the icon in the dash fails.
    To execute the command
    cd /opt/Wunderlist
    ./Wunderlist

    Yeah i did try clicking the icon from Dash, but it fails to open.. so i try opening from the terminal.. n it shows the error message - cannot execute binary files!
    What should i next?

Page 1 of 4 123 ... 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
  •