Graphical PDF manager for Ubuntu
With gtumbler you can
* convert many PostScript documents to PDF at once;
* concatenate many PostScript/PDF documents;
* crop margins (MediaBox, CropBox, BleedBox, TrimBox and ArtBox);
* invoke a PDF editor/annotator such as Xournal, PDFedit, or your custom application
* much more...
It's probably hard to tell, but the icon is indeed an upside-down T-shaped tumbler.
Install gtumbler in ubuntu 12.04
Open the terminal and run the following commands
sudo add-apt-repository ppa:phoenix1987/ppa
sudo apt-get update
sudo apt-get install gtumbler
Traceback (most recent call last):
File “/usr/bin/gtumbler”, line 43, in
import gtumbler
File “/usr/lib/pymodules/python2.7/gtumbler/__init__.py”, line 26, in
from gtumbler import GtumblerWindow
File “/usr/lib/pymodules/python2.7/gtumbler/GtumblerWindow.py”, line 26, in
from gtumbler_lib import Window
File “/usr/lib/pymodules/python2.7/gtumbler_lib/__init__.py”, line 21, in
from . preferences import preferences
File “/usr/lib/pymodules/python2.7/gtumbler_lib/preferences.py”, line 19, in
from desktopcouch.records.server import CouchDatabase
File “/usr/lib/pymodules/python2.7/desktopcouch/records/server.py”, line 9, in
from desktopcouch.application.server import *
ImportError: No module named application.server