PDA

View Full Version : [Solved] Gnome & "htmlview" program


monty_hall
January 5th, 2009, 02:33
I cannot launch from the "Application->System Tools->Manage Printing". When I look @ the launch command it uses "htmlview http://<<cups url>>". It appears that htmlview resolves the default gnome web browser. I can't seem to find it using it as key work in 'make search key="html"'. I can't replace html view w/ firefox, but I would be nice to get htmlview to work. Any info appreciated.

Regards,

Monty

jsa@
January 6th, 2009, 13:33
ln -s gvfs-open /usr/local/bin/htmlview

dinoex@
January 10th, 2009, 10:27
cd /usr/ports/cups-base && make config

Select XDG_OPEN.

This will replace htmlview.

graudeejs
October 16th, 2010, 09:45
cd /usr/ports/cups-base && make config

should be
cd /usr/ports/print/cups-base && make config