1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-07-19 15:29:52 +02:00

fix: move wayland related default application config to /et/xdg

This commit is contained in:
DanyLE
2023-07-29 00:35:25 +02:00
parent 1cb28e0e01
commit 1b520e6713
6 changed files with 17 additions and 15 deletions

View File

@ -8,7 +8,7 @@
# Default-Stop: 0 1 6
### END INIT INFO
LABWC_USER=diya
LABWC_CONFDIR="/etc/labwc"
LABWC_CONFDIR="/etc/xdg/labwc"
if test -e "/home/$LABWC_USER/.config/labwc" ; then
LABWC_CONFDIR="/home/$LABWC_USER/.config/labwc"
fi