View previous topic :: View next topic |
Author |
Message |
cwc Veteran
Joined: 20 Mar 2006 Posts: 1402 Location: Tri-Cities, WA USA
|
Posted: Tue Dec 29, 2015 5:55 am Post subject: 's' key not working with new Gentoo install. [solved] |
|
|
's' key not working with GDM install.
The 's" works from terminal on boot but not after a startx is issued and Gnome(GDM) starts.
Gnome3 + systemd
I copied all the s's
- switched keyboards
- set locale to "US"
Note: terminal is not working after set the keyboard to "US" _________________ Without diversity there can be no evolution:)
Last edited by cwc on Fri Jan 01, 2016 1:51 pm; edited 6 times in total |
|
Back to top |
|
|
valentind n00b
Joined: 28 Dec 2015 Posts: 4
|
Posted: Tue Dec 29, 2015 1:29 pm Post subject: |
|
|
I also have problem on an old install that I have just upgraded. 's' key does not work in GDM. Work-around is to use "alt-s" which types a s. In Gnome 3, both 's' and 'l' keys are bound respectively to opening the on-screen keyboard, and opening help. Work-around is to bind those actions to other short cuts. |
|
Back to top |
|
|
cwc Veteran
Joined: 20 Mar 2006 Posts: 1402 Location: Tri-Cities, WA USA
|
Posted: Tue Dec 29, 2015 1:54 pm Post subject: |
|
|
valentind wrote: | I also have problem on an old install that I have just upgraded. 's' key does not work in GDM. Work-around is to use "alt-s" which types a s. In Gnome 3, both 's' and 'l' keys are bound respectively to opening the on-screen keyboard, and opening help. Work-around is to bind those actions to other short cuts. |
Thanks for the line. alt-s did not work for me. _________________ Without diversity there can be no evolution:) |
|
Back to top |
|
|
valentind n00b
Joined: 28 Dec 2015 Posts: 4
|
Posted: Tue Dec 29, 2015 4:12 pm Post subject: |
|
|
Caps-Lock on, and shift-s? |
|
Back to top |
|
|
cwc Veteran
Joined: 20 Mar 2006 Posts: 1402 Location: Tri-Cities, WA USA
|
Posted: Tue Dec 29, 2015 4:19 pm Post subject: |
|
|
valentind wrote: | Caps-Lock on, and shift-s? |
That worked. What type of bug is this?
Thanks _________________ Without diversity there can be no evolution:) |
|
Back to top |
|
|
cwc Veteran
Joined: 20 Mar 2006 Posts: 1402 Location: Tri-Cities, WA USA
|
Posted: Tue Dec 29, 2015 6:08 pm Post subject: |
|
|
deleted this post - not relevant _________________ Without diversity there can be no evolution:)
Last edited by cwc on Fri Jan 01, 2016 1:50 pm; edited 2 times in total |
|
Back to top |
|
|
cwc Veteran
Joined: 20 Mar 2006 Posts: 1402 Location: Tri-Cities, WA USA
|
Posted: Tue Dec 29, 2015 6:33 pm Post subject: |
|
|
deleted this post - not relevant _________________ Without diversity there can be no evolution:)
Last edited by cwc on Fri Jan 01, 2016 1:51 pm; edited 1 time in total |
|
Back to top |
|
|
cwc Veteran
Joined: 20 Mar 2006 Posts: 1402 Location: Tri-Cities, WA USA
|
Posted: Thu Dec 31, 2015 5:32 am Post subject: |
|
|
valentind wrote: | I also have problem on an old install that I have just upgraded. 's' key does not work in GDM. Work-around is to use "alt-s" which types a s. In Gnome 3, both 's' and 'l' keys are bound respectively to opening the on-screen keyboard, and opening help. Work-around is to bind those actions to other short cuts. |
How did you bind 's' to another short cut? Is it in gmome>settings>keyboard?
I can not find what s is assigned to.
Took me a while to catch on to your post. I'm thinking about re-inStalling.
Shift S workS for me. _________________ Without diversity there can be no evolution:) |
|
Back to top |
|
|
cwc Veteran
Joined: 20 Mar 2006 Posts: 1402 Location: Tri-Cities, WA USA
|
Posted: Thu Dec 31, 2015 12:55 pm Post subject: |
|
|
Starting with gnome-base/gnome-session-2.26.2, users will need to prepend the XDG_MENU_PREFIX variable to get the GNOME menus when using the ~/.xinitrc method to start the desktop. If ~/.xinitrc is not being used it will be handled automatically; no additional configuration is needed.
user $sed -i '1i\export XDG_MENU_PREFIX=gnome-' ~/.xinitrc
[solved]:
I removed :
Code: | user $sed -i '1i\export XDG_MENU_PREFIX=gnome-' ~/.xinitrc |
from .xinitrc
\Now I need to reset all the hacking I did on keyboard shortcuts.
Furthermore I need to disable the ScreenKeyboard
!!! now the 'o' key does not work! _________________ Without diversity there can be no evolution:) |
|
Back to top |
|
|
cwc Veteran
Joined: 20 Mar 2006 Posts: 1402 Location: Tri-Cities, WA USA
|
Posted: Thu Dec 31, 2015 10:56 pm Post subject: |
|
|
- reinstalled gnome3
- same results
- 's' key does not work _________________ Without diversity there can be no evolution:) |
|
Back to top |
|
|
cwc Veteran
Joined: 20 Mar 2006 Posts: 1402 Location: Tri-Cities, WA USA
|
Posted: Fri Jan 01, 2016 1:54 pm Post subject: |
|
|
[solved]
mv 00-keyboard.conf out of /etc/X11/xorg.conf.d/ _________________ Without diversity there can be no evolution:) |
|
Back to top |
|
|
szatox Advocate
Joined: 27 Aug 2013 Posts: 3494
|
Posted: Fri Jan 01, 2016 1:58 pm Post subject: |
|
|
And what the content of this file was? |
|
Back to top |
|
|
cwc Veteran
Joined: 20 Mar 2006 Posts: 1402 Location: Tri-Cities, WA USA
|
Posted: Fri Jan 01, 2016 5:59 pm Post subject: |
|
|
szatox wrote: | And what the content of this file was? |
I'm running systemd on this system.
# more 00-keyboard.conf
# Read and parsed by systemd-localed. It's probably wise not to edit this file
# manually too freely.
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "us"
EndSection _________________ Without diversity there can be no evolution:) |
|
Back to top |
|
|
doug_ca n00b
Joined: 18 Feb 2016 Posts: 4
|
Posted: Thu Feb 18, 2016 4:00 am Post subject: |
|
|
I have tried the above suggestions
- assigning the on screen keyboard shortcut (in Settings -> Keyboard -> Shortcuts) to other values, as well as disabling them
- removing the XDG_MENU_PREFIX variable from ~/.xinitrc
- moving 00-keyboard.conf out of /etc/X11/xorg.conf.d/
however I still have to use caps-shift to type "s" in Gnome. I should note that i did not have GDM installed when trying these, but have since installed it hoping it might resolve the problem - it did not.
Would anyone be able to offer other suggestions? |
|
Back to top |
|
|
flex1911 n00b
Joined: 23 Feb 2016 Posts: 1 Location: Волгоград
|
Posted: Tue Feb 23, 2016 8:43 pm Post subject: |
|
|
doug_ca wrote: | I have tried the above suggestions
- assigning the on screen keyboard shortcut (in Settings -> Keyboard -> Shortcuts) to other values, as well as disabling them
- removing the XDG_MENU_PREFIX variable from ~/.xinitrc
- moving 00-keyboard.conf out of /etc/X11/xorg.conf.d/
however I still have to use caps-shift to type "s" in Gnome. I should note that i did not have GDM installed when trying these, but have since installed it hoping it might resolve the problem - it did not.
Would anyone be able to offer other suggestions? |
Also have that problem on my Gentoo desktop, i've fixed that in shell by rebinding functions, but it is not working in gdm. |
|
Back to top |
|
|
doug_ca n00b
Joined: 18 Feb 2016 Posts: 4
|
Posted: Fri Feb 26, 2016 12:28 am Post subject: 's' key not working with Gnome & GDM |
|
|
I recently emerged to 3.18 from 3.16 (gnome, gdm, etc.) and am still having this problem. Also, the "r" key does not work at the login screen - but works once logged in. |
|
Back to top |
|
|
doug_ca n00b
Joined: 18 Feb 2016 Posts: 4
|
|
Back to top |
|
|
|