How to Install Gloobus Preview in Ubuntu 13.04

Last updated: August 13, 2013

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

Its is very easy to use, just select a file in Nautilus file browser, press SPACE and the file will open in a less than a second. Then you can press again on SPACE on your keyboard to close it.

File types supported:

  • Images: jpeg / png / icns / bmp / svg / gif / psd / xcf
  • Documents: pdf / cbr / cbz / doc / xls / odf / ods / odp / ppt
  • Source Code: c++ / c# / java / javascript / php / xml / log / sh / python
  • Audio: mp3 / ogg / midi / 3gp / wav
  • Vídeo: mpg /avi / ogg / 3gp / mkv / flv
  • Other: folders / ttf / srt / plain text
  • Install Gloobus Preview:

    Gloobus Preview is available for Ubuntu 13.04, Ubuntu 12.04, Ubuntu 12.10, and Ubuntu 11.10 from the PPA repository.

    Press Ctrl+Alt+T to open terminal. When it opens, run below commands to add the PPA. Copy the code via Ctrl+C and paste in terminal via Ctrl+Shift+V.

    sudo add-apt-repository ppa:gloobus-dev/gloobus-preview

    Then update package lists and install the packages:

    sudo apt-get update; sudo apt-get install gloobus-preview gloobus-sushi

    For the oppenoffice documents preview to work, install:

    sudo apt-get install unoconv

    That’s it! Restart Nautilus by running command nautilus -q if it doesn’t work instantly.

    Twitter

    I'm a freelance blogger who started using Ubuntu in 2007 and wishes to share my experiences and some useful tips with Ubuntu beginners and lovers. Please comment to let me know if the tutorial is outdated! And, notify me if you find any typo/grammar/language mistakes. English is not my native language. Contact me via [email protected] Buy me a coffee: https://ko-fi.com/ubuntuhandbook1

    2 responses to How to Install Gloobus Preview in Ubuntu 13.04

    1. When I try to install the packages – gloobus-preview and gloobus-sushi – the Terminal writes that the packages where not found.
      I’m running Ubuntu 13.10.
      What do I have to do?

      • The PPA is not ready for Ubuntu 13.10 yet. If you just want a preview function, install gnome-sushi which is available in Ubuntu Software Center by default. It does the same job, only with different preview window appearance. Run command below to install it:

        sudo apt-get install gnome-sushi

        After that, you need to restart Nautilus file browser to apply the changes:

        nautilus -q

        To preview audio, video files, make sure the codecs ubuntu-restricted-extras are installed (available in Ubuntu Software Center.)