Remove existing auto start desktop file for setup assistant
This task was delegated to garuda-welcome.
This commit is contained in:
parent
b331bc2ad9
commit
597915d45d
2 changed files with 1 additions and 20 deletions
|
@ -1,19 +0,0 @@
|
||||||
[Desktop Entry]
|
|
||||||
Categories=System;Monitor;
|
|
||||||
Comment=
|
|
||||||
Comment=Starts Garudas setup assistant
|
|
||||||
Exec=/usr/bin/setup-assistant && rm -rf ~/.config/autostart/setup-assistant.desktop
|
|
||||||
GenericName=
|
|
||||||
GenericName=
|
|
||||||
Icon=setup
|
|
||||||
MimeType=
|
|
||||||
Name=Setup Assistant
|
|
||||||
Path=
|
|
||||||
StartupNotify=false
|
|
||||||
Terminal=false
|
|
||||||
TerminalOptions=
|
|
||||||
Type=Application
|
|
||||||
X-DBUS-ServiceName=
|
|
||||||
X-DBUS-StartupType=
|
|
||||||
X-KDE-SubstituteUID=false
|
|
||||||
X-KDE-Username=
|
|
|
@ -251,7 +251,7 @@ fi
|
||||||
|
|
||||||
if ! askYesNoQuestion "update" "Setup Assistant" "update" "Update the system? (recommended!)"; then
|
if ! askYesNoQuestion "update" "Setup Assistant" "update" "Update the system? (recommended!)"; then
|
||||||
# yy because we may have updated the mirrorlist in the last step
|
# yy because we may have updated the mirrorlist in the last step
|
||||||
alacritty -e pkexec pacman "-Syyu"
|
alacritty -e pkexec bash -c "pacman -Syyu; read -p 'Press enter to continue'"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! askYesNoQuestion "update" "Setup Assistant" "update" "Upgrade to Ultimate? (You can select which apps you want!)"; then
|
if ! askYesNoQuestion "update" "Setup Assistant" "update" "Upgrade to Ultimate? (You can select which apps you want!)"; then
|
||||||
|
|
Loading…
Reference in a new issue