« How to access better/more advanced power settings in Ubuntu/Linux Mint with Gnome 3 | Main | How to compile Node.js from source with Ubuntu »
Wednesday
Dec282011

How to get JungleDisk Desktop running on Ubuntu 11.10 and Gnome 3

JungleDisk is broken for Ubuntu again. It won't start when selected from Gnome 3's Activities dashboard, nor will it start when calling it manually from the command line.

$ junglediskdesktop
junglediskdesktop: error while loading shared libraries: libnotify.so.1: cannot open shared object file: No such file or directory 

As suggested by JungleJason (http://askubuntu.com/a/84499), you'll need to symlink libnotify.so.4 to libnotify.so.1. The latest version of Ubuntu (11.10) apparently only comes with the former variant.

If you're running a 32-bit Ubuntu: 

$ cd /usr/lib/i386-linux-gnu/ ; sudo ln -s ./libnotify.so.4 libnotify.so.1

If you're running a 64-bit Ubuntu: 

$ sudo ln -s /usr/lib/x86_64-linux-gnu/libnotify.so.4 /usr/lib/libnotify.so.1

 

Reader Comments (6)

Thanks, I just realized that my JungleDisk backups were failing for months due to this problem, and after your suggested symlink, they're working again. Such a shame that JungleDisk doesn't make the software just work on the latest Ubuntu.

January 1, 2012 | Unregistered CommenterKen Weiner

Yeah, this is the second time I encounter problems with JungleDisk on Ubuntu. They're usually resolvable, though, which is good.
Thanks for passing by!

January 3, 2012 | Registered CommenterAce

Thanks for the post. It solved my problem right away.

January 4, 2012 | Unregistered CommenterJonathan

+1 to other comments. Just signed up for Jungle Disk, all excited, wouldn't run. You saved the day. Thanks!

January 8, 2012 | Unregistered CommenterBobble

You're welcome :-)

January 9, 2012 | Registered CommenterAce

Thanks for this. You saved me some time.

January 26, 2012 | Unregistered CommenterJerry

PostPost a New Comment

Enter your information below to add a new comment.

My response is on my own website »
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>