mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-07-28 07:14:46 +00:00
Configuration for kded5
This commit is contained in:
parent
7fca0c8703
commit
53e2e46909
2 changed files with 8 additions and 1 deletions
|
|
@ -95,8 +95,13 @@ XDG_CURRENT_DESKTOP=KDE
|
||||||
KSCREEN_BACKEND=QScreen
|
KSCREEN_BACKEND=QScreen
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Default configuration for plasmashell
|
# Default configuration for the UI
|
||||||
mkdir -p %{buildroot}%{_kf5_configdir}
|
mkdir -p %{buildroot}%{_kf5_configdir}
|
||||||
|
cat > %{buildroot}%{_kf5_configdir}/kded5rc << EOF
|
||||||
|
[General]
|
||||||
|
CheckSycoca=false
|
||||||
|
EOF
|
||||||
|
|
||||||
cat > %{buildroot}%{_kf5_configdir}/kdeglobals <<EOF
|
cat > %{buildroot}%{_kf5_configdir}/kdeglobals <<EOF
|
||||||
[KDE]
|
[KDE]
|
||||||
LookAndFeelPackage=org.kde.satellite.phone
|
LookAndFeelPackage=org.kde.satellite.phone
|
||||||
|
|
@ -129,6 +134,7 @@ done
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%config %{_kf5_configdir}/kdeglobals
|
%config %{_kf5_configdir}/kdeglobals
|
||||||
|
%config %{_kf5_configdir}/kded5rc
|
||||||
%{_kf5_sharedir}/plasma/*
|
%{_kf5_sharedir}/plasma/*
|
||||||
%{_kf5_sharedir}/wallpapers/*
|
%{_kf5_sharedir}/wallpapers/*
|
||||||
%{_kf5_servicesdir}/*.desktop
|
%{_kf5_servicesdir}/*.desktop
|
||||||
|
|
|
||||||
|
|
@ -43,6 +43,7 @@ Builder: none
|
||||||
|
|
||||||
Files:
|
Files:
|
||||||
- "%config %{_kf5_configdir}/kdeglobals"
|
- "%config %{_kf5_configdir}/kdeglobals"
|
||||||
|
- "%config %{_kf5_configdir}/kded5rc"
|
||||||
- "%{_kf5_sharedir}/plasma/*"
|
- "%{_kf5_sharedir}/plasma/*"
|
||||||
- "%{_kf5_sharedir}/wallpapers/*"
|
- "%{_kf5_sharedir}/wallpapers/*"
|
||||||
- "%{_kf5_servicesdir}/*.desktop"
|
- "%{_kf5_servicesdir}/*.desktop"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue