Skip to content

Commit

Permalink
[RTT-5714] Create an anaconda.desktop file
Browse files Browse the repository at this point in the history
This is needed for dogtail/Gdk to find the application window
  • Loading branch information
jikortus committed Nov 11, 2024
1 parent c8d68a4 commit ea119ba
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions anabot-prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ea119ba

Please sign in to comment.