Make Welcome Center appear on first login
This commit is contained in:
parent
36fc1fb4d4
commit
e09c552ee5
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ then
|
||||||
chmod a+x "$entryPoint";
|
chmod a+x "$entryPoint";
|
||||||
dbus-launch --exit-with-session startplasma-wayland > /dev/null 2>&1;
|
dbus-launch --exit-with-session startplasma-wayland > /dev/null 2>&1;
|
||||||
rm "$entryPoint";
|
rm "$entryPoint";
|
||||||
|
rm ~/.config/plasma-welcomerc;
|
||||||
else
|
else
|
||||||
dir="${BASH_SOURCE%/*}";
|
dir="${BASH_SOURCE%/*}";
|
||||||
pushd "$dir" > /dev/null;
|
pushd "$dir" > /dev/null;
|
||||||
|
|
Loading…
Reference in a new issue