Bug 85150
| Summary: | KAsteroids displays with an untitiled window | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Linux Beta | Reporter: | Eugenia Loli-Queru <eloli> | ||||
| Component: | gnome-desktop | Assignee: | Mark McLoughlin <markmc> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |||||
| Severity: | low | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 6.1.90 | CC: | jirka, mitr, petrosyan | ||||
| Target Milestone: | --- | Keywords: | Triaged | ||||
| Target Release: | --- | ||||||
| Hardware: | i386 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | 2.3.6.1-1 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2004-03-03 21:05:44 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: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 100644 | ||||||
| Attachments: |
|
||||||
|
Description
Eugenia Loli-Queru
2003-02-26 01:45:19 UTC
Kenolaba has the same problem. It seems that Exec=kasteroids %i %m -caption "%c" is not correct handled from gnome-panel The problem still exists on Severn and it is even worse than on RHL9. 90% of all the KDE apps launched from the Gnome memu don't have a Title in the window manager. George maybe you could look at this? This is not a bug in the panel but either in the .desktop files or in the spec. If you look at http://www.freedesktop.org/standards/desktop-entry-spec/0.9.4-onehtml/ Then the %c is meant to expand to the Comment field, however the relevant .desktop files have no comment field. I suspect KDE is then breaking the spec here. Since the spec contains this stuff because of KDE however mostly I suppose we should fix the spec. I'm mailing xdg-list. Note that there is more broken in the % expansion then meets the eye. %m is not in the spec and explicitly disallowed, %i seems to expand in KDE to something like two arguments "-icon foo", and %k has very vague description of what it is (I assumed the name of the desktop file) Created attachment 93237 [details]
Patch to fix KDE app launching from gnome
The spec is very vague, and KDE breaks the spec in several places. This patch
is what I commited on HEAD and should apply to stable as well since nothing
changed here lately. Basically it will do things the way KDE does things and I
suppose we should put that in the spec. Mailed xdg-list about this already.
Note the patch is for gnome-desktop, not gnome-panel, I forgot to mention that *** Bug 100649 has been marked as a duplicate of this bug. *** Seems to be working fine in Raw Hide and should have been working correctly in Fedora Core 1 also. |