!33 Modify the display exit window flag to default to false
From: @kylin-huangjiawen Reviewed-by: @tangjie02 Signed-off-by: @tangjie02
This commit is contained in:
commit
c79959ec68
12
0001-modify-show-exit-window-flag-to-default-false.patch
Normal file
12
0001-modify-show-exit-window-flag-to-default-false.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -ruN kiran-session-manager-2.5.0/data/com.kylinsec.kiran.session-manager.gschema.xml.in kiran-session-manager-2.5.0-new/data/com.kylinsec.kiran.session-manager.gschema.xml.in
|
||||||
|
--- kiran-session-manager-2.5.0/data/com.kylinsec.kiran.session-manager.gschema.xml.in 2023-06-01 09:25:43.677341400 +0800
|
||||||
|
+++ kiran-session-manager-2.5.0-new/data/com.kylinsec.kiran.session-manager.gschema.xml.in 2023-06-01 09:26:42.883395253 +0800
|
||||||
|
@@ -17,7 +17,7 @@
|
||||||
|
</key>
|
||||||
|
|
||||||
|
<key name="always-show-exit-window" type="b">
|
||||||
|
- <default>true</default>
|
||||||
|
+ <default>false</default>
|
||||||
|
<description>Set whether to always show the exit window.</description>
|
||||||
|
</key>
|
||||||
|
</schema>
|
||||||
@ -1,6 +1,6 @@
|
|||||||
Name: kiran-session-manager
|
Name: kiran-session-manager
|
||||||
Version: 2.5.0
|
Version: 2.5.0
|
||||||
Release: 5
|
Release: 6
|
||||||
Summary: Session manager for KIRAN desktop environment
|
Summary: Session manager for KIRAN desktop environment
|
||||||
|
|
||||||
License: MulanPSL-2.0
|
License: MulanPSL-2.0
|
||||||
@ -8,6 +8,7 @@ Source0: %{name}-%{version}.tar.gz
|
|||||||
|
|
||||||
Patch1000: 0001-feature-lockscreen-Add-LockScreenWhenHibernate-and-L.patch
|
Patch1000: 0001-feature-lockscreen-Add-LockScreenWhenHibernate-and-L.patch
|
||||||
Patch1001: 0001-feature-session-Add-always-show-exit-window-flag.patch
|
Patch1001: 0001-feature-session-Add-always-show-exit-window-flag.patch
|
||||||
|
Patch1002: 0001-modify-show-exit-window-flag-to-default-false.patch
|
||||||
|
|
||||||
|
|
||||||
BuildRequires: cmake >= 3.2
|
BuildRequires: cmake >= 3.2
|
||||||
@ -87,6 +88,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 31 2023 huangjiawen <huangjiawen@kylinsec.com.cn> - 2.5.0-6
|
||||||
|
- KYOS-F: Modify the show exit window flag to default to show.
|
||||||
|
|
||||||
* Wed May 31 2023 huangjiawen <huangjiawen@kylinsec.com.cn> - 2.5.0-5
|
* Wed May 31 2023 huangjiawen <huangjiawen@kylinsec.com.cn> - 2.5.0-5
|
||||||
- KYOS-F: Add always show exit window flag.
|
- KYOS-F: Add always show exit window flag.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user