From 1b1ff8d480d78bcad740f925199dcef0ff1733b0 Mon Sep 17 00:00:00 2001
From: RP1 <ravepriest1@tutanota.com>
Date: Tue, 11 Mar 2025 18:22:35 +0000
Subject: [PATCH] Update ros-progs-gui.sh

---
 ros-progs-gui.sh | 9 +++++++++
 1 file changed, 9 insertions(+)

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)" \