Merge branch 'bugfix/KASM-6865-fix_thunderbird_path_in_fedora40_1.16.1' into 'release/1.16.1'

fix thunderbird path in fedora40

See merge request kasm-technologies/internal/workspaces-images!233
This commit is contained in:
Richard Koliser 2025-01-30 20:50:26 +00:00
commit 011996ab80

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