File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -811,12 +811,13 @@ done
811811# ####################
812812for LAUNCHER in " ${GLOBAL_LAUNCHERS_DIR} /lxmusic.desktop" \
813813 " ${GLOBAL_FLATPAK_LAUNCHERS_DIR} /io.bassi.Amberol.desktop" \
814- " ${LOCAL_FLATPAK_LAUNCHERS_DIR} /io.bassi.Amberol.dekstop" ; do
814+ " ${GLOBAL_FLATPAK_LAUNCHERS_DIR} /org.gnome.Decibels.desktop" \
815+ " ${LOCAL_FLATPAK_LAUNCHERS_DIR} /io.bassi.Amberol.dekstop" \
816+ " ${LOCAL_FLATPAK_LAUNCHERS_DIR} /org.gnome.Decibels.dekstop" ; do
815817 set_launcher_entries " ${LAUNCHER} " \
816818 Name " Music" \
817819 Name[ro] " Muzică" \
818- MimeType " application/x-ogg;application/ogg;audio/x-vorbis+ogg;audio/vorbis;audio/x-vorbis;audio/x-scpls;audio/x-mp3;audio/x-mpeg;audio/mpeg;audio/x-mpegurl;audio/x-flac;audio/mp4;x-scheme-handler/itms;x-scheme-handler/itmss;"
819-
820+ MineType ' application/x-ogg;application/ogg;audio/mpeg;audio/wav;audio/x-aac;audio/x-aiff;audio/x-ape;audio/x-flac;audio/x-m4a;audio/x-m4b;audio/x-mp1;audio/x-mp2;audio/x-mp3;audio/mp4;audio/x-mpg;audio/x-mpeg;audio/x-mpegurl;audio/x-opus+ogg;audio/x-pn-aiff;audio/x-pn-au;audio/x-pn-wav;audio/x-scpls;audio/x-speex;audio/vorbis;audio/x-vorbis;audio/x-vorbis+ogg;audio/x-wavpack;x-scheme-handler/itms;x-scheme-handler/itmss;'
820821 [ " ${DEVICE_TYPE} " = ' Mobile' ] && set_launcher_entry " ${LAUNCHER} " NoDisplay true
821822done
822823
Original file line number Diff line number Diff line change 627627# ## Music Players ###
628628# ####################
629629if ${IS_GENERAL_PURPOSE_DEVICE} ; then
630- if [ " ${DESKTOP_ENVIRONMENT} " = ' GNOME' ] \
631- || [ " ${DESKTOP_ENVIRONMENT} " = ' Phosh' ]; then
630+ if [ " ${DESKTOP_ENVIRONMENT} " = ' GNOME' ]; then
631+ install_flatpak ' org.gnome.Decibels'
632+ elif [ " ${DESKTOP_ENVIRONMENT} " = ' Phosh' ]; then
632633 install_flatpak ' io.bassi.Amberol'
633634 fi
634635
Original file line number Diff line number Diff line change 8080keep_first_installed_package ' dev.alextren.Spot' ' com.spotify.Client'
8181uninstall_android_package ' org.lineageos.eleven'
8282uninstall_android_package ' com.xiaomi.mimusic2'
83+ [ " ${DESKTOP_ENVIRONMENT} " = ' GNOME' ] && keep_first_installed_package ' org.gnome.Decibels' ' io.bassi.Amberol' ' org.gnome.Rhythmbox3'
84+ [ " ${DESKTOP_ENVIRONMENT} " = ' Phosh' ] && keep_first_installed_package ' io.bassi.Amberol' ' org.gnome.Decibels' ' org.gnome.Rhythmbox3'
8385
8486# Note Taking apps
8587keep_first_installed_package " com.automattic.simplenote" " foundation.e.notes"
@@ -144,7 +146,6 @@ if [ "${DISTRO_FAMILY}" = "Arch" ]; then
144146
145147 uninstall_flatpak " org.gnome.Cheese" # Replaced by org.gnome.Snapshot
146148 uninstall_flatpak " org.gnome.gedit" # Replaced by org.gnome.TextEditor
147- uninstall_flatpak " org.gnome.Rhythmbox3" # Replaced by io.bassi.Amberol
148149
149150 # App Stores
150151 if is_native_package_installed " gnome-software" ; then
@@ -208,10 +209,6 @@ if [ "${DISTRO_FAMILY}" = "Arch" ]; then
208209 uninstall_flatpak " com.github.vladimiry.ElectronMail"
209210 uninstall_flatpak " org.telegram.desktop"
210211 uninstall_flatpak " io.github.mimbrero.WhatsAppDesktop"
211-
212- # Multimedia
213- uninstall_flatpak " io.bassi.Amberol"
214- uninstall_flatpak " org.gnome.Totem"
215212 fi
216213
217214 # Obsolete
You can’t perform that action at this time.
0 commit comments