[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#56173: marked as done (xlibs: [xkb] pc geometry file has wrong colors for some function keys)



Your message dated Sat, 15 Jan 2011 02:00:26 +0100
with message-id <20110115010026.GA12593@debian.org>
and subject line Re: tagging 56173
has caused the Debian Bug report #56173,
regarding xlibs: [xkb] pc geometry file has wrong colors for some function keys
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
56173: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=56173
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: xlib6g
Version: 3.3.4-0slink2

Messing around with xkbprint, I noticed its idea of the colours of the
function keys on PC keyboards disagreed with reality (at least, the
reality of every one around here).  On all the PC keyboards I can find,
F1-F4 and F9-F12 are white and the rest of the keys on that row are grey,
while the X server (at least with the pc104 layout) thinks they're white
apart from Escape.  The following patch against the installed
/usr/X11R6/lib/X11/xkb/geometry/pc file fixes this, and makes all the
layouts agree.  I feel it should be possible to reduce the redundancy in
this file, but I haven't looked into how to do so yet.

I've only tested this on my keyboard (which is currently claiming to be
pc104) -- I don't guarantee it's right for any other.

--------8<--------
--- pc.orig	Sun Sep  5 12:25:30 1999
+++ pc	Tue Jan 25 13:32:31 2000
@@ -79,9 +79,12 @@
 	    top= 1;
 	    keys {  { <ESC>, color="grey20" },
 		    { <FK01>, 20 }, <FK02>, <FK03>, <FK04>,
-		    { <FK05>, 11 }, <FK06>, <FK07>, <FK08>,
+		    { <FK05>, 11, color="grey20" },
+		    { <FK06>, color="grey20" }, { <FK07>, color="grey20" },
+		    { <FK08>, color="grey20" },
 		    { <FK09>, 11 }, <FK10>, <FK11>, <FK12>,
-		    { <PRSC>, 8 }, <SCLK>, <PAUS> 
+		    { <PRSC>, 8, color="grey20" }, { <SCLK>, color="grey20" },
+		    { <PAUS>, color="grey20" }
 	    };
 	};
     }; // End of "Function" section
@@ -237,11 +240,14 @@
 	top= 52;
 	row {
 	    top= 1;
-	    keys {  { <ESC>, "TABK", color="grey20" },
-		    { <FK01>, 10 }, <FK02>, <FK03>, <FK04>,
-		    { <FK05>, 11 }, <FK06>, <FK07>, <FK08>,
+	    keys {  { <ESC>, color="grey20" },
+		    { <FK01>, 20 }, <FK02>, <FK03>, <FK04>,
+		    { <FK05>, 11, color="grey20" },
+		    { <FK06>, color="grey20" }, { <FK07>, color="grey20" },
+		    { <FK08>, color="grey20" },
 		    { <FK09>, 11 }, <FK10>, <FK11>, <FK12>,
-		    { <PRSC>, 8 }, <SCLK>, <PAUS> 
+		    { <PRSC>, 8, color="grey20" }, { <SCLK>, color="grey20" },
+		    { <PAUS>, color="grey20" }
 	    };
 	};
     }; // End of "Function" section
@@ -398,9 +404,12 @@
 	    top= 1;
 	    keys {  { <ESC>, color="grey20" },
 		    { <FK01>, 20 }, <FK02>, <FK03>, <FK04>,
-		    { <FK05>, 11 }, <FK06>, <FK07>, <FK08>,
+		    { <FK05>, 11, color="grey20" },
+		    { <FK06>, color="grey20" }, { <FK07>, color="grey20" },
+		    { <FK08>, color="grey20" },
 		    { <FK09>, 11 }, <FK10>, <FK11>, <FK12>,
-		    { <PRSC>, 8 }, <SCLK>, <PAUS> 
+		    { <PRSC>, 8, color="grey20" }, { <SCLK>, color="grey20" },
+		    { <PAUS>, color="grey20" }
 	    };
 	};
     }; // End of "Function" section
@@ -557,9 +566,12 @@
 	    top= 1;
 	    keys {  { <ESC>, color="grey20" },
 		    { <FK01>, 20 }, <FK02>, <FK03>, <FK04>,
-		    { <FK05>, 11 }, <FK06>, <FK07>, <FK08>,
+		    { <FK05>, 11, color="grey20" },
+		    { <FK06>, color="grey20" }, { <FK07>, color="grey20" },
+		    { <FK08>, color="grey20" },
 		    { <FK09>, 11 }, <FK10>, <FK11>, <FK12>,
-		    { <PRSC>, 8 }, <SCLK>, <PAUS> 
+		    { <PRSC>, 8, color="grey20" }, { <SCLK>, color="grey20" },
+		    { <PAUS>, color="grey20" }
 	    };
 	};
     }; // End of "Function" section
@@ -719,11 +731,13 @@
 	row {
 	    top= 1;
 	    keys {  { <ESC>, color="grey20" },
-		    { <FK01>, 18 }, <FK02>, <FK03>, <FK04>,
-		    { <FK05>, 11 ,color="grey20"}, {<FK06>,color="grey20"}, 
-		    { <FK07>, color="grey20"}, {<FK08>,color="grey20"},
+		    { <FK01>, 20 }, <FK02>, <FK03>, <FK04>,
+		    { <FK05>, 11, color="grey20" },
+		    { <FK06>, color="grey20" }, { <FK07>, color="grey20" },
+		    { <FK08>, color="grey20" },
 		    { <FK09>, 11 }, <FK10>, <FK11>, <FK12>,
-		    { <PRSC>, 8 }, <SCLK>, <PAUS> 
+		    { <PRSC>, 8, color="grey20" }, { <SCLK>, color="grey20" },
+		    { <PAUS>, color="grey20" }
 	    };
 	};
     }; // End of "Function" section
@@ -881,11 +895,13 @@
 	row {
 	    top= 1;
 	    keys {  { <ESC>, color="grey20" },
-		    { <FK01>, 18 }, <FK02>, <FK03>, <FK04>,
-		    { <FK05>, 11 ,color="grey20"}, {<FK06>,color="grey20"}, 
-		    { <FK07>, color="grey20"}, {<FK08>,color="grey20"},
+		    { <FK01>, 20 }, <FK02>, <FK03>, <FK04>,
+		    { <FK05>, 11, color="grey20" },
+		    { <FK06>, color="grey20" }, { <FK07>, color="grey20" },
+		    { <FK08>, color="grey20" },
 		    { <FK09>, 11 }, <FK10>, <FK11>, <FK12>,
-		    { <PRSC>, 8 }, <SCLK>, <PAUS> 
+		    { <PRSC>, 8, color="grey20" }, { <SCLK>, color="grey20" },
+		    { <PAUS>, color="grey20" }
 	    };
 	};
     }; // End of "Function" section
-------->8--------

-- 
Ben Harris
Unix Support, University of Cambridge Computing Service.


--- End Message ---
--- Begin Message ---
Hi,

Brice Goglin <Brice.Goglin@ens-lyon.org> (21/03/2007):
> # Automatically generated email from bts, devscripts version 2.10.1
> tags 56173 wontfix

I see no point in keeping this bugreport open. Let's close it.

KiBi.

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply to: