[Desktop-packages] [Bug 937822]

2013-06-06 Thread Matthias Clasen
Also note that xev output being identical is pretty irrelevant here, since xev only reports the core key events, not xkb data. that can be extracted from the combination of key events + xkb maps. -- You received this bug notification because you are a member of Desktop Packages, which is

[Desktop-packages] [Bug 937822]

2013-06-06 Thread Matthias Clasen
I'm reopening this. My own investigation confirms the finding in comment 17. The xkeyboard-config changes in 2.4.1 make XKB translate Shift-F10 into F10 with level one, while telling my that the Shift modifier got consumed. -- You received this bug notification because you are a member of

[Desktop-packages] [Bug 937822]

2013-06-06 Thread Matthias Clasen
type CTRL+ALT { modifiers = Control+Alt+Shift+LevelThree; map[None] = Level1; map[Shift] = Level2; map[LevelThree] = Level3; map[Shift+LevelThree] = Level4; map[Control+Alt] = Level5; preserve[Shift] = Shift;

[Desktop-packages] [Bug 857651]

2013-02-05 Thread Matthias Clasen
or individual patches, for that matter -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lightdm in Ubuntu. https://bugs.launchpad.net/bugs/857651 Title: Unable to hide users from login screen / user switcher Status in D-Bus interfaces

[Desktop-packages] [Bug 857651]

2013-02-05 Thread Matthias Clasen
Could you attach a squashed patch here ? I prefer to use splinter to review it -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lightdm in Ubuntu. https://bugs.launchpad.net/bugs/857651 Title: Unable to hide users from login screen /

[Desktop-packages] [Bug 857651]

2012-05-15 Thread Matthias Clasen
Excluding accounts from the accountsservice listing is not the right solution. It would also make these accounts disappear from the user panel - and you probably want to be able to edit them there. This can either be a display manager configuration, or it can be a per- user hide-from-userlist

[Desktop-packages] [Bug 798962]

2012-05-15 Thread Matthias Clasen
Comment #6 still stands - this needs to be flipped around. Make 'autologin=yes' per-user information that is provided by the accountsservice, and make interested display managers use that information. Adding code for reading and writing all the display managers config file formats is not a sane