Merge branch 'bugfix/KASM-6777-Fix_thunderbird_desktop_file-1.16.0' into 'release/1.16.0'

Resolve KASM-6777 "Bugfix/ fix thunderbird desktop file 1.16.0"

See merge request kasm-technologies/internal/workspaces-images!228
This commit is contained in:
Richard Koliser 2024-12-19 04:44:53 +00:00
commit 6858701e68
2 changed files with 5 additions and 2 deletions

View File

@ -22,8 +22,8 @@ if [[ "${DISTRO}" == @(oracle8|rockylinux9|rockylinux8|oracle9|almalinux9|almali
dnf clean all
fi
elif [[ "${DISTRO}" == "opensuse" ]]; then
wget https://slack.com/gpg/slack_pubkey_20230710.gpg
rpm --import slack_pubkey_20230710.gpg
wget https://slack.com/gpg/slack_pubkey_20240822.gpg
rpm --import slack_pubkey_20240822.gpg
zypper install -yn slack-${version}-0.1.el8.x86_64.rpm
if [ -z ${SKIP_CLEAN+x} ]; then
zypper clean --all

View File

@ -47,6 +47,9 @@ if [[ "${DISTRO}" == "fedora39" ]]; then
elif [[ "${DISTRO}" == "fedora40" ]]; then
cp /usr/share/applications/org.mozilla.thunderbird.desktop $HOME/Desktop/
chmod +x $HOME/Desktop/org.mozilla.thunderbird.desktop
elif [ "${DISTRO}" == "opensuse" ]; then
cp /usr/share/applications/thunderbird-esr.desktop $HOME/Desktop/
chmod +x $HOME/Desktop/thunderbird-esr.desktop
else
cp /usr/share/applications/thunderbird.desktop $HOME/Desktop/
chmod +x $HOME/Desktop/thunderbird.desktop