Skip to content

Commit

Permalink
No qpdfview
Browse files Browse the repository at this point in the history
Evince is fast, if you disable the sidebar (F9).
  • Loading branch information
Andreas Zwinkau committed Mar 15, 2017
1 parent 2b42f74 commit f506994
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 87 deletions.
3 changes: 0 additions & 3 deletions bin/do
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ def try_arithmetic(arg):
def do_single(arg):
try_multimedia(arg)
if os.path.exists(arg):
if arg.endswith(".pdf"):
exec_and_exit("qpdfview --unique --instance do%d %s"\
% (random.randint(100000, 999999), arg))
# leave file and dir handling to xdg-open
exec_and_exit("xdg-open "+arg)
try_arithmetic(arg)
Expand Down
6 changes: 0 additions & 6 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ cp -f `pwd`/gitconfig ~/.gitconfig
git config --global user.email ${EMAIL}
info "installed gitconfig"

# install qpdfview config
# do not use symlink, because it stores geometry there
mkdir -p ~/.config/qpdfview/
info "cp qpdfview.conf"
cp -u qpdfview.conf ~/.config/qpdfview/

# fortune cookies
pushd config/fortune
strfile my_cookies my_cookies.dat >/dev/null
Expand Down
77 changes: 0 additions & 77 deletions qpdfview.conf

This file was deleted.

2 changes: 1 addition & 1 deletion ubuntu.16.04.apt-req
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ puppet
pylint
python3
python3-feedparser
qpdfview
R qpdfview
rar
scribus
simple-scan
Expand Down

0 comments on commit f506994

Please sign in to comment.