htmlview is a shell script, I was having just this problem. To change it, just edit .htmlviewrc and change X11BROWSER to galeon
If you wish to study the shell script, type in which htmlview to locate the script and then do a less/vi/gvim/whatever of the script. Top of script: #!/bin/bash # # Invoke whatever HTML viewer is installed... # Usage: # htmlview [URL] # # Changes: # v2.0.0 # ------ # - Allow users to override default settings in # ~/.htmlviewrc and /etc/htmlview.conf. # Users can define X11BROWSER, TEXTBROWSER and # CONSOLE variables to indicate their preferences. # - --remote and --local are deprecated, we don't # have any non-browser HTML viewers these days. # # Christopher Blizzard <[EMAIL PROTECTED]> Aug 09 2002 # - prefer mozilla over galeon # # written by Bernhard Rosenkraenzer <[EMAIL PROTECTED]> # (c) 2000-2002 Red Hat, Inc. # # This script is in the public domain. -- Chris Sherlock <[EMAIL PROTECTED]> -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list