Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 126481 - xfce4-xkb doesn't work properly in some situations
Summary: xfce4-xkb doesn't work properly in some situations
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: XFCE Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-16 19:37 UTC by antst
Modified: 2006-04-08 14:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch for correct layout name lookup (xfce4-xkb-logitech.patch,457 bytes, patch)
2006-03-16 19:44 UTC, antst
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description antst 2006-03-16 19:37:43 UTC
xfce4-xkb-plugin doesn't work with combination of few layouts and internet keyboards(Logitech, MS and so on). It will display one of the layouts as "INET".

Here I attach patch which fix it.
Comment 1 antst 2006-03-16 19:44:02 UTC
Created attachment 82331 [details, diff]
patch for correct layout name lookup

this patch force skip defenition of extended keymap for "internet" keyboards, when xfce4-xkb lookup for layouts.
Example:
#setxkbmap -print
...
        xkb_symbols   { include "pc/pc(pc105)+pc/us+inet(logiinkse)+pc/ru(winkeys):2+group(ctrl_shift_toggle)"  };
...

without patch plugin will assume "US" and "INET" as layouts names.
with patch it will find names correctly.
Comment 2 antst 2006-03-17 07:34:09 UTC
I've sent patch to xfce4-xkb developers,they released today new version 0.3.4 which includes patch.
Comment 3 Anton Romanov 2006-04-05 22:37:43 UTC
same is with latest x.org .... with it xfce4-xkb thiks 'ps' is another layout

i've sent a patch upstream and it was accepted...
so ...

i't would be nice just to bump to latest (for xfce 4.2)
version 0.3.5
Comment 4 Daniel Ostrow (RETIRED) gentoo-dev 2006-04-08 14:51:03 UTC
New veriosn 0.3.5 in the tree, thanks for the note.