Bug 57448

Summary: Mozilla launch feedback remains after application has loaded
Product: [Applications] kappfinder Reporter: mklencke
Component: generalAssignee: Matthias Hoelzer-Kluepfel <hoelzer>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description mklencke 2003-04-19 12:57:59 UTC
Version:           unknown (using KDE 3.1.1)
Compiler:          gcc version 3.2.2
OS:          Linux (i686) release 2.4.20

When loading Mozilla (either via the K Menu or the quicklaunch window (ALT-F2)), the launch feedback remains even after Mozilla was loaded. The problem is that mozilla.desktop specifies a wrong WMCLASS for Mozilla. It says:

X-KDE-WMClass=mozilla-bin

which should be:

X-KDE-WMClass=Mozilla

Old versions of Mozilla probably used mozilla-bin as window class, so I don't know if this change would annoy users of those old versions :-) That's why I didn't commit the change myself. Is it possible to specify multiple window classes the launch feedback should look for?
Comment 1 Stephan Binner 2003-04-21 13:03:46 UTC
Multiple WMclasses don't seem to possible. 
Comment 2 Lubos Lunak 2003-04-22 15:35:40 UTC
Subject: kdebase/kappfinder/apps/Internet

CVS commit by lunakl: 

Mozilla no longer sets its WMCLASS to mozilla-bin. Users of old Mozilla
may upgrade.

CCMAIL: 57448-close@bugs.kde.org


  M +0 -1      mozilla.desktop   1.95


--- kdebase/kappfinder/apps/Internet/mozilla.desktop  #1.94:1.95
@@ -57,3 +57,2 @@
 MimeType=text/html
 X-KDE-StartupNotify=true
-X-KDE-WMClass=mozilla-bin