Mageia Bugzilla – Attachment 6151 Details for
Bug 13866
Accessibility option in gdm login (gnome3) onscreen keyboard breaks login - black screen
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
patch
gnome-shell-3.14.3-mga-disable_a11y_onscreen_kbd_in_gdm-accessibility.js.patch (text/plain), 935 bytes, created by
Barry Jackson
on 2015-03-28 12:44:10 CET
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Barry Jackson
Created:
2015-03-28 12:44:10 CET
Size:
935 bytes
patch
obsolete
>diff -ur gnome-shell-3.14.3_o/js/ui/status/accessibility.js gnome-shell-3.14.3/js/ui/status/accessibility.js >--- gnome-shell-3.14.3_o/js/ui/status/accessibility.js 2014-12-11 14:34:38.000000000 +0000 >+++ gnome-shell-3.14.3/js/ui/status/accessibility.js 2015-03-28 11:32:06.559807823 +0000 >@@ -4,6 +4,7 @@ > const Gio = imports.gi.Gio; > const GLib = imports.gi.GLib; > const Lang = imports.lang; >+const Main = imports.ui.main; > const Mainloop = imports.mainloop; > const St = imports.gi.St; > >@@ -67,6 +68,8 @@ > > let screenKeyboard = this._buildItem(_("Screen Keyboard"), APPLICATIONS_SCHEMA, > 'screen-keyboard-enabled'); >+ // temporary fix to avoid crash in gdm >+ if (Main.sessionMode.currentMode != 'gdm') > this.menu.addMenuItem(screenKeyboard); > > let visualBell = this._buildItem(_("Visual Alerts"), WM_SCHEMA, KEY_VISUAL_BELL);
diff -ur gnome-shell-3.14.3_o/js/ui/status/accessibility.js gnome-shell-3.14.3/js/ui/status/accessibility.js --- gnome-shell-3.14.3_o/js/ui/status/accessibility.js 2014-12-11 14:34:38.000000000 +0000 +++ gnome-shell-3.14.3/js/ui/status/accessibility.js 2015-03-28 11:32:06.559807823 +0000 @@ -4,6 +4,7 @@ const Gio = imports.gi.Gio; const GLib = imports.gi.GLib; const Lang = imports.lang; +const Main = imports.ui.main; const Mainloop = imports.mainloop; const St = imports.gi.St; @@ -67,6 +68,8 @@ let screenKeyboard = this._buildItem(_("Screen Keyboard"), APPLICATIONS_SCHEMA, 'screen-keyboard-enabled'); + // temporary fix to avoid crash in gdm + if (Main.sessionMode.currentMode != 'gdm') this.menu.addMenuItem(screenKeyboard); let visualBell = this._buildItem(_("Visual Alerts"), WM_SCHEMA, KEY_VISUAL_BELL);
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 13866
:
5333
|
6147
|
6148
|
6149
|
6150
| 6151 |
6152