mirror of
https://abf.rosa.ru/djam/kdebase4-workspace.git
synced 2025-02-23 17:52:49 +00:00
LOG Add patch to fix screenlocker greeter focus after Alt modifier is pressed
This commit is contained in:
parent
aee92ca85a
commit
c61445154b
2 changed files with 21 additions and 1 deletions
14
kde-workspace-4.10.3-greeter.patch
Normal file
14
kde-workspace-4.10.3-greeter.patch
Normal file
|
@ -0,0 +1,14 @@
|
|||
diff -urN kde-workspace-4.10.3/ksmserver/screenlocker/greeter/themes/org.kde.passworddialog/contents/ui/Greeter.qml kde-workspace-4.10.3-patched/ksmserver/screenlocker/greeter/themes/org.kde.passworddialog/contents/ui/Greeter.qml
|
||||
--- kde-workspace-4.10.3/ksmserver/screenlocker/greeter/themes/org.kde.passworddialog/contents/ui/Greeter.qml 2013-05-03 15:36:45.349120572 +1100
|
||||
+++ kde-workspace-4.10.3-patched/ksmserver/screenlocker/greeter/themes/org.kde.passworddialog/contents/ui/Greeter.qml 2013-05-23 20:11:52.000000000 +1100
|
||||
@@ -158,7 +158,9 @@
|
||||
}
|
||||
|
||||
Keys.onReleased: {
|
||||
- buttonRow.showAccel = (event.modifiers & Qt.AltModifier)
|
||||
+ buttonRow.showAccel = (event.modifiers & Qt.AltModifier);
|
||||
+ root.focus = false;
|
||||
+ greeter.focus = true;
|
||||
}
|
||||
|
||||
Connections {
|
|
@ -12,7 +12,7 @@
|
|||
Name: kdebase4-workspace
|
||||
Summary: KDE 4 application workspace components
|
||||
Version: 4.10.3
|
||||
Release: 7
|
||||
Release: 8
|
||||
Epoch: 2
|
||||
Group: Graphical desktop/KDE
|
||||
License: GPL
|
||||
|
@ -47,6 +47,8 @@ Patch5: kde-workspace-4.10.2-desktop-osd.patch
|
|||
Patch6: kde-workspace-4.10.3-pager-icons.patch
|
||||
# Fix action labels vertical alignment in Device Notifier applet
|
||||
Patch7: kde-workspace-4.10.3-devicenotifier.patch
|
||||
# Fix screenlocker greeter focus after Alt modifier is pressed (keyboard layout switching etc)
|
||||
Patch8: kde-workspace-4.10.3-greeter.patch
|
||||
Patch11: kdebase-workspace-4.2.0-fix_gtkrc_iaora.patch
|
||||
Patch13: kdebase-workspace-4.8.95-startup-sound.patch
|
||||
Patch19: kdebase-workspace-4.2.1-use-mdvicon.patch
|
||||
|
@ -1585,6 +1587,7 @@ based on kdebase.
|
|||
%patch5 -p1
|
||||
%patch6 -p1
|
||||
%patch7 -p1
|
||||
%patch8 -p1
|
||||
|
||||
%patch11 -p1
|
||||
%patch13 -p1
|
||||
|
@ -1686,6 +1689,9 @@ for f in %{buildroot}%{_kde_applicationsdir}/*.desktop ; do
|
|||
done
|
||||
|
||||
%changelog
|
||||
* Thu May 23 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.10.3-8
|
||||
- Add patch to fix screenlocker greeter focus after Alt modifier is pressed
|
||||
|
||||
* Wed May 22 2013 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.10.3-7
|
||||
- Add patch to make systemd 194 handle upower stuff in Rosa 2012.1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue