Bug 110483

Summary: Panel incorrectly displays "starting web browser" icon
Product: [Retired] Red Hat Linux Reporter: Need Real Name <lsof>
Component: htmlviewAssignee: Jonathan Blandford <jrb>
Status: CLOSED WONTFIX QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 9CC: ddumas, leonard-rh-bugzilla
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-08-13 11:27:13 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 Need Real Name 2003-11-19 22:24:14 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5)
Gecko/20031007 Firebird/0.6.1 StumbleUpon/1.87

Description of problem:
I use htmlview everywhere so that the correct browser is launched
every time. I use Mozilla firebird.

Firebird, doesn't like being loaded more than once - it asks me to
select a profile. I can't select the same profile as another running
version of firebird.
To get around this, I point htmlview at htmlview-cheat, which does this:

# Load url in new tab
FB="/usr/local/MozillaFirebird-0.7/MozillaFirebird"
$FB -remote 'openURL('$@', new-tab)' || $FB $URL &

This works perfectly, apart from when I click the icon that links to
htmlview in the panel.
When I do this, a new tab opens (as it should), and another icon
appears telling me "Starting web browser".

This shouldn't happen.

It seems that the launch icons on the panel cannot handle applications
that are already running.

Comment 1 Leonard den Ottolander 2004-02-26 13:34:39 UTC
Does this happen with FC 1 also?


Comment 2 Mark McLoughlin 2004-02-27 17:50:52 UTC
This is a bug with htmlview itself. It has StartupWMClass=Mozilla in
the .desktop file.

You shouldn't use StartupWMClass unless you're guaranteed a newly
mapped window with that wmclass every time the launcher is clicked. See:

http://www.freedesktop.org/Standards/startup-notification-spec

for more details

Comment 3 Need Real Name 2004-08-13 11:27:13 UTC
htmlview is now deprecated. Closing.