Saturday, March 8, 2014
9:08 PM

[HOWTO] How to install Gloobus Preview on Ubuntu 13.10?



Gloobus Preview is a Gnome application based on Apple’s “Quicklook”, designed to enable a full screen preview of any kind of file.

Don't like the default preview software that comes with GNOME just like me? Want to install Gloobus Preview but you're getting an error saying that you don't have the right dependencies installed like this? 



Here's how I installed Gloobus Preview on Ubuntu Gnome 13.10 (this is only tested on a 64-bit system) :

1. I made a modified version of the .deb package where the dependencies won't give you any troubles. Download both .deb packages: 

2. Use a package installer (like the Ubuntu Software Center or Gdebi) to install both packages. First install the gloobus-modified package, afterwards the gloobus-sushi package. 

3. Fire up a terminal and type the following command (this is to link a newer version of libgtksourceview, a dependency of gloobus, to an older one so gloobus can work properly): 
sudo ln -s /usr/lib/x86_64-linux-gnu/libgtksourceview-3.0.so.1.1.0 /usr/lib/libgtksourceview-3.0.so.0
4. Restart nautilus by typing this in a terminal:
nautilus -q 
5. That's it! You should now be able to use gloobus-preview. Go ahead an try the spacebar on a file in nautilus!

Questions? Comments? Ask away!


P.S.: I've put together my modified version of gloobus using this tutorial.

0 comments:

Post a Comment