From ea119bab5953e779f63078e511d52447381b561a Mon Sep 17 00:00:00 2001 From: Jiri Kortus Date: Thu, 24 Oct 2024 16:13:07 +0200 Subject: [PATCH] [RTT-5714] Create an anaconda.desktop file This is needed for dogtail/Gdk to find the application window --- anabot-prepare.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/anabot-prepare.sh b/anabot-prepare.sh index 6da0b79..1067699 100755 --- a/anabot-prepare.sh +++ b/anabot-prepare.sh @@ -15,3 +15,16 @@ if [ ! -f /bin/gnome-kiosk_ ]; then EOF chmod +x /bin/gnome-kiosk fi + +# Create Anaconda desktop file (needed for dogtail to find the window) +cat > /usr/share/applications/anaconda.desktop << EOF +[Desktop Entry] + +Name=Anaconda +Comment=Graphical system installer +Terminal=false +Type=Application +Categories=System; +Exec=anaconda +NoDisplay=true +EOF