Bug 75180

Summary: typo _NET_AM_ALLOWED_ACTIONS should be _NET_WM_ALLOWED_ACTIONS
Product: [Plasma] kwin Reporter: zephod <zephod>
Component: generalAssignee: KWin default assignee <kwin-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description zephod 2004-02-13 20:49:50 UTC
Version:            (using KDE KDE 3.2.0)
Installed from:    Compiled From Sources
Compiler:          gcc 3.2.2 binary compiler from Mandrake 9.1
OS:          Linux

I compiled source rpms from mandrake cooker on a Mandrake 9.1 system.
package: kdebase-3.2-12mdk.src.rpm

When trying to use the atom _NET_WM_ALLOWED_ACTIONS it appeared that the name was incorrect.
xprop -root shows _NET_AM_ALLOWED_ACTIONS in _NET_SUPPORTED section.

just grep for it in the source code and you will find the typo.

It is not a big bug, but application programmers will have to check the version when this is corrected...

Oh, BTW: KDE 3.2 really rocks !!!
Comment 1 Lubos Lunak 2004-02-16 13:07:23 UTC
CVS commit by lunakl: 

Fix typo.
CCMAIL: 75180-done@bugs.kde.org


  M +1 -1      netwm.cpp   1.127


--- kdelibs/kdecore/netwm.cpp  #1.126:1.127
@@ -260,5 +260,5 @@ static void create_atoms(Display *d) {
             "_NET_WM_HANDLED_ICONS",
             "_NET_STARTUP_ID",
-            "_NET_AM_ALLOWED_ACTIONS",
+            "_NET_WM_ALLOWED_ACTIONS",
             "_NET_WM_PING",