search for: localectl

Displaying 16 results from an estimated 16 matches for "localectl".

2015 Feb 16
2
LC_COLLATE variable?
Le 15/02/2015 16:38, Michael Volz a ?crit : > Hi, > > to my knowledge > > echo "LC_COLLATE=fr_FR.UTF-8" >> /etc/locale.conf > > is the right way to do that. Unfortunately that didn't work. Putting LC_COLLATE in /etc/locale.conf does nothing. Now what? -- Microlinux - Solutions informatiques 100% Linux et logiciels libres 7, place de l'?glise -
2016 Nov 14
2
CentOS 7 + KDE - default keyboard layout?
Le 14/11/2016 ? 12:49, Patrick Hess a ?crit : > XFCE user here, so I'm not sure if KDE tries to enforce its own settings > with > regard to the keyboard layout, but have you tried (as root): > > localectl set-x11-keymap <whatever name the Swiss-French layout > might have> pc105 nodeadkey > > This changes the X11 keyboard settings permanently for all users on the > system > and works fine with (at least) XFCE. > > Patrick Thanks for your response. (Native german speaker...
2016 Nov 14
2
CentOS 7 + KDE - default keyboard layout?
...uot; Option "XkbLayout" "ch" Option "XkbVariant" "fr" Option "XkbOptions" "terminate:ctrl_alt_bksp" EndSection But then, I'm also running Xfce on this machine, so I don't know if on the CentOS machine, the problem is related to localectl, to X.org or to KDE. I tried to replace the CentOS configuration stub with the one I have on the Slackware machine, but to no avail. The keyboard is still US. While it's not a big deal, of course, I'd rather avoid having to reconfigure all my users' keyboard layout by hand. Cheers, N...
2016 Nov 10
2
CentOS 7 + KDE - default keyboard layout?
Hi, I'm currently fiddling with CentOS 7 and KDE 4.14, and I must say, I'm pleasantly surprised. This is one of the cleanest implementations of KDE I've ever seen, and with some tweaking (a lot, in fact) this can be turned into a highly functional desktop with all the bling and bells and whistles. But right now, I have some minor problems to solve. First things first. My system is
2015 Feb 16
0
LC_COLLATE variable?
...gt;> >> echo "LC_COLLATE=fr_FR.UTF-8" >> /etc/locale.conf >> >> is the right way to do that. > > Unfortunately that didn't work. Putting LC_COLLATE in > /etc/locale.conf does nothing. > > Now what? > Hi, I think in Centos 7, it's now localectl (systemd) is the way to do that. Here is a link : http://www.freedesktop.org/software/systemd/man/localectl.html regards, MAACHE Mehdi
2016 Nov 14
0
CentOS 7 + KDE - default keyboard layout?
On 14.11.2016 14:33, Nicolas Kovacs wrote: > # localectl set-x11-keymap fr_CH-latin1 pc105 nodeadkey > > As is to be expected, this modifies /etc/X11/xorg.conf.d/00-keyboard.conf: Interesting, I didn't actually realize that myself before. > Option "XkbLayout" "fr_CH-latin1" According to this link https://...
2016 Nov 14
0
CentOS 7 + KDE - default keyboard layout?
On 14.11.2016 17:55, Nicolas Kovacs wrote: > But then, I'm also running Xfce on this machine, so I don't know if on > the CentOS machine, the problem is related to localectl, to X.org or to > KDE. Alright, I just installed KDE in an existing VirtualBox VM (so that I can easily undo everything later) that used to be "fully Germanized", and then tried to switch the whole system over to French: virtualcentos7:~ > localectl System Locale: LAN...
2019 Dec 16
1
Yum on CentOS 8: Failed to set locale, defaulting to C
...ious detail I noticed. I used the CentOS installer in french (since I live in France), but I like my server systems to default to english. (If you've ever read one of these funny "frengrish" SELinux alerts, you'll understand why. Anyway.) After the installation, I ran this: # localectl set-locale LANG=en_US.UTF8 So here's what I have actually on my minimal system: $ localectl System Locale: LANG=en_US.UTF8 VC Keymap: ch-fr X11 Layout: ch X11 Variant: fr But my initial user still has system messages in french, so I added this to his ~/.bashrc:...
2017 Jan 01
1
Multiple problems with CentOS Atomic Host
...ller.iso) in my KVM host laptop (RHEL 7.3 fully patched). But after install it a lot of problems appears. a/ Keyboard: I have selected spanish keyboard during install, but after first boot, keyboard is keymapped to us. Why? I have tried to change it via command line, without luck. Executing "localectl list-keymaps", returns this error: "Couldn't find any console maps". Maybe is it related to these bugs: https://bugzilla.redhat.com/show_bug.cgi?id=1186757 and https://bugzilla.redhat.com/show_bug.cgi?id=1235726??. RedHat knowledge article https://access.redhat.com/solutions/1562...
2017 Apr 10
3
[PATCH] builder: various improvements to the documentation
...o attach the CD / disk image and the I<--run> option to run the script: - virt-builder fedora-20 \ + virt-builder fedora-25 \ --attach extra-packages.iso \ --run /tmp/install.sh @@ -702,7 +705,7 @@ keyboard for some common Linux distributions. For distros that use systemd C<localectl>, use a command like this: - virt-builder fedora-20 \ + virt-builder fedora-25 \ --firstboot-command 'localectl set-keymap uk' See L<localectl(1)> and @@ -726,7 +729,7 @@ For Debian-derived distros using F</etc/default/keyboard>, upload or modify the keyboard file u...
2018 Mar 31
1
[PATCH] virt-builder.pod: Update Fedora versions
...o attach the CD / disk image and the I<--run> option to run the script: - virt-builder fedora-25 \ + virt-builder fedora-27 \ --attach extra-packages.iso \ --run /tmp/install.sh @@ -705,7 +705,7 @@ keyboard for some common Linux distributions. For distros that use systemd C<localectl>, use a command like this: - virt-builder fedora-25 \ + virt-builder fedora-27 \ --firstboot-command 'localectl set-keymap uk' See L<localectl(1)> and @@ -749,7 +749,7 @@ This section contains examples for some common Linux distributions. =head3 Setting Japanese in Fedo...
2014 Jan 10
3
[PATCH 0/3] Timezone and keyboard layout settings in virt-builder and virt-sysprep.
Setting timezone is easy. It turns out to be almost impossible to set keyboard layout in virt-builder sanely, so I have added some examples instead. Coming up next, setting languages in virt-builder (clue: very very very hard). Rich.
2016 Nov 14
0
CentOS 7 + KDE - default keyboard layout?
...onsole mode, but when KDE > launches the first time, the default keyboard is US, and there's a > french (fr-latin1) alternative configured. XFCE user here, so I'm not sure if KDE tries to enforce its own settings with regard to the keyboard layout, but have you tried (as root): localectl set-x11-keymap <whatever name the Swiss-French layout might have> pc105 nodeadkey This changes the X11 keyboard settings permanently for all users on the system and works fine with (at least) XFCE. Patrick -- If you'd like to send me a private message, make sure to remove the "_l...
2019 Jan 04
3
CentOS 7.6 1810 vs. VirtualBox : bug with keyboard layout selection
Le 04/01/2019 ? 14:42, Jonathan Billings a ?crit?: > If I were running a VM on a linux system, I'd probably use > KVM/qemu/libvirt. I'm sure that was exhaustively tested. This is what I normally use. My only use for VirtualBox is making screenshots of the installer, and sometimes for a quick test, because it's easy to make a VM clone in a single click. Niki -- Microlinux -
2014 Dec 28
0
CentOS 7 KVM guests no longer get keystrokes after yum update
...et' machine-qemu\x2dirc.foo.peecee3.com.scope static libvirt-guests.service disabled libvirtd.service enabled virt-who.service disabled virtlockd.service static $ localectl status System Locale: LANG=en_US.UTF-8 VC Keymap: us X11 Layout: us $ rpm -qa | egrep -i 'spice|agent|virt|qxl|qemu|kvm' | sort ipxe-roms-qemu-20130517-5.gitc4bce43.el7.noarch libgovirt-0.1.0-3.el7.x86_64 libvirt-1.2.8-9.el7.x86_64 libvirt-cl...
2015 Jun 14
2
[PATCH] pod: Use F<> for filenames instead of C<>.
...n't specify this option, +Write the output to F<filename>. If you don't specify this option, then the output filename is generated by taking the C<os-version> string and adding C<.img> (for raw format) or C<.qcow2> (for qcow2 format). @@ -680,7 +680,7 @@ See L<localectl(1)> and L<https://www.happyassassin.net/2013/11/23/keyboard-layouts-in-fedora-20-and-previously/> for more details. -=head3 Keyboard layout using C</etc/sysconfig/keyboard> +=head3 Keyboard layout using F</etc/sysconfig/keyboard> For RHEL E<le> 6, Fedora E<le&gt...