Package Details: densify 0.3.1-3

Git Clone URL: https://aur.archlinux.org/densify.git (read-only, click to copy)
Package Base: densify
Description: GTK+ application to easily compress pdf files using Ghostscript
Upstream URL: https://github.com/hkdb/Densify
Keywords: compress ghostscript pdf
Licenses: MIT
Submitter: clove3am
Maintainer: None
Last Packager: haawda
Votes: 2
Popularity: 0.000000
First Submitted: 2020-06-09 23:10 (UTC)
Last Updated: 2021-02-20 22:08 (UTC)

Latest Comments

xoan commented on 2020-11-13 11:41 (UTC) (edited on 2020-11-13 11:42 (UTC) by xoan)

Requires xorg-xrandr to get the screen resolution:

% densify                       
Traceback (most recent call last):
  File "densify", line 462, in <module>
    win = MyWindow()
  File "densify", line 43, in __init__
    p = subprocess.Popen(disp, stdout=subprocess.PIPE)
  File "/usr/lib/python3.8/subprocess.py", line 854, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "/usr/lib/python3.8/subprocess.py", line 1702, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No existe el fichero o el directorio: 'xrandr'