File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,6 +58,12 @@ elif does_bin_exist 'electronmail-bin'; then
5858 EMAIL_CLIENT_LAUNCHER=' electronmail-bin.desktop'
5959fi
6060
61+ # Facebook Messenger
62+ FBMESSENGER_LAUNCHER=' '
63+ if does_bin_exist ' com.sindresorhus.Caprine' ; then
64+ FBMESSENGER_LAUNCHER=' com.sindresorhus.Caprine.desktop'
65+ fi
66+
6167# File Manager
6268FILE_MANAGER_LAUNCHER=' '
6369if does_bin_exist ' nautilus' ; then
@@ -177,6 +183,7 @@ FAVOURITE_APPS=''
177183[ -n " ${SIGNAL_LAUNCHER} " ] && FAVOURITE_APPS=" ${FAVOURITE_APPS} , '${SIGNAL_LAUNCHER} '"
178184[ -n " ${TELEGRAM_LAUNCHER} " ] && FAVOURITE_APPS=" ${FAVOURITE_APPS} , '${TELEGRAM_LAUNCHER} '"
179185[ -n " ${WHATSAPP_LAUNCHER} " ] && FAVOURITE_APPS=" ${FAVOURITE_APPS} , '${WHATSAPP_LAUNCHER} '"
186+ [ -n " ${FBMESSENGER_LAUNCHER} " ] && FAVOURITE_APPS=" ${FAVOURITE_APPS} , '${FBMESSENGER_LAUNCHER} '"
180187[ -n " ${EMAIL_CLIENT_LAUNCHER} " ] && FAVOURITE_APPS=" ${FAVOURITE_APPS} , '${EMAIL_CLIENT_LAUNCHER} '"
181188[ -n " ${NOTES_LAUNCHER} " ] && FAVOURITE_APPS=" ${FAVOURITE_APPS} , '${NOTES_LAUNCHER} '"
182189[ -n " ${TASKS_LAUNCHER} " ] && FAVOURITE_APPS=" ${FAVOURITE_APPS} , '${TASKS_LAUNCHER} '"
Original file line number Diff line number Diff line change @@ -170,6 +170,14 @@ for LAUNCHER in "${GLOBAL_LAUNCHERS_DIR}/discord.desktop" \
170170 Categories " ${CHAT_APP_CATEGORIES} "
171171done
172172
173+ for LAUNCHER in " ${GLOBAL_FLATPAK_LAUNCHERS_DIR} /com.sindresorhus.Caprine.desktop" \
174+ " ${LOCAL_FLATPAK_LAUNCHERS_DIR} /com.sindresorhus.Caprine.desktop" ; do
175+ set_launcher_entries " ${LAUNCHER} " \
176+ Name ' Messenger' \
177+ Name[ro] ' Messenger' \
178+ Categories " ${CHAT_APP_CATEGORIES} "
179+ done
180+
173181for LAUNCHER in " ${GLOBAL_FLATPAK_LAUNCHERS_DIR} /de.schmidhuberj.Flare.desktop" \
174182 " ${GLOBAL_FLATPAK_LAUNCHERS_DIR} /org.signal.Signal.desktop" \
175183 " ${LOCAL_FLATPAK_LAUNCHERS_DIR} /de.schmidhuberj.Flare.desktop" \
Original file line number Diff line number Diff line change 488488if does_bin_exist " makepkg" ; then
489489 MAKEPKG_CONFIG_FILE=" ${ROOT_ETC} /makepkg.conf"
490490
491- set_config_value " ${MAKEPKG_CONFIG_FILE} " " COMPRESSXZ" " (xz -c -z --threads=0 -)"
492- set_config_value " ${MAKEPKG_CONFIG_FILE} " " COMPRESSZST" " (zstd -c -z -q --threads=0 -)"
491+ set_config_value " ${MAKEPKG_CONFIG_FILE} " " COMPRESSXZ" ' (xz -c -z --threads=0 -)'
492+ set_config_value " ${MAKEPKG_CONFIG_FILE} " " COMPRESSZST" ' (zstd -c -z -q --threads=0 -)'
493493
494494 if does_bin_exist " pbzip2" ; then
495495 set_config_value " ${MAKEPKG_CONFIG_FILE} " " COMPRESSBZ2" " (pbzip2 -c -f)"
@@ -671,15 +671,15 @@ if does_bin_exist "teams" "teams-insiders" "com.microsoft.Teams"; then
671671 # Telemetry
672672 set_json_property " ${TEAMS_DESKTOP_CONFIG_FILE} " ' .appPreferenceSettings.enableMediaLoggingPreferenceKey' false
673673fi
674- if does_bin_exist " telegram-desktop" " com.telegram.desktop" ; then
674+ if does_bin_exist ' telegram-desktop' ' com.telegram.desktop' ; then
675675 TELEGRAM_CONFIG_DIR=" ${HOME_VAR_APP} /org.telegram.desktop/data/TelegramDesktop/tdata"
676676 TELEGRAM_EXPERIMENTAL_OPTIONS_FILE=" ${TELEGRAM_CONFIG_DIR} /experimental_options.json"
677677
678678 set_config_value " ${ENVIRONMENT_VARS_FILE} " TDESKTOP_I_KNOW_ABOUT_GTK_INCOMPATIBILITY " 1"
679679
680680 set_config_value " ${TELEGRAM_EXPERIMENTAL_OPTIONS_FILE} " ' .["mono-settings-icons"]' true
681681fi
682- if does_bin_exist " whatsapp-for-linux" ; then
682+ if does_bin_exist ' whatsapp-for-linux' ; then
683683 WAPP_CONFIG_FILE=" ${XDG_CONFIG_HOME} /whatsapp-for-linux/settings.conf"
684684
685685 # Disable tray because tray icons don't work and the window becomes inaccessible
You can’t perform that action at this time.
0 commit comments