firefox & okular with mozplugger
Posted: settembre 1st, 2009 | Author: Francesco Apollonio | Filed under: Guide, recensione | Tags: config, debian, firefox, Guide, kde, okular, utility, varie | No Comments »
Se c’era una cosa che mi mancava di acrobat reader era l’integrazione in firefox, così ho risolto il problema.
Basta installare mozplugger (da root):
# apt-get install mozplugger
editare il file /etc/mozpluggerrc (intorno alla riga 302) commentando alcune linee in questo modo:
application/pdf:pdf:PDF file application/x-pdf:pdf:PDF file text/pdf:pdf:PDF file text/x-pdf:pdf:PDF file ACROREAD() # repeat noisy swallow(kpdf) fill: kpdf "$file" # repeat noisy swallow(Xpdf) fill: xpdf -g +9000+9000 "$file" repeat noisy swallow(okular) fill: okular "$file" # GV() # repeat noisy fill exists: evince "$file"
Ora ogni volta che clickerete su un link a pdf esso verrà aperto direttamente nella tab corrente








Leave a Reply