Change the keyboard layout in LightDM The 2019 Stack Overflow Developer Survey Results Are...
Is it safe to harvest rainwater that fell on solar panels?
Output the Arecibo Message
What is the meaning of Triage in Cybersec world?
If I score a critical hit on an 18 or higher, what are my chances of getting a critical hit if I roll 3d20?
Time travel alters history but people keep saying nothing's changed
For what reasons would an animal species NOT cross a *horizontal* land bridge?
Does adding complexity mean a more secure cipher?
Worn-tile Scrabble
Can I have a signal generator on while it's not connected?
The difference between dialogue marks
What could be the right powersource for 15 seconds lifespan disposable giant chainsaw?
What does Linus Torvalds mean when he says that Git "never ever" tracks a file?
Mathematics of imaging the black hole
Match Roman Numerals
Keeping a retro style to sci-fi spaceships?
Is Cinnamon a desktop environment or a window manager? (Or both?)
How to notate time signature switching consistently every measure
How did passengers keep warm on sail ships?
Why didn't the Event Horizon Telescope team mention Sagittarius A*?
What is preventing me from simply constructing a hash that's lower than the current target?
Why can't devices on different VLANs, but on the same subnet, communicate?
Are there any other methods to apply to solving simultaneous equations?
"as much details as you can remember"
Is it okay to consider publishing in my first year of PhD?
Change the keyboard layout in LightDM
The 2019 Stack Overflow Developer Survey Results Are InChanging dwm keyboard in linuxnumlock on startup on linux mint 18.2Change lightdm keyboard layout US to Portuguese Arch LinuxSwitch keyboard layout programmaticalyTuning keyboard (dead key) functionality in XKeyboard layout change indicatorHow do I make debian lightdm look like trisquel lightdmchange keyboard layoutHow do I enable the on-screen keyboard in the Linux Mint lock screen?Changing keyboard settings for SpanishAdding a custom keyboard layout (and setting it as the default)Strange behaviour applying neo/adnw keyboard layoutsHow to add keys to keyboard layout in Xfce?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I installed LightDM on an Arch Linux system (using pacman) and it runs fine, except, that if I try to type a special character (like "@", "$", ...) in the user or password field it doesn't do anything. I'm using the gtk3 greeter, but it doesn't work with other greeters aswell.
I configured the keyboard and the locale like described in the Arch Linux installation guide and it also says in the top right corner of LightDM "de_DE.utf-8".
keyboard-layout lightdm
add a comment |
I installed LightDM on an Arch Linux system (using pacman) and it runs fine, except, that if I try to type a special character (like "@", "$", ...) in the user or password field it doesn't do anything. I'm using the gtk3 greeter, but it doesn't work with other greeters aswell.
I configured the keyboard and the locale like described in the Arch Linux installation guide and it also says in the top right corner of LightDM "de_DE.utf-8".
keyboard-layout lightdm
1
Which special characters don't work? Are they the ones that requireAltGr
?
– Gilles
May 18 '14 at 23:58
1
Yes, exactly. I think LightDM uses for some reasons an American keyboard layout (for example "-" on my keyboard becomes "/"). But if I login without LightDM and start Cinnamon everything works fine.
– TeHeRu33
May 19 '14 at 10:15
add a comment |
I installed LightDM on an Arch Linux system (using pacman) and it runs fine, except, that if I try to type a special character (like "@", "$", ...) in the user or password field it doesn't do anything. I'm using the gtk3 greeter, but it doesn't work with other greeters aswell.
I configured the keyboard and the locale like described in the Arch Linux installation guide and it also says in the top right corner of LightDM "de_DE.utf-8".
keyboard-layout lightdm
I installed LightDM on an Arch Linux system (using pacman) and it runs fine, except, that if I try to type a special character (like "@", "$", ...) in the user or password field it doesn't do anything. I'm using the gtk3 greeter, but it doesn't work with other greeters aswell.
I configured the keyboard and the locale like described in the Arch Linux installation guide and it also says in the top right corner of LightDM "de_DE.utf-8".
keyboard-layout lightdm
keyboard-layout lightdm
edited May 19 '14 at 22:36
Gilles
547k13011131629
547k13011131629
asked May 18 '14 at 19:53
TeHeRu33TeHeRu33
101115
101115
1
Which special characters don't work? Are they the ones that requireAltGr
?
– Gilles
May 18 '14 at 23:58
1
Yes, exactly. I think LightDM uses for some reasons an American keyboard layout (for example "-" on my keyboard becomes "/"). But if I login without LightDM and start Cinnamon everything works fine.
– TeHeRu33
May 19 '14 at 10:15
add a comment |
1
Which special characters don't work? Are they the ones that requireAltGr
?
– Gilles
May 18 '14 at 23:58
1
Yes, exactly. I think LightDM uses for some reasons an American keyboard layout (for example "-" on my keyboard becomes "/"). But if I login without LightDM and start Cinnamon everything works fine.
– TeHeRu33
May 19 '14 at 10:15
1
1
Which special characters don't work? Are they the ones that require
AltGr
?– Gilles
May 18 '14 at 23:58
Which special characters don't work? Are they the ones that require
AltGr
?– Gilles
May 18 '14 at 23:58
1
1
Yes, exactly. I think LightDM uses for some reasons an American keyboard layout (for example "-" on my keyboard becomes "/"). But if I login without LightDM and start Cinnamon everything works fine.
– TeHeRu33
May 19 '14 at 10:15
Yes, exactly. I think LightDM uses for some reasons an American keyboard layout (for example "-" on my keyboard becomes "/"). But if I login without LightDM and start Cinnamon everything works fine.
– TeHeRu33
May 19 '14 at 10:15
add a comment |
2 Answers
2
active
oldest
votes
The problem was that I forgot the file /etc/X11/xorg.conf.d/20-keyboard.conf . I created it with the content:
Section "InputClass"
Identifier "keyboard"
MatchIsKeyboard "yes"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
and now LightDM works.
Here is the pertaining Arch documentation.
– Serge Stroobandt
Oct 27 '16 at 12:39
Thelocalectl list-x11-keymap-layouts
command will list all available keyboard layouts/maps.
– Serge Stroobandt
Oct 27 '16 at 20:32
add a comment |
On Xubuntu
On Xubuntu, I had to create a file in a different directory:
$ cd /etc/lightdm/lightdm.conf.d
$ sudo touch 00-keyboard.conf
$ sudo nano 00-keyboard.conf
with this contents for a Belgian be
keyboard:
[SeatDefaults]
display-setup-script=/usr/bin/setxkbmap be oss
The command setxkbmap
is provided by the package x11-utils
, hence
$ sudo apt install x11-utils
The available keyboard codes are listed with:
$ localectl list-x11-keymap-layouts
While you are at it, you might also want to ensure that NumLock is active during LightDM login. This can be achieved by appending an additional line to that very same 00-keyboard.conf
configuration file:
[SeatDefaults]
display-setup-script=/usr/bin/setxkbmap be oss
greeter-setup-script=/usr/bin/numlockx on
Of course, this requires that the numlockx
package is installed:
$ sudo apt install numlockx
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f130858%2fchange-the-keyboard-layout-in-lightdm%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
The problem was that I forgot the file /etc/X11/xorg.conf.d/20-keyboard.conf . I created it with the content:
Section "InputClass"
Identifier "keyboard"
MatchIsKeyboard "yes"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
and now LightDM works.
Here is the pertaining Arch documentation.
– Serge Stroobandt
Oct 27 '16 at 12:39
Thelocalectl list-x11-keymap-layouts
command will list all available keyboard layouts/maps.
– Serge Stroobandt
Oct 27 '16 at 20:32
add a comment |
The problem was that I forgot the file /etc/X11/xorg.conf.d/20-keyboard.conf . I created it with the content:
Section "InputClass"
Identifier "keyboard"
MatchIsKeyboard "yes"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
and now LightDM works.
Here is the pertaining Arch documentation.
– Serge Stroobandt
Oct 27 '16 at 12:39
Thelocalectl list-x11-keymap-layouts
command will list all available keyboard layouts/maps.
– Serge Stroobandt
Oct 27 '16 at 20:32
add a comment |
The problem was that I forgot the file /etc/X11/xorg.conf.d/20-keyboard.conf . I created it with the content:
Section "InputClass"
Identifier "keyboard"
MatchIsKeyboard "yes"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
and now LightDM works.
The problem was that I forgot the file /etc/X11/xorg.conf.d/20-keyboard.conf . I created it with the content:
Section "InputClass"
Identifier "keyboard"
MatchIsKeyboard "yes"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
and now LightDM works.
answered May 19 '14 at 21:22
TeHeRu33TeHeRu33
101115
101115
Here is the pertaining Arch documentation.
– Serge Stroobandt
Oct 27 '16 at 12:39
Thelocalectl list-x11-keymap-layouts
command will list all available keyboard layouts/maps.
– Serge Stroobandt
Oct 27 '16 at 20:32
add a comment |
Here is the pertaining Arch documentation.
– Serge Stroobandt
Oct 27 '16 at 12:39
Thelocalectl list-x11-keymap-layouts
command will list all available keyboard layouts/maps.
– Serge Stroobandt
Oct 27 '16 at 20:32
Here is the pertaining Arch documentation.
– Serge Stroobandt
Oct 27 '16 at 12:39
Here is the pertaining Arch documentation.
– Serge Stroobandt
Oct 27 '16 at 12:39
The
localectl list-x11-keymap-layouts
command will list all available keyboard layouts/maps.– Serge Stroobandt
Oct 27 '16 at 20:32
The
localectl list-x11-keymap-layouts
command will list all available keyboard layouts/maps.– Serge Stroobandt
Oct 27 '16 at 20:32
add a comment |
On Xubuntu
On Xubuntu, I had to create a file in a different directory:
$ cd /etc/lightdm/lightdm.conf.d
$ sudo touch 00-keyboard.conf
$ sudo nano 00-keyboard.conf
with this contents for a Belgian be
keyboard:
[SeatDefaults]
display-setup-script=/usr/bin/setxkbmap be oss
The command setxkbmap
is provided by the package x11-utils
, hence
$ sudo apt install x11-utils
The available keyboard codes are listed with:
$ localectl list-x11-keymap-layouts
While you are at it, you might also want to ensure that NumLock is active during LightDM login. This can be achieved by appending an additional line to that very same 00-keyboard.conf
configuration file:
[SeatDefaults]
display-setup-script=/usr/bin/setxkbmap be oss
greeter-setup-script=/usr/bin/numlockx on
Of course, this requires that the numlockx
package is installed:
$ sudo apt install numlockx
add a comment |
On Xubuntu
On Xubuntu, I had to create a file in a different directory:
$ cd /etc/lightdm/lightdm.conf.d
$ sudo touch 00-keyboard.conf
$ sudo nano 00-keyboard.conf
with this contents for a Belgian be
keyboard:
[SeatDefaults]
display-setup-script=/usr/bin/setxkbmap be oss
The command setxkbmap
is provided by the package x11-utils
, hence
$ sudo apt install x11-utils
The available keyboard codes are listed with:
$ localectl list-x11-keymap-layouts
While you are at it, you might also want to ensure that NumLock is active during LightDM login. This can be achieved by appending an additional line to that very same 00-keyboard.conf
configuration file:
[SeatDefaults]
display-setup-script=/usr/bin/setxkbmap be oss
greeter-setup-script=/usr/bin/numlockx on
Of course, this requires that the numlockx
package is installed:
$ sudo apt install numlockx
add a comment |
On Xubuntu
On Xubuntu, I had to create a file in a different directory:
$ cd /etc/lightdm/lightdm.conf.d
$ sudo touch 00-keyboard.conf
$ sudo nano 00-keyboard.conf
with this contents for a Belgian be
keyboard:
[SeatDefaults]
display-setup-script=/usr/bin/setxkbmap be oss
The command setxkbmap
is provided by the package x11-utils
, hence
$ sudo apt install x11-utils
The available keyboard codes are listed with:
$ localectl list-x11-keymap-layouts
While you are at it, you might also want to ensure that NumLock is active during LightDM login. This can be achieved by appending an additional line to that very same 00-keyboard.conf
configuration file:
[SeatDefaults]
display-setup-script=/usr/bin/setxkbmap be oss
greeter-setup-script=/usr/bin/numlockx on
Of course, this requires that the numlockx
package is installed:
$ sudo apt install numlockx
On Xubuntu
On Xubuntu, I had to create a file in a different directory:
$ cd /etc/lightdm/lightdm.conf.d
$ sudo touch 00-keyboard.conf
$ sudo nano 00-keyboard.conf
with this contents for a Belgian be
keyboard:
[SeatDefaults]
display-setup-script=/usr/bin/setxkbmap be oss
The command setxkbmap
is provided by the package x11-utils
, hence
$ sudo apt install x11-utils
The available keyboard codes are listed with:
$ localectl list-x11-keymap-layouts
While you are at it, you might also want to ensure that NumLock is active during LightDM login. This can be achieved by appending an additional line to that very same 00-keyboard.conf
configuration file:
[SeatDefaults]
display-setup-script=/usr/bin/setxkbmap be oss
greeter-setup-script=/usr/bin/numlockx on
Of course, this requires that the numlockx
package is installed:
$ sudo apt install numlockx
edited 13 hours ago
answered Apr 3 '18 at 8:49
Serge StroobandtSerge Stroobandt
85321427
85321427
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f130858%2fchange-the-keyboard-layout-in-lightdm%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Which special characters don't work? Are they the ones that require
AltGr
?– Gilles
May 18 '14 at 23:58
1
Yes, exactly. I think LightDM uses for some reasons an American keyboard layout (for example "-" on my keyboard becomes "/"). But if I login without LightDM and start Cinnamon everything works fine.
– TeHeRu33
May 19 '14 at 10:15