diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-02-09 01:25:55 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-02-09 01:25:55 +0100 |
commit | 2d96536dd7ef371c94be70cd9fb0fcbc0e5a0329 (patch) | |
tree | 42e92281d667bcbad5e3011aeed72a05fd77d4e7 /TODO | |
parent | eb124a97fb72d076014253b1acde69d428f15ecf (diff) |
logind: rename "seat-master" tag to "master-of-seat"
We currently enforce that seats are to be named in the form of
"seatXXX", i.e. need to begin with the 4 characters "seat". Thus,
"seat-master" would qualify as a seat name. As seat names are frequently
used as tags on devices, the "seat-master" tag might hence confuse
logind if the user decides to name a seat "seat-master".
Hence, avoid any ambuigity: let's rename the "seat-master" tag to
"master-of-seat".
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -49,9 +49,6 @@ Fedora 19: - localectl: add listing support for X11 keymaps, by parsing /usr/share/X11/xkb/rules/xorg.lst - localectl: support new converted x11→console keymaps -* The tag "seat-master" in udev is badly named, as it might conflict with - actual seat names. - * logind: Class property should probably know "background" or so as value for cron jobs, and the inhibition checks should filter those out too. * We should not set KDSKBMODE to K_UNICODE in vconsole-setup if the |