Merge branch 'bugfix/KASM-6865-fix_thunderbird_path_in_fedora40_develop' into 'develop'

Resolve KASM-6865 "Bugfix/ fix thunderbird path in fedora40 develop"

Closes KASM-6865

See merge request kasm-technologies/internal/workspaces-images!239
This commit is contained in:
Richard Koliser 2025-02-13 16:20:46 +00:00
commit 8142a50e95

View File

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