diff --git a/scripts/Common/Config/UserProfile/install.sh b/scripts/Common/Config/UserProfile/install.sh index 1d449fab..c5b30e4c 100755 --- a/scripts/Common/Config/UserProfile/install.sh +++ b/scripts/Common/Config/UserProfile/install.sh @@ -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;