Setting keyboard layout with Mate Desktop

Hi everyone,
I use now Mate Desktop following the wiki <https://wiki.archlinux.org/index.php/MATE>.
Since mate-display-manager doesn't work, I use SliM with auto login.
I'm using french dvorak keyboard (bépo), and I put it in System > Preferences > Keyboard, and removed the other one. But it's not working, it's using default US keyboard.
Does anyone had the same issue ?
Thanks.

The DE doesn't matter if you change the keyboard layout in Xorg.
Here's my /etc/X11/xorg.conf.d/10-keyboard.conf:
Section "InputClass"
Identifier "Keyboard Defaults"
MatchIsKeyboard "yes"
Option "XkbLayout" "us, ro(std)"
Option "XkbOptions" "grp:alt_shift_toggle, grp_led:scroll, terminate:ctrl_alt_bksp"
EndSection
Make sure you don't have another keyboard section in some other xorg.conf (/etc/xorg.conf or /etc/X11/xorg.conf) or in a different *.conf file in the "/etc/X11/xorg.conf.d/" folder. Because one may inhibit the other.

Similar Messages

  • [CLOSED] Unable to set keyboard layout from /etc/X11/xorg.conf.d/

    This is my /etc/X11/xorg.conf.d/10-keyboard.conf:
    Section "InputClass"
    Identifier "keyboard-layout"
    MatchIsKeyboard "on"
    Option "XkbLayout" "cz,us"
    Option "XkbOptions" "grp:alt_shift_toggle"
    EndSection
    I wrote the according to the wiki recommendations, but it doesn't work. Issuing setxkbmap -layout "cz,us" -option "grp:alt_shift_toggle" automatically after logging in serves as a temporary solution, but I'm highly interested in fixing the primary issue. I would greatly appreciate if someone helped my find the error in my config file and/or posted their way to change the xorg keyboard layout in order to compare it with my way and find the error. Also note that I'm using Awesome WM so desktop environment ways of setting the keyboard layout aren't applicable in my case.
    Last edited by C5OK5Y (2012-12-28 15:01:25)

    @chris_l: Thank you for your /etc/X11/xorg.conf.d/01-keyboard-layout.conf.
    I have found out that the actual problem isn't in the configuration file but in the actual keyboard (more accurately xorg) - the keyboard gets incorrectly identified and xorg seems to think that it's a pointer (mouse). When I connect a different keyboard, the layout gets set correctly, xorg just isn't setting the keyboard layout correctly to the keyboard that I use. I have filed a bug report so this thread can be considered closed.
    Last edited by C5OK5Y (2012-12-29 12:58:44)

  • Wrong keyboard layout with sgd 4.31.901 client on Ubuntu 9.10

    Hello,
    I have to log in to my work network using the sgd client (.tarantella/tcc/4.31.905) via firefox on Ubuntu Linux 9.10.
    It is working fine except from a wrong keyboard layout. The X and Y keys are switched and all the special symbols are on unexpected places (@#:"|;'\<>,.). I have a normal us-international keyboard. It looks like the keymap is set to a german keyboard layout.
    Our helpdesk doesn't understand linux. And I think it has something to do with the right ubuntu settings coming from the sgd linux client to the server.
    Could anyone please help me with this?
    Bart

    I'm on Ubuntu 10.04 now, and the problem came back. The export XKEYSYMDB=/usr/share/X11/XKeysymDB
    line does not work anymore.
    First I logon to the sgd server. After that I get my sgd desktop, from where I select (for example) outlook. The Windows network password is going well, and it contains a "y". But in Outlook or any other application like word or excel the y and z are swapped.
    Could please anyone help me with this? My work ICT department is not one of the best. ;-)

  • Keyboard layout under Remote Desktop Connections (US-International)

    Hi,
    I'm using Microsoft's Remote Desktop Connection on Mavericks 10.9.3 to connect to a Windows 7 machine using the US-International Keyboard layout, but some keys don't seem to work (quote, double quote, ~, etc.) The Mavericks machine is set up as Language English / Region UK / Input Source US International - PC. The Windows 7 with Language English (UK) / Keyboard US International.
    Any ideas?
    Cheers,
    Luiz
    P.S.: A similar question has been raised for Mountain Lion a couple of years ago, but the solution provided was to use an external software that is not compatible with Mavericks

    Even though it works under Lion, I never tried it under ML, Microsoft states
    Note  Microsoft Remote Desktop Connection Client for Mac (version 2.1.1) is not intended for use with Mac OS X v10.7 (Lion) or later.
    So I dropped it and now I am using CoRD.

  • Can't set keyboard layout in X

    Hello!
    Some days ago X stopped setting XkbLayout to "no" despite me having specified it in /etc/X11/xorg.conf.d/01-keyboard-layout.conf.
    The layout is different when setting it with setxkbmap, e.g. special AltGR characters like ] is gone.
    I use .conf files in /etc/X11/xorg.conf.d/ and synaptics touchpad apparently works.
    rasmus@angrist ~ % cat /etc/X11/xorg.conf.d/01-keyboard-layout.conf
    Section "InputClass"
    Identifier "Keyboard Defaults"
    MatchIsKeyboard "yes"
    Option "XkbLayout" "no"
    Option "XkbVariant" "nodeadkeys"
    Option "XkbOptions" "compose:ralt, caps:escape, terminate:ctrl_alt_bksp"
    EndSection
    rasmus@angrist ~ % cat /etc/X11/xorg.conf.d/10-evdev.conf
    # Catch-all evdev loader for udev-based systems
    # We don't simply match on any device since that also adds accelerometers
    # and other devices that we don't really want to use. The list below
    # matches everything but joysticks.
    Section "InputClass"
    Identifier "evdev pointer catchall"
    MatchIsPointer "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev keyboard catchall"
    MatchIsKeyboard "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    Option "Xkblayout" "no"
    EndSection
    Let me supply some output. The output of `setxkbmap -print -verbose 10' before running `setxkbmap no':
    Setting verbose level to 10
    locale is C
    Trying to load rules file ./rules/evdev...
    Trying to load rules file /usr/share/X11/xkb/rules/evdev...
    Success.
    Applied rules from evdev:
    rules: evdev
    model: evdev
    layout: us
    options: compose:ralt, caps:escape, terminate:ctrl_alt_bksp
    Trying to build keymap using the following components:
    keycodes: evdev+aliases(qwerty)
    types: complete
    compat: complete
    symbols: pc+us+inet(evdev)+capslock(escape)+compose(ralt)+terminate(ctrl_alt_bksp)
    geometry: pc(pc104)
    xkb_keymap {
    xkb_keycodes { include "evdev+aliases(qwerty)" };
    xkb_types { include "complete" };
    xkb_compat { include "complete" };
    xkb_symbols { include "pc+us+inet(evdev)+capslock(escape)+compose(ralt)+terminate(ctrl_alt_bksp)" };
    xkb_geometry { include "pc(pc104)" };
    After running `setxkbmap no':
    Setting verbose level to 10
    locale is C
    Trying to load rules file ./rules/evdev...
    Trying to load rules file /usr/share/X11/xkb/rules/evdev...
    Success.
    Applied rules from evdev:
    rules: evdev
    model: evdev
    layout: no
    options: compose:ralt, caps:escape, terminate:ctrl_alt_bksp
    Trying to build keymap using the following components:
    keycodes: evdev+aliases(qwerty)
    types: complete
    compat: complete
    symbols: pc+no+inet(evdev)+capslock(escape)+compose(ralt)+terminate(ctrl_alt_bksp)
    geometry: pc(pc104)
    xkb_keymap {
    xkb_keycodes { include "evdev+aliases(qwerty)" };
    xkb_types { include "complete" };
    xkb_compat { include "complete" };
    xkb_symbols { include "pc+no+inet(evdev)+capslock(escape)+compose(ralt)+terminate(ctrl_alt_bksp)" };
    xkb_geometry { include "pc(pc104)" };

    Hey!
    I got some success with disabling iBus in .xinitrc:
    #### iBUS eviroment variables
    #export XIM="ibus"
    #export GTK_IM_MODULE="ibus"
    ##export QT_IM_MODULE="xim"
    #export QT_IM_MODULE="ibus"
    #export XMODIFIERS="@im=ibus"
    #ibus-daemon -d -x &
    as well as having this config in /etc/X11/xorg.conf.d/01-keyboard-layout.conf:
    Section "InputClass"
    Identifier "Keyboard Defaults"
    MatchIsKeyboard "yes"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "no"
    Option "XkbVariant" "nodeadkeys"
    # Option "XkbOptions" "compose:ralt, caps:escape, terminate:ctrl_alt_bksp"
    EndSection
    DIsabling iBus solved autoconfig of keyboard to "no", and the new config with the addition of XkbModel solved not being able to use AltGr. I recon there is some bug in iBus and the config for X has changed in some way. Also, writing ^ and ~ and other characters in URxvt works now, as it has not worked for a long time, probably some years. I always thought there had something to do with Awesome.

  • Rime Chinese Input Set Keyboard Layout

    Hello,
    I am trying to install rime chinese input. Unfortunately I have a keyboard with a QWERTZ-Layout, which I am very accustomed to. I am using rime in Gnome Shell. Is there any way to keep the German keyboard layout whilst switching to rime? My chinese is not very good, so I hope this forum appropriate for this question.
    Any help is welcome.
    Edit:
    I solved it for the while by tweaking the rime.xml in /usr/share/ibus/component/
    This is my customized file:
    <?xml version="1.0" encoding="utf-8"?>
    <!-- filename: rime.xml -->
    <component>
    <name>com.googlecode.rimeime.Rime</name>
    <description>Rime Component</description>
    <exec>/usr/lib/ibus-rime/ibus-engine-rime --ibus</exec>
    <version>1.0</version>
    <author>GONG Chen &lt;[email protected]&gt;</author>
    <license>GPL</license>
    <homepage>http://code.google.com/p/rimeime/</homepage>
    <textdomain>ibus-rime</textdomain>
    <engines>
    <engine>
    <name>rime</name>
    <language>zh</language>
    <license>GPL</license>
    <author>GONG Chen &lt;[email protected]&gt;</author>
    <icon>/usr/share/ibus-rime/icons/rime.png</icon>
    <layout>us</layout>
    <longname>Rime</longname>
    <description>Rime Input Method Engine</description>
    <rank>0</rank>
    <symbol>&#x37A2;</symbol>
    </engine>
    <engine>
    <name>rime::de</name>
    <language>zh</language>
    <license>GPL</license>
    <author>GONG Chen &lt;[email protected]&gt;</author>
    <icon>/usr/share/ibus-rime/icons/rime.png</icon>
    <layout>de</layout>
    <longname>Rime-DE</longname>
    <description>Rime Input Method Engine with German keyboard layout</description>
    <rank>0</rank>
    <symbol>&#x37A2;</symbol>
    </engine>
    </engines>
    </component>
    Edit2: Unfortunately rime only gets started with the original layout somehow. Thus I reverted to simply tweak the <layout> option in the default engine in the rime.xml file.
    Last edited by Alcasa (2015-04-07 07:29:21)

    i use fcitx-rime, you can change the layout for rime in the input method configuration panel while not change you system layout.

  • HT2587 Keyboard Layout Creator. Unfortunately I do not find any layout with the word "Apple" behind it out of the list.

    I was not able to find a specific keyboard layout with the following word "Apple" in parenthesis.
    Using Keyboard Layout Creator v1.4
    Did someone else?
    Thank you.

    All those layouts should work with Windows XP, Vista, 7 and 8...
    You get the parenthesis, the @ sign and other symbols exactly on the same key on OS X and Windows (see last 2 screen shots for the Swiss French layout).
    The only difference is that on Windows to "alt/option" you must either [ctrl] + [alt left] or [alt right].
    For a reminder if you want to toggle between "standard function keys" and "special features printed on each key" you can set this in "System Preferences > Keyboard" and "BootCamp Control Panel" respectively on OS X and Windows.
    French AZERTY keyboard : http://apple.lu/public/archives/akfr.zip
    Swiss French QWERTZ keyboard : http://apple.lu/public/archives/akswfr.zip
    You may change or create your own by downloading :
    http://msdn.microsoft.com/en-us/goglobal/bb964665.aspx
    http://support.apple.com/kb/HT5636?viewlocale=en_US (helping page by Apple)
    Keywords : BootCamp, VMWare, Parrallels, Virtual Box, ...

  • Ipad bluetooth keyboard not working with remote desktop

    My clients ipad bluetooth keyboard works any other time, just not when connected to his servers via the remote desktop. PC Windows 7 Servers.
    I'm trying to get the keyboard information, but any ideas?

    Are you using an app like LogMeIn Ignition to access your servers? I believe that LogMeIn Ignition requires you to tap a little keyboard button near the bottom of the screen to activate use of the keyboard (that's how it works in Splashtop Remote, can't be much different in LogMeIn Ignition.)
    Are you sure the app you have supports blue tooth keyboard support with remote desktop? (not sure if they have to, I just recall seeing this in Splashtop patch notes awhile ago.)
    HuskieN.

  • Modified Keyboard Layout (Unicode) not useable with different fonts

    Hi,
    I have created a customized unicode keyboard layout with german basic layout and polish characters supplied with the "Alt" key. I activated the layout and was able to type in most of the OSx applications BUT only with fonts Times New Roman and Arial. When I switched to a differnet font and typed normal chars they were displayed in the font style selected. When I typed the Polish characters defined via ALT + A for example, these chars were displayed in TimesNew Roman, not in the selected font e.g. comic mt...
    this was the case in ms office apps as well as in Apple Mail or other apps.
    Please help me out. I need a functional basic German keyboard layout with aditional keys defined under ALT+ somewthat. How can I get this stuff working, maybe without using Unicode? Do I have to modify the generic .RSC files with ResEdit, and does somebody have an Idea how to do this.
    Basically I need German keyboard with the mentioned addition of some polish keystrokes.
    Many thanks in advance
    thomas

    There is nothing wrong with your keyboard. Your problem is probably caused by the fact that not every font has the characters needed for Polish. Just open up Character Palette, go to 0142, and look in the Font Variation panel. That will show you the fonts that do have the slashed l, for example. They should all work fine, except in Appleworks and Word X, which cannot do Unicode.

  • Wireless logitech keyboard - unable to set keyboard map in X.

    Hi,
    i have a wireless usb keyboard - logitech k360. When I restart X i always have to manually set keyboard layout using "setxkbmap pl" which is little annoying.
    My laptop keyboard has polish layout set correctly. I tried to modify /etc/X11/xorg.conf.d/keyboard.conf, but cannot find the right options. Here's how it looks now:
    Section "InputClass"
    Identifier "Keyboard Defaults"
    MatchIsKeyboard "yes"
    Option "XkbModel" "logii350"
    Option "XkbLayout" "pl"
    Option "XkbOptions" "terminate:ctrl_alt_bksp"
    EndSection
    I've tried to remove option XkbModel, tried to set it to pc105 and now it is set to logii350 (I've searched through the /usr/share/X11/xkb/rules/ to find my exact keyboard model but it isn't there).
    Funny thing is, that when I type some polish character at my laptop keyboard, suddenly wireless keyboard gets good layout.
    Any thoughts?

    Is this one with the Logitech Unifying Device receiver?
    There are a few threads on this forum about it defaulting to the default QWERTY layout (hell, I have an AZERTY layout - not just as a locale, the key prints are AZERTY). It seems to be some udev bug.

  • Keyboard layouts, linux and Swing

    Hi,
    I have some applications written with Swing. They run fine on Windows but on my linux box I can't type national (non-us) characters in it. I also did run JEdit which also behaves wrong - it can display non-us characters when I load file from disk but regardless of what keyboard layout I choose in KDE it can't recognize it correctly. Linux programs works fine.
    I did some investigations and found, that KeyListener always returns 0x00 for those keystrokes which should produce national characters.
    I need to be able to switch keyboard layouts at runtime without changing OS locale - this is multilangual application.
    So, my question is: what do I have to do with my linux box setup to have correctly working keyboard layouts with swing applications? Mabe someone can explain me how java reads keyboard in X-es?
    regards,
    Tomasz Sztejka

    Ok, I have found that when I set system locale to pl_PL (by export LC_ALL="pl_PL" from shell) then Polish keyboard works.
    The problem is, I can't do that - the system locale must be left unspecified (POSIX or C) and Java application must be able to accept input from many languages all around the world.
    For example, if I switch keyboard to bulgarian, swing sees some japanese (or similar) characters. On the other hand, when I will set locale to ru_RU then russian layout works correctly, while polish does produce garbage.
    Please, help!

  • Ukelele generated custom keyboard layouts not working in Lion?

    I asked this question in the stackexchange site a few days ago.  Nothing I've tried has worked so far, except for creating a new account.  Because a fresh account works, it's got to be something with my preferences, right?
    http://apple.stackexchange.com/questions/21691/ukelele-generated-custom-keyboard -layouts-not-working-in-lion
    Here's the question from above:
    I created a custom keyboard layout with Ukelele (http://scripts.sil.org/ukelele) in Snow Leopard (idea is to generate scandinavian letters with Alt-key, otherwise have a pretty much standard U.S. layout). After the upgrade, the old installed (to ~/Library/Keyboard Layouts) layout wasn't working.
    Ukelele seems to work OK in Lion, but whether I put the generated keylayout in a bundle or single file, or save it "/Library/Keyboard Layouts" or "~/Library/Keyboard Layouts" doesn't seem to matter.
    Help?
    EDIT:
    @Sergio, I cannot choose the layout in Input Sources. One keylayout file I tried:http://semeai.org/~sjl/us-scands.keylayout
    [EDIT: Removed unrelated stuff]
    UPDATE 2011/08/15:
    @Tom:
    Copied your keylayout (it naturally ended up in my Junk folder):
    midgard (01:55) >ls -l ~/Library/Keyboard\ Layouts/MongolianQWERTY.keylayout-rw-r--r--@ 1 sjl  staff  44536 Mar 13  2008 /Users/sjl/Library/Keyboard Layouts/MongolianQWERTY.keylayout
    Logged out, logged in, isn't showing in Input sources (I'm looking very closely between "Maori" and "Myanmar - QWERTY").
    I've also uninstalled bunch of software and plugins giving suspicious messages to system.log, but hasn't helped.
    UPDATE 2011/08/16:
    I created a test account, and lo, the layout works perfectly for it. Also the bug in preferences doesn't show for that account. When trying this on my own account, there are no errors in Console logs with the suggested keywords (I can't seem to locate console.log file, though).
    UPDATE 2011/08/16 later:
    Nuking Library/Caches (and relogging) didn't help.
    UPDATE 2011/08/17:
    I did
    % find Library -name "*.plist" -exec mv {} {}.renamed \;
    and restarted, but it didn't help. I restored the situation with
    % for file in `find Library -name "*.plist.renamed"`; \  do mv "$file" "${file//.renamed/}"; done
    addendum: I also went through all the .plist files with plutil -s as described inhttp://www.askdavetaylor.com/can_i_check_my_plist_files_in_mac_os_x_for_problems .html. There was some brokennes, but in very unrelated applications.

    Tom,
    I think I love you.
    That absolutely did it! Thanks so much!
    If you'll answer with the same link in the stackexchange site, I'll mark the answer as correct, so you'll get the rep there.
    Thanks,
    Sami

  • How to force the unlock screen Keyboard layout as default?

    Hello BB Experts, is there a way to force the unlock screen keyboard layout as the default keyboard layout for everything in my Z30 (except the dial pad). I really love the unlock screen keyboard layout with the top numeric row.  Thanks!

    not that i know of, but it does pop up for password fields

  • Advanced keyboard layouts

    Hello, I want to create my own keyboard layout. I know how to do this with xmodmap and doing it through XKB doesn't seem hard either, but I'm looking for something a tad more advanced. I want to create extra modes (like caps-lock) and submaps, which work like modifiers, except you only need to press them once rather than holding down the button (like in window managers like Stumpwm). The idea is to use those modes and submaps to use the same buttons for different characters.
    There are three ways of doing it:
    - Software that creates keyboard layouts with this functionality, in which case: what is the software called?
    - Creating multiple keyboard layouts and switching through them by other software. Unpreferred since it probably doesn't allow for submaps, but in this case also: what is the software called?
    - Creating the software. I kind of doubt that the software exists, since surely I'm the only one who'd even want something like this. Thing is, I have close to no experience with programming, so this seems like quite a big first programming project. The advantage is that it'd give me motivation. Is it a good idea to just try to write this and learn as I go, and if so, is anyone willing to help me with it?
    Thanks in advance.

    For #2:
    You can do 'submaps' with xchainkeys:
    https://aur.archlinux.org/packages.php?ID=40797
    And you can call different xmodmap commands with for instance xbindkeys with a file in /tmp to keep track of which one you are using currently.
    If you disable caps lock, you can get led control back with kbd's setleds. If setleds complains about not being able to reach the terminal or something, try it like this:
    setleds -L +caps < /dev/tty0

  • Multiple Libraries / Keyboard Layout folders?

    Howdy All -
    Because Mac doesn't ship w/ a proper Arabic keyboard, I made one using ukelele. I added this to my old MacBook. So far so good. I bought an Air in the spring, transferred my account from the MacBook - no problems (ahem, related to the keyboard layouts).
    However, I wanted to share this keyboard layout with friends and colleages (the world!), but when I navigate to my user's "Keyboard Layout" folder in Library, there is only a layout I recently designed. Is there another place I might find the other layouts I made previously (& that are still listed in Language preferences)?
    I seem to recall both a "local" and "global" Keyboard Layouts folder in 10.6: if I added a keyboard layout to the global folder, then all users had access to it. But if I added it to the local folder, only that particular user could access it. But I can't find any such alternative layout folder.
    Thanks in advance for your help!
    All the best,
    Rax

    Your problem is that Home/Library is not visible in Lion without some special effort.  See
    http://tidbits.com/article/12306
    I would be interested in having a copy of your layout, I have made a couple myself to fix various issues, e.g.
    http://m10lmac.blogspot.com/2009/11/os-x-106-switching-arabic-pc-keyboard.html

Maybe you are looking for

  • Spotlight is not working on brand new Mac mini

    Hi, I got an issue with two brand new Mac minis running 10.7.3 (11D50d): Spotlight is not working. I'm only getting the Wikipedia-Search. Here's what I did: Installation: - took the stock Minis and set up two users, admin and user (limited account) -

  • Stream audio from Mac to airport without using iTunes?

    Hi, I want to know if I can stream my audio output to an airport express that's connected to my speakers without necessarily using iTunes. As an example, when watching a movie on Netflix on my MacBook Pro. The movie playback is through Safari, not iT

  • I lost all my music when i disconnect my ipod from my computer

    ihave a 30g ipod-yesterday i was updating my ipod with new music and everything was ok but when i finished updating the songs and tried to disconnect it the ipod reset itself and when i saw there were no music left on the ipod but it still was as if

  • Drop Shadow On Left Side

    When you apply a drop shadow to an object, such as a rectangle, it always on the right side.  Is there a way to put the shadow on the left side?

  • Dynamic where condition in Select statement

    Hi, I have 10 fields on selection-screeen. In which ever field the user enters single values or ranges,i should pick that field dynamically and pass that field along with value range to Where condition of Select statement.How can i achieve this? Plea