FreeBSD Bugzilla – Attachment 201197 Details for
Bug 235009
x11/gnome-shell: allow configuring gdm keyboard layout
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
gnome-shell.patch (text/plain), 1.71 KB, created by
Tijl Coosemans
on 2019-01-16 20:24:47 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Tijl Coosemans
Created:
2019-01-16 20:24:47 UTC
Size:
1.71 KB
patch
obsolete
>Index: x11/gnome-shell/Makefile >=================================================================== >--- x11/gnome-shell/Makefile (revision 490505) >+++ x11/gnome-shell/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= gnome-shell > PORTVERSION= 3.28.3 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= x11 gnome > MASTER_SITES= GNOME > DIST_SUBDIR= gnome3 >Index: x11/gnome-shell/files/patch-js_ui_status_keyboard.js >=================================================================== >--- x11/gnome-shell/files/patch-js_ui_status_keyboard.js (nonexistent) >+++ x11/gnome-shell/files/patch-js_ui_status_keyboard.js (working copy) >@@ -0,0 +1,12 @@ >+--- js/ui/status/keyboard.js.orig 2018-07-18 21:01:36 UTC >++++ js/ui/status/keyboard.js >+@@ -334,9 +334,6 @@ var InputSourceManager = new Lang.Class({ >+ Meta.KeyBindingFlags.IS_REVERSED, >+ Shell.ActionMode.ALL, >+ this._switchInputSource.bind(this)); >+- if (Main.sessionMode.isGreeter) >+- this._settings = new InputSourceSystemSettings(); >+- else >+ this._settings = new InputSourceSessionSettings(); >+ this._settings.connect('input-sources-changed', this._inputSourcesChanged.bind(this)); >+ this._settings.connect('keyboard-options-changed', this._keyboardOptionsChanged.bind(this)); > >Property changes on: x11/gnome-shell/files/patch-js_ui_status_keyboard.js >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 235009
: 201197 |
201647