Merge branch 'feature/KASM-5434-firefox-icon' into 'develop'

fix icon location for head RHEL distros as they moved to lib64

Closes KASM-5434

See merge request kasm-technologies/internal/workspaces-images!166
This commit is contained in:
Justin Travis 2024-02-01 18:51:05 +00:00
commit 002ce0ff12

View File

@ -179,7 +179,7 @@ EOL
fi
# Desktop Icon FIxes
if [ "${DISTRO}" == "fedora39" ]; then
if [[ "${DISTRO}" == @(rockylinux9|oracle9|almalinux9|fedora39) ]]; then
sed -i 's#Icon=/usr/lib/firefox#Icon=/usr/lib64/firefox#g' $HOME/Desktop/firefox.desktop
fi