Make Welcome Center appear on first login

This commit is contained in:
Manuel Thalmann 2024-03-10 02:18:06 +01:00
parent dd02621ced
commit b0afab92f0

View file

@ -24,6 +24,7 @@ then
chmod a+x "$entryPoint";
dbus-launch --exit-with-session startplasma-wayland > /dev/null 2>&1;
rm "$entryPoint";
rm ~/.config/plasma-welcomerc;
else
dir="${BASH_SOURCE%/*}";
pushd "$dir" > /dev/null;