SOURCES: X11-xkbcomp-level.patch (NEW) - fix: > Warning: Type "ON...

charles charles at pld-linux.org
Tue Jan 31 20:49:09 CET 2006


Author: charles                      Date: Tue Jan 31 19:49:09 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix: 
> Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols>
> Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server

---- Files affected:
SOURCES:
   X11-xkbcomp-level.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/X11-xkbcomp-level.patch
diff -u /dev/null SOURCES/X11-xkbcomp-level.patch:1.1
--- /dev/null	Tue Jan 31 20:49:09 2006
+++ SOURCES/X11-xkbcomp-level.patch	Tue Jan 31 20:49:04 2006
@@ -0,0 +1,11 @@
+--- X11-6.9.0/xc/programs/xkbcomp/symbols/level3.old	2005-08-12 13:10:11.000000000 +0200
++++ X11-6.9.0/xc/programs/xkbcomp/symbols/level3	2006-01-31 20:05:00.000000000 +0100
+@@ -12,7 +12,7 @@
+ default partial modifier_keys
+ xkb_symbols "ralt_switch" {
+   key <RALT> {
+-    type[Group1]="ONE_LEVEL",
++    type[Group1]="TWO_LEVEL",
+     symbols[Group1] = [ ISO_Level3_Shift ]
+     };
+   modifier_map Mod5   { ISO_Level3_Shift };
================================================================


More information about the pld-cvs-commit mailing list