Hi, a bug submitter complained in http://bugs.debian.org/381882 that latitude is not defined in rules/base. I checked current CVS with the following commands: $ grep xkb_symbols symbols/inet |\ cut -d '"' -f 2 |\ sort -u > list.inet $ sed -e :a -e '/\\$/N; s/\\\n//; ta' rules/base.lists.part |\ grep inetkbds |\ sed -e 's/.*= *//' -e 's/ */ /g' |\ tr ' ' '\n' |\ sort -u > list.base $ diff list.inet list.base and found that apple apple_laptop hpxt1000 latitude logitech_base logitech_set3 are defined in symbols/inet but not rules/base.lists.part
Thanks, Denis I will add apple, apple_laptop, hpxt1000, latitude, while logitech_base and logitech_set3 are hidden. (In reply to comment #0) > Hi, > > a bug submitter complained in http://bugs.debian.org/381882 > that latitude is not defined in rules/base. > I checked current CVS with the following commands: > $ grep xkb_symbols symbols/inet |\ > cut -d '"' -f 2 |\ > sort -u > list.inet > $ sed -e :a -e '/\\$/N; s/\\\n//; ta' rules/base.lists.part |\ > grep inetkbds |\ > sed -e 's/.*= *//' -e 's/ */ /g' |\ > tr ' ' '\n' |\ > sort -u > list.base > $ diff list.inet list.base > and found that > apple apple_laptop hpxt1000 latitude logitech_base logitech_set3 > are defined in symbols/inet but not rules/base.lists.part
After looking into details: - apple and apple_laptop are covered by special rules, they should not be in $inetkbds list - hpxt1000 added, real bug - latitude added, real bug. Committed.
Fine by me, I am thus closing this bug. Thanks.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.