Keyboard layout stuck into CZ_german no english layout after update, restore into original EN_us and EL_Gr ones Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar ManaraChanging keyboard layout without logging in to any user in Ubuntu 17.10us keyboard not working in 14.04 after removing *.xkm files from /var/lib/xkbUsing two keyboards in KDE with a dedicated layout each (typically azerty / bépo)What file is the setxkbmap option -rules meant to take, and how can I add keyboard variants to that file?Custom keyboard variant not selectableIs it possible to use the Greek keyboard layout in Scribus?How I can add and remove extra keyboard languages from terminalKubuntu 18.04 always start with Arabic keyboard layoutAdding a second keyboard layout in Kubuntu 18.04Keyboard layout in LUKS prompt unusable (layout: russian, password: english)How do I setup a Japanese keyboard on Kubuntu 18.04 (Plasma 5) for a Logicool K750?
Stretch a Tikz tree
Why does the Cisco show run command not show the full version, while the show version command does?
Does a Draconic Bloodline sorcerer's doubled proficiency bonus for Charisma checks against dragons apply to all dragon types or only the chosen one?
How would you suggest I follow up with coworkers about our deadline that's today?
Is Bran literally the world's memory?
When does Bran Stark remember Jamie pushing him?
Are there existing rules/lore for MTG planeswalkers?
Processing ADC conversion result: DMA vs Processor Registers
When speaking, how do you change your mind mid-sentence?
What is the purpose of the side handle on a hand ("eggbeater") drill?
What to do with someone that cheated their way though university and a PhD program?
Is there a verb for listening stealthily?
Suing a Police Officer Instead of the Police Department
Are these square matrices always diagonalisable?
Why did Europeans not widely domesticate foxes?
Is it appropriate to mention a relatable company blog post when you're asked about the company?
Israeli soda type drink
What's parked in Mil Moscow helicopter plant?
Why aren't road bicycle wheels tiny?
What were wait-states, and why was it only an issue for PCs?
Raising a bilingual kid. When should we introduce the majority language?
Why is arima in R one time step off?
Why I cannot instantiate a class whose constructor is private in a friend class?
/bin/ls sorts differently than just ls
Keyboard layout stuck into CZ_german no english layout after update, restore into original EN_us and EL_Gr ones
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraChanging keyboard layout without logging in to any user in Ubuntu 17.10us keyboard not working in 14.04 after removing *.xkm files from /var/lib/xkbUsing two keyboards in KDE with a dedicated layout each (typically azerty / bépo)What file is the setxkbmap option -rules meant to take, and how can I add keyboard variants to that file?Custom keyboard variant not selectableIs it possible to use the Greek keyboard layout in Scribus?How I can add and remove extra keyboard languages from terminalKubuntu 18.04 always start with Arabic keyboard layoutAdding a second keyboard layout in Kubuntu 18.04Keyboard layout in LUKS prompt unusable (layout: russian, password: english)How do I setup a Japanese keyboard on Kubuntu 18.04 (Plasma 5) for a Logicool K750?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
After Update on Kubuntu 16.04LTS the keyboard layout has changed into CZ_german without any english layout. Thus I want to restore it into US,GR variant.
Due to unexpected keyboard layout change I find it hard to login either via shell or Xorg. Thus the only option is to use either the recovery mode or a live USB.
Thus how I can revocer the keyboard layout into English and Greek one?
kde keyboard-layout input-language
add a comment |
After Update on Kubuntu 16.04LTS the keyboard layout has changed into CZ_german without any english layout. Thus I want to restore it into US,GR variant.
Due to unexpected keyboard layout change I find it hard to login either via shell or Xorg. Thus the only option is to use either the recovery mode or a live USB.
Thus how I can revocer the keyboard layout into English and Greek one?
kde keyboard-layout input-language
add a comment |
After Update on Kubuntu 16.04LTS the keyboard layout has changed into CZ_german without any english layout. Thus I want to restore it into US,GR variant.
Due to unexpected keyboard layout change I find it hard to login either via shell or Xorg. Thus the only option is to use either the recovery mode or a live USB.
Thus how I can revocer the keyboard layout into English and Greek one?
kde keyboard-layout input-language
After Update on Kubuntu 16.04LTS the keyboard layout has changed into CZ_german without any english layout. Thus I want to restore it into US,GR variant.
Due to unexpected keyboard layout change I find it hard to login either via shell or Xorg. Thus the only option is to use either the recovery mode or a live USB.
Thus how I can revocer the keyboard layout into English and Greek one?
kde keyboard-layout input-language
kde keyboard-layout input-language
edited 2 days ago
Braiam
52.7k20138225
52.7k20138225
asked 2 days ago
Dimitrios DesyllasDimitrios Desyllas
498318
498318
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Boot from a live usb and mount the disk that has the GNU/Linux Installed, keep in mind to mount the partition having the INSTALLED system's root filesystem (and not the root folder from the liveusb distro).
In my case has been the /dev/sda2 and I mounted as:
sudo mount /dev/sda2 /mnt
Using the command sudo fdisk -l
and judging from the size and the type (correct one Linux Filesystem
) you can mount the appropriate partition. In case of a wrongly mounted partition you can unmount it via the command (we are using the cd
command as well in order to make not busy the mounted partition):
cd && sudo umount /mnt
Also In the mounted partition should containe the etc
folder as well.
Having said that now you can nou type the following command:
sudo nano /mnt/etc/default/keyboard
And from:
# KEYBOARD CONFIGURATION FILE
# Consult the keyboard(5) manual page.
XKBMODEL="a4techKB21"
XKBLAYOUT="cz"
XKBVARIANT=""
XKBOPTIONS=""
BACKSPACE="guess"
Change it into:
# KEYBOARD CONFIGURATION FILE
# Consult the keyboard(5) manual page.
XKBMODEL="a4techKB21"
XKBLAYOUT="us"
XKBVARIANT=""
XKBOPTIONS=""
BACKSPACE="guess"
In case that the change has been into a desktop session that you are already logeedin then edit the /etc/default/keyboard
directly (as long as you are able to locate the correct layout on the CZ_german layout.)
Save the file and then reboot. Once you login configure the keyboard layout via these steps:
First of all go to "System Settings" as the following Images show (System Language In Greek):
On the opened window then select "Input Devices" (in Greek "Συσκευές Εισόδου") as seen In the following Image:
Afterwards select Keyboard and click on the icons as seen in the following image (with the particular order):
Afterwards select to Change the layout using Alt
+Shift
following the instructions shown in this image:
So now you have restored the input languages back to Greek and English. Similar steps can be followed to restore into any desired layout.
The whole idea behind it is to first setup into basic us
layout via any GNU/Linux live usb/cd, then install any localized layout.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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%2faskubuntu.com%2fquestions%2f1135719%2fkeyboard-layout-stuck-into-cz-german-no-english-layout-after-update-restore-int%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Boot from a live usb and mount the disk that has the GNU/Linux Installed, keep in mind to mount the partition having the INSTALLED system's root filesystem (and not the root folder from the liveusb distro).
In my case has been the /dev/sda2 and I mounted as:
sudo mount /dev/sda2 /mnt
Using the command sudo fdisk -l
and judging from the size and the type (correct one Linux Filesystem
) you can mount the appropriate partition. In case of a wrongly mounted partition you can unmount it via the command (we are using the cd
command as well in order to make not busy the mounted partition):
cd && sudo umount /mnt
Also In the mounted partition should containe the etc
folder as well.
Having said that now you can nou type the following command:
sudo nano /mnt/etc/default/keyboard
And from:
# KEYBOARD CONFIGURATION FILE
# Consult the keyboard(5) manual page.
XKBMODEL="a4techKB21"
XKBLAYOUT="cz"
XKBVARIANT=""
XKBOPTIONS=""
BACKSPACE="guess"
Change it into:
# KEYBOARD CONFIGURATION FILE
# Consult the keyboard(5) manual page.
XKBMODEL="a4techKB21"
XKBLAYOUT="us"
XKBVARIANT=""
XKBOPTIONS=""
BACKSPACE="guess"
In case that the change has been into a desktop session that you are already logeedin then edit the /etc/default/keyboard
directly (as long as you are able to locate the correct layout on the CZ_german layout.)
Save the file and then reboot. Once you login configure the keyboard layout via these steps:
First of all go to "System Settings" as the following Images show (System Language In Greek):
On the opened window then select "Input Devices" (in Greek "Συσκευές Εισόδου") as seen In the following Image:
Afterwards select Keyboard and click on the icons as seen in the following image (with the particular order):
Afterwards select to Change the layout using Alt
+Shift
following the instructions shown in this image:
So now you have restored the input languages back to Greek and English. Similar steps can be followed to restore into any desired layout.
The whole idea behind it is to first setup into basic us
layout via any GNU/Linux live usb/cd, then install any localized layout.
add a comment |
Boot from a live usb and mount the disk that has the GNU/Linux Installed, keep in mind to mount the partition having the INSTALLED system's root filesystem (and not the root folder from the liveusb distro).
In my case has been the /dev/sda2 and I mounted as:
sudo mount /dev/sda2 /mnt
Using the command sudo fdisk -l
and judging from the size and the type (correct one Linux Filesystem
) you can mount the appropriate partition. In case of a wrongly mounted partition you can unmount it via the command (we are using the cd
command as well in order to make not busy the mounted partition):
cd && sudo umount /mnt
Also In the mounted partition should containe the etc
folder as well.
Having said that now you can nou type the following command:
sudo nano /mnt/etc/default/keyboard
And from:
# KEYBOARD CONFIGURATION FILE
# Consult the keyboard(5) manual page.
XKBMODEL="a4techKB21"
XKBLAYOUT="cz"
XKBVARIANT=""
XKBOPTIONS=""
BACKSPACE="guess"
Change it into:
# KEYBOARD CONFIGURATION FILE
# Consult the keyboard(5) manual page.
XKBMODEL="a4techKB21"
XKBLAYOUT="us"
XKBVARIANT=""
XKBOPTIONS=""
BACKSPACE="guess"
In case that the change has been into a desktop session that you are already logeedin then edit the /etc/default/keyboard
directly (as long as you are able to locate the correct layout on the CZ_german layout.)
Save the file and then reboot. Once you login configure the keyboard layout via these steps:
First of all go to "System Settings" as the following Images show (System Language In Greek):
On the opened window then select "Input Devices" (in Greek "Συσκευές Εισόδου") as seen In the following Image:
Afterwards select Keyboard and click on the icons as seen in the following image (with the particular order):
Afterwards select to Change the layout using Alt
+Shift
following the instructions shown in this image:
So now you have restored the input languages back to Greek and English. Similar steps can be followed to restore into any desired layout.
The whole idea behind it is to first setup into basic us
layout via any GNU/Linux live usb/cd, then install any localized layout.
add a comment |
Boot from a live usb and mount the disk that has the GNU/Linux Installed, keep in mind to mount the partition having the INSTALLED system's root filesystem (and not the root folder from the liveusb distro).
In my case has been the /dev/sda2 and I mounted as:
sudo mount /dev/sda2 /mnt
Using the command sudo fdisk -l
and judging from the size and the type (correct one Linux Filesystem
) you can mount the appropriate partition. In case of a wrongly mounted partition you can unmount it via the command (we are using the cd
command as well in order to make not busy the mounted partition):
cd && sudo umount /mnt
Also In the mounted partition should containe the etc
folder as well.
Having said that now you can nou type the following command:
sudo nano /mnt/etc/default/keyboard
And from:
# KEYBOARD CONFIGURATION FILE
# Consult the keyboard(5) manual page.
XKBMODEL="a4techKB21"
XKBLAYOUT="cz"
XKBVARIANT=""
XKBOPTIONS=""
BACKSPACE="guess"
Change it into:
# KEYBOARD CONFIGURATION FILE
# Consult the keyboard(5) manual page.
XKBMODEL="a4techKB21"
XKBLAYOUT="us"
XKBVARIANT=""
XKBOPTIONS=""
BACKSPACE="guess"
In case that the change has been into a desktop session that you are already logeedin then edit the /etc/default/keyboard
directly (as long as you are able to locate the correct layout on the CZ_german layout.)
Save the file and then reboot. Once you login configure the keyboard layout via these steps:
First of all go to "System Settings" as the following Images show (System Language In Greek):
On the opened window then select "Input Devices" (in Greek "Συσκευές Εισόδου") as seen In the following Image:
Afterwards select Keyboard and click on the icons as seen in the following image (with the particular order):
Afterwards select to Change the layout using Alt
+Shift
following the instructions shown in this image:
So now you have restored the input languages back to Greek and English. Similar steps can be followed to restore into any desired layout.
The whole idea behind it is to first setup into basic us
layout via any GNU/Linux live usb/cd, then install any localized layout.
Boot from a live usb and mount the disk that has the GNU/Linux Installed, keep in mind to mount the partition having the INSTALLED system's root filesystem (and not the root folder from the liveusb distro).
In my case has been the /dev/sda2 and I mounted as:
sudo mount /dev/sda2 /mnt
Using the command sudo fdisk -l
and judging from the size and the type (correct one Linux Filesystem
) you can mount the appropriate partition. In case of a wrongly mounted partition you can unmount it via the command (we are using the cd
command as well in order to make not busy the mounted partition):
cd && sudo umount /mnt
Also In the mounted partition should containe the etc
folder as well.
Having said that now you can nou type the following command:
sudo nano /mnt/etc/default/keyboard
And from:
# KEYBOARD CONFIGURATION FILE
# Consult the keyboard(5) manual page.
XKBMODEL="a4techKB21"
XKBLAYOUT="cz"
XKBVARIANT=""
XKBOPTIONS=""
BACKSPACE="guess"
Change it into:
# KEYBOARD CONFIGURATION FILE
# Consult the keyboard(5) manual page.
XKBMODEL="a4techKB21"
XKBLAYOUT="us"
XKBVARIANT=""
XKBOPTIONS=""
BACKSPACE="guess"
In case that the change has been into a desktop session that you are already logeedin then edit the /etc/default/keyboard
directly (as long as you are able to locate the correct layout on the CZ_german layout.)
Save the file and then reboot. Once you login configure the keyboard layout via these steps:
First of all go to "System Settings" as the following Images show (System Language In Greek):
On the opened window then select "Input Devices" (in Greek "Συσκευές Εισόδου") as seen In the following Image:
Afterwards select Keyboard and click on the icons as seen in the following image (with the particular order):
Afterwards select to Change the layout using Alt
+Shift
following the instructions shown in this image:
So now you have restored the input languages back to Greek and English. Similar steps can be followed to restore into any desired layout.
The whole idea behind it is to first setup into basic us
layout via any GNU/Linux live usb/cd, then install any localized layout.
edited 2 days ago
answered 2 days ago
Dimitrios DesyllasDimitrios Desyllas
498318
498318
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1135719%2fkeyboard-layout-stuck-into-cz-german-no-english-layout-after-update-restore-int%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