diff --git a/ros-progs-gui.sh b/ros-progs-gui.sh index 31a85d7..a9ec139 100755 --- a/ros-progs-gui.sh +++ b/ros-progs-gui.sh @@ -10,6 +10,15 @@ yellow=$(tput setaf 3) # ${yellow} # Entering work folder cd /usr/local/bin/progs +# Changing Profile Picture to RP LOGO +echo "[User] +Session= +Icon=/usr/share/backgrounds/rave-pp.png +SystemAccount=false" | sudo tee /var/lib/AccountsService/users/$USER + +# Adding flatpak repo for USER +flatpak remote-add --if-not-exists --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo + # Zenity ablak megjelenítése user_choice=$(zenity --list --checklist --width='1000' --height='1000' \ --title="APP Telepítő Script base by Airman & RAVE (Magyarosította balage79)" \