Make Welcome Center appear on first login

This commit is contained in:
Manuel Thalmann 2024-03-10 02:18:06 +01:00
parent 36fc1fb4d4
commit e09c552ee5

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;