mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-28 14:43:09 +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
|
||||
EOF
|
||||
|
||||
# Default configuration for plasmashell
|
||||
# Default configuration for the UI
|
||||
mkdir -p %{buildroot}%{_kf5_configdir}
|
||||
cat > %{buildroot}%{_kf5_configdir}/kded5rc << EOF
|
||||
[General]
|
||||
CheckSycoca=false
|
||||
EOF
|
||||
|
||||
cat > %{buildroot}%{_kf5_configdir}/kdeglobals <<EOF
|
||||
[KDE]
|
||||
LookAndFeelPackage=org.kde.satellite.phone
|
||||
|
|
@ -129,6 +134,7 @@ done
|
|||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%config %{_kf5_configdir}/kdeglobals
|
||||
%config %{_kf5_configdir}/kded5rc
|
||||
%{_kf5_sharedir}/plasma/*
|
||||
%{_kf5_sharedir}/wallpapers/*
|
||||
%{_kf5_servicesdir}/*.desktop
|
||||
|
|
|
|||
|
|
@ -43,6 +43,7 @@ Builder: none
|
|||
|
||||
Files:
|
||||
- "%config %{_kf5_configdir}/kdeglobals"
|
||||
- "%config %{_kf5_configdir}/kded5rc"
|
||||
- "%{_kf5_sharedir}/plasma/*"
|
||||
- "%{_kf5_sharedir}/wallpapers/*"
|
||||
- "%{_kf5_servicesdir}/*.desktop"
|
||||
|
|
|
|||
Loading…
Reference in a new issue