Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Keyboard settings in Lubuntu 14.04

  1. #1
    Join Date
    Jan 2009
    Location
    Milton Keynes, England
    Beans
    90
    Distro
    Lubuntu 15.04 Vivid Vervet

    Keyboard settings in Lubuntu 14.04

    Hi, as the Lubuntu keyboard manager keeps changing back to American default keyboard on rebooting I edited my /etc/default/keyboard file to:

    Code:
    # If you change any of the following variables and X is configured to
    # use this file, then the changes will become visible to X only if udev
    # is restarted.  You may need to reboot the system.
    
    # The following variables describe your keyboard and can have the same
    # values as the XkbModel, XkbLayout, XkbVariant and XkbOptions options
    # in /etc/X11/xorg.conf.
    
    XKBMODEL="pc105"
    XKBLAYOUT="gb"
    XKBVARIANT=","
    XKBOPTIONS="grp:ctrl_shift_toggle,grp_led:scroll"
    
    # If you don't want to use the XKB layout on the console, you can
    # specify an alternative keymap.  Make sure it will be accessible
    # before /usr is mounted.
    I wanted a UK keyboard but still get an American one each time I boot up
    Belief is the death of intelligence. As soon as one believes a doctrine of any sort, or assumes certitude, one stops thinking about that aspect of existence." - Robert Anton Wilson
    *Psilocybin is the one drug you have to justify not taking!*

  2. #2
    Join Date
    Sep 2006
    Location
    France.
    Beans
    Hidden!
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: Keyboard settings in Lubuntu 14.04

    Can you right click on the Keyboard layout Handler and go to Settings ?
    This worked for me on this fresh install. The keyboard was set to us, note quite practical on an azerty one
    Attached Images Attached Images
    | My old and mostly abandoned blog |
    Linux user #413984 ; Ubuntu user #178
    J'aime les fraises.
    Nighty night me lovelies!

    | Reinstalling Ubuntu ? Please check this bug first ! |
    | Using a ppa ? Please install ppa-purge from universe, you may need it should you want to revert packages back |
    | No support requests / username changes by PM, thanks. |
    [SIGPIC][/SIGPIC]

  3. #3
    Join Date
    Jan 2009
    Location
    Milton Keynes, England
    Beans
    90
    Distro
    Lubuntu 15.04 Vivid Vervet

    Re: Keyboard settings in Lubuntu 14.04

    Nope, that only gives me the option for a Dvorak UK keyboard which types out gibberish. Any ideas?

    Will the 'UK Dead Keys' work, whatever that is??
    Belief is the death of intelligence. As soon as one believes a doctrine of any sort, or assumes certitude, one stops thinking about that aspect of existence." - Robert Anton Wilson
    *Psilocybin is the one drug you have to justify not taking!*

  4. #4
    Join Date
    Sep 2006
    Location
    France.
    Beans
    Hidden!
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: Keyboard settings in Lubuntu 14.04

    Can you "Add" ?
    | My old and mostly abandoned blog |
    Linux user #413984 ; Ubuntu user #178
    J'aime les fraises.
    Nighty night me lovelies!

    | Reinstalling Ubuntu ? Please check this bug first ! |
    | Using a ppa ? Please install ppa-purge from universe, you may need it should you want to revert packages back |
    | No support requests / username changes by PM, thanks. |
    [SIGPIC][/SIGPIC]

  5. #5
    Join Date
    Jan 2009
    Location
    Milton Keynes, England
    Beans
    90
    Distro
    Lubuntu 15.04 Vivid Vervet

    Re: Keyboard settings in Lubuntu 14.04

    Can only seem to add the normal UK keyboard layout via Lxkeymap (which doesn't seem to save setting on reboot) - only Dvorak/Dead Keys show up for UK keyboard settings...
    Belief is the death of intelligence. As soon as one believes a doctrine of any sort, or assumes certitude, one stops thinking about that aspect of existence." - Robert Anton Wilson
    *Psilocybin is the one drug you have to justify not taking!*

  6. #6
    Join Date
    Sep 2006
    Location
    France.
    Beans
    Hidden!
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: Keyboard settings in Lubuntu 14.04

    That is quite strange, here are all the options I can choose from.
    Attached Images Attached Images
    | My old and mostly abandoned blog |
    Linux user #413984 ; Ubuntu user #178
    J'aime les fraises.
    Nighty night me lovelies!

    | Reinstalling Ubuntu ? Please check this bug first ! |
    | Using a ppa ? Please install ppa-purge from universe, you may need it should you want to revert packages back |
    | No support requests / username changes by PM, thanks. |
    [SIGPIC][/SIGPIC]

  7. #7
    Join Date
    Oct 2013
    Location
    europe
    Beans
    155
    Distro
    Lubuntu Development Release

    Re: Keyboard settings in Lubuntu 14.04

    This stuff must be insanely buggy in 14.04.

    From some certain point (system crash) I'm now having the same problem.

    To begin with, lxkeymap will heavily interfere with Keyboard Layout Handler, so using both is not recommended at all.
    Second, unticking "Keep system layouts" in Keyboard Layout Handler will never be permanent, but left side will always be greyed out after logon. I'm about to get desperate, since I don't know how to get these settings permanent.

    Currently, I always have US keyboard layout after logon and I have to start lxkeymap ONCE (and close it again) to get my local layout. It's the horror.
    And yes, I have the correct layout set in /etc/default/keyboard as well, but it's completely ignored.
    Last edited by syntaxerror74; July 15th, 2014 at 06:05 PM.

  8. #8
    Join Date
    Sep 2006
    Location
    France.
    Beans
    Hidden!
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: Keyboard settings in Lubuntu 14.04

    Anything in /etc/xdg/lxsession/Lubuntu/desktop.conf ?
    Here is mine :
    Code:
    [Keymap]
    mode=system
    model=
    layout=
    variant=
    options=
    With /etc/default/keyboard
    Code:
    # Check /usr/share/doc/keyboard-configuration/README.Debian for
    # documentation on what to do after having modified this file.
    
    # The following variables describe your keyboard and can have the same
    # values as the XkbModel, XkbLayout, XkbVariant and XkbOptions options
    # in /etc/X11/xorg.conf.
    
    XKBMODEL="pc105"
    XKBLAYOUT="fr"
    XKBVARIANT="latin9"
    XKBOPTIONS="compose:lwin"
    
    # If you don't want to use the XKB layout on the console, you can
    # specify an alternative keymap.  Make sure it will be accessible
    # before /usr is mounted.
    # KMAP=/etc/console-setup/defkeymap.kmap.gz
    Would you have removed ibus ?
    | My old and mostly abandoned blog |
    Linux user #413984 ; Ubuntu user #178
    J'aime les fraises.
    Nighty night me lovelies!

    | Reinstalling Ubuntu ? Please check this bug first ! |
    | Using a ppa ? Please install ppa-purge from universe, you may need it should you want to revert packages back |
    | No support requests / username changes by PM, thanks. |
    [SIGPIC][/SIGPIC]

  9. #9
    Join Date
    Oct 2013
    Location
    europe
    Beans
    155
    Distro
    Lubuntu Development Release

    Re: Keyboard settings in Lubuntu 14.04

    Anything in /etc/xdg/lxsession/Lubuntu/desktop.conf ?
    Here is mine :
    ...
    Looks exactly the same. mode=system and the rest is unset.
    But thanks for trying to help.

    Would you have removed ibus ?
    No, not removed, just left unassigned. However it seems independent of the defaulting to US layout.
    In Language Support->Language, I've set keyboard input method system to 'none'.
    But this is for something else, in fact to circumvent this extremely annoying GEdit bug:
    https://bugs.launchpad.net/ubuntu/+s...s/+bug/1299759

  10. #10
    Join Date
    Sep 2006
    Location
    France.
    Beans
    Hidden!
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: Keyboard settings in Lubuntu 14.04

    Yeah. Not using gedit, but ibus messes around with Chromium..
    https://bugs.launchpad.net/ubuntu/+s...r/+bug/1307648
    | My old and mostly abandoned blog |
    Linux user #413984 ; Ubuntu user #178
    J'aime les fraises.
    Nighty night me lovelies!

    | Reinstalling Ubuntu ? Please check this bug first ! |
    | Using a ppa ? Please install ppa-purge from universe, you may need it should you want to revert packages back |
    | No support requests / username changes by PM, thanks. |
    [SIGPIC][/SIGPIC]

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •