Bug 78257
| Summary: | help button does nothing in xscreensaver-demo "--crapplet" | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Raw Hide | Reporter: | Michael Lee Yohe <michael> |
| Component: | xscreensaver | Assignee: | Bill Nottingham <notting> |
| Status: | CLOSED WORKSFORME | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.0 | CC: | rvokal |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2002-12-19 16:53:33 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Michael Lee Yohe
2002-11-20 17:35:41 UTC
If you run xscreensaver-demo from an terminal, do you see any errors? Nice call, Bill. $ xscreensaver-demo --crapplet ## ( netscape -remote 'openURL(http://www.jwz.org/xscreensaver/man.html)' || netscape 'http://www.jwz.org/xscreensaver/man.html' ) & sh: line 1: netscape: command not found sh: line 1: netscape: command not found Do you have references to netscape in your ~/.xscreensaver files? Yes: # XScreenSaver Preferences File # Written by xscreensaver-demo 4.05 for myohe on Wed Nov 6 11:43:47 2002. # http://www.jwz.org/xscreensaver/ <snip> loadURL: netscape -remote 'openURL(%s)' || netscape '%s' So... I deleted the file. The help button now does something (brings up a web browser). However, it brings up Mozilla instead of default... should this be another bug? It calls gnome-moz-remote; it should use whatever browser is specified there. Okay - last question then before I open a new bug. If one configures Gnome 2 in Red Hat Linux 8, you're actually configuring htmlview (Panel -> Extras -> Preferences -> Preferred Applications). htmlview is used by some applications, and other use gnome-moz-remote? Should the configuration applet configure BOTH htmlview and gnome-moz-remote, or should xscreensaver fire off htmlview...? Sounds like another bug to me - just verifying. gnome-moz-remote is a Gnome 1 thing. htmlview is a local Red Hat hack, AFAIK. Closing the original bug, as I believe it's working-as-designed now. |