Bug 57448 - Mozilla launch feedback remains after application has loaded
Summary: Mozilla launch feedback remains after application has loaded
Status: RESOLVED FIXED
Alias: None
Product: kappfinder
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Matthias Hoelzer-Kluepfel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-19 12:57 UTC by mklencke
Modified: 2003-04-22 15:35 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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