fix(plugin):add mate setting daemon plugin gschema override file
- 添加mate 插件设置覆盖文件
This commit is contained in:
parent
b133923663
commit
efe34559cc
21
99_unikylin-mate-SettingsDaemon-plugins.gschema.override
Normal file
21
99_unikylin-mate-SettingsDaemon-plugins.gschema.override
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
[org.mate.SettingsDaemon.plugins.background]
|
||||||
|
active=false
|
||||||
|
|
||||||
|
[org.mate.SettingsDaemon.plugins.clipboard]
|
||||||
|
active=false
|
||||||
|
|
||||||
|
[org.mate.SettingsDaemon.plugins.xrandr]
|
||||||
|
active=false
|
||||||
|
|
||||||
|
[org.mate.SettingsDaemon.plugins.keybindings]
|
||||||
|
active=false
|
||||||
|
|
||||||
|
[org.mate.SettingsDaemon.plugins.xsettings]
|
||||||
|
active=false
|
||||||
|
|
||||||
|
[org.mate.SettingsDaemon.plugins.keyboard]
|
||||||
|
active=false
|
||||||
|
|
||||||
|
[org.mate.SettingsDaemon.plugins.mouse]
|
||||||
|
active=false
|
||||||
|
|
||||||
@ -1,10 +1,11 @@
|
|||||||
Name: kiran-cc-daemon
|
Name: kiran-cc-daemon
|
||||||
Version: 2.5.1
|
Version: 2.5.1
|
||||||
Release: 26
|
Release: 27
|
||||||
Summary: DBus daemon for Kiran Desktop
|
Summary: DBus daemon for Kiran Desktop
|
||||||
|
|
||||||
License: MulanPSL-2.0
|
License: MulanPSL-2.0
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
|
Source1: 99_unikylin-mate-SettingsDaemon-plugins.gschema.override
|
||||||
Patch0: 0001-fix-translate-add-some-translation.patch
|
Patch0: 0001-fix-translate-add-some-translation.patch
|
||||||
Patch0001: 0001-fix-keyboard-Add-modifier-lock-window-tips-enable-ke.patch
|
Patch0001: 0001-fix-keyboard-Add-modifier-lock-window-tips-enable-ke.patch
|
||||||
Patch0002: 0001-fix-audio-Fix-coredump-problem-caused-by-nullpointer.patch
|
Patch0002: 0001-fix-audio-Fix-coredump-problem-caused-by-nullpointer.patch
|
||||||
@ -139,6 +140,7 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
install -D -m 0644 %SOURCE1 %{buildroot}%{_datadir}/glib-2.0/schemas/99_unikylin-mate-SettingsDaemon-plugins.gschema.override
|
||||||
|
|
||||||
%post -n kiran-system-daemon
|
%post -n kiran-system-daemon
|
||||||
%systemd_post kiran-system-daemon.service
|
%systemd_post kiran-system-daemon.service
|
||||||
@ -191,6 +193,7 @@ glib-compile-schemas /usr/share/glib-2.0/schemas &> /dev/nulls || :
|
|||||||
%{_datadir}/kiran-cc-daemon/kiran-session-daemon.gresource
|
%{_datadir}/kiran-cc-daemon/kiran-session-daemon.gresource
|
||||||
%dir %{_datadir}/kiran-cc-daemon/images
|
%dir %{_datadir}/kiran-cc-daemon/images
|
||||||
%{_datadir}/kiran-cc-daemon/images/*.png
|
%{_datadir}/kiran-cc-daemon/images/*.png
|
||||||
|
%{_datadir}/glib-2.0/schemas/99_unikylin-mate-SettingsDaemon-plugins.gschema.override
|
||||||
|
|
||||||
%files common
|
%files common
|
||||||
%{_includedir}/kiran-cc-daemon/error-i.h
|
%{_includedir}/kiran-cc-daemon/error-i.h
|
||||||
@ -210,6 +213,9 @@ glib-compile-schemas /usr/share/glib-2.0/schemas &> /dev/nulls || :
|
|||||||
%{_libdir}/pkgconfig/kiran-cc-daemon.pc
|
%{_libdir}/pkgconfig/kiran-cc-daemon.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 14 2023 yuanxing <yuanxing@kylinsec.com.cn> - 2.5.1-27
|
||||||
|
- KYOS-F: add mate settings daemon plugin gschema override file
|
||||||
|
|
||||||
* Mon Sep 11 2023 longcheng <longcheng@kylinsec.com.cn> - 2.5.1-26
|
* Mon Sep 11 2023 longcheng <longcheng@kylinsec.com.cn> - 2.5.1-26
|
||||||
- KYOS-B: change BuildRequires in redhat 7 (#14460)
|
- KYOS-B: change BuildRequires in redhat 7 (#14460)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user