ALT Linux Bugzilla
– Attachment 18086 Details for
Bug 53620
gnome-shell: Неправильная раскладка клавиатуры на заблокированном экране
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Патч с исправлением. При блокировке всегда ставит первую раскладку.
gnome-shell-48.0-alt-lock-reset-language.patch (text/plain), 1.00 KB, created by
Alex
on 2025-03-26 13:19:58 MSK
(
hide
)
Description:
Патч с исправлением. При блокировке всегда ставит первую раскладку.
Filename:
MIME Type:
Creator:
Alex
Created:
2025-03-26 13:19:58 MSK
Size:
1.00 KB
patch
obsolete
>--- unlockDialog.js 2025-03-26 13:11:36.596663892 +0300 >+++ unlockDialogPatched.js 2025-03-26 13:07:01.984359373 +0300 >@@ -14,6 +14,7 @@ > import * as Main from './main.js'; > import * as MessageTray from './messageTray.js'; > import * as SwipeTracker from './swipeTracker.js'; >+import * as InputSourceManager from './status/keyboard.js'; > import {formatDateWithCFormatString} from '../misc/dateUtils.js'; > import * as AuthPrompt from '../gdm/authPrompt.js'; > >@@ -34,6 +35,16 @@ > Signals: {'wake-up-screen': {}}, > }, class NotificationsBox extends St.BoxLayout { > _init() { >+ const inputSourceManager = InputSourceManager.getInputSourceManager(); >+ >+ try { >+ if (inputSourceManager.currentSource.index != 0) { >+ inputSourceManager.inputSources[0].activate(true); >+ } >+ } catch (e) { >+ globalThis.console.warn(e); >+ } >+ > super._init({ > orientation: Clutter.Orientation.VERTICAL, > name: 'unlockDialogNotifications',
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 53620
: 18086