Preview files in Ubuntu with space bar

I like the preview feature with the space bar that comes in Mac OS X and I wanted that same feature in Ubuntu.

You have at least two options: gnome-sushi or gloobus.

To install gnome-sushi just run this in your terminal:

sudo apt-get update
sudo apt-get -y install gnome-sushi

You may need to log-out and log-in again or just run gnome-sushi in a terminal to make it work for the first time.

To install gloobus you have to add its repository and then install it:

sudo add-apt-repository ppa:gloobus-dev/gloobus-preview
sudo apt-get update
sudo apt-get install gloobus-preview gloobus-sushi

You many need to install unoconv to preview some files like .odf, .ods, etc.

sudo apt-get -y install unoconv

Sources: http://www.webupd8.org/2011/10/install-sushi-file-previewer-in-ubuntu.html
http://www.webupd8.org/2012/04/gloobus-preview-update-brings-gtk3-and.html

You might also like

Nowdoc and heredoc in PHP
From the manual: Nowdocs are to single-quoted strings what heredocs are to double-quoted strings....
Turn on syntax highlighting for vi and vim in Mac OS X
Turning syntax highlighting for vi and vim in Mac OS X is as simple as creating a file called ".vimrc"...
Run shell commands in Mac OS X executing a normal application
Once I installed Apache2+MySQL5+PHP5.3 using MacPorts I wanted to start and stop the services without...
“WARNING: soft rlimits too low” in MongoDB with Mac OS X
If you get this warning when you connect to mongo shell in Mac OX X: ** WARNING: soft rlimits too...
Leave a comment ?

3 Comments.

  1. Hey there!

    Any idea why I’m getting this after running the install command:

    Package gloobus-preview is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source

    Any help appreciated!

    Reply

Leave a Comment