Mageia Bugzilla – Attachment 6150 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
gnome-shell-3.14.3-mga-disable_a11y_onscreen_kbd_in_gdm-accessibility.js.patch (text/plain), 735 bytes, created by
Barry Jackson
on 2015-03-28 11:07:18 CET
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Barry Jackson
Created:
2015-03-28 11:07:18 CET
Size:
735 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 09:47:59.926519794 +0000 >@@ -67,6 +67,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 09:47:59.926519794 +0000 @@ -67,6 +67,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 Raw
Actions:
View
Attachments on
bug 13866
:
5333
|
6147
|
6148
|
6149
|
6150
|
6151
|
6152