Add support for Firefox theme for Snap, and add more debuging info

This commit is contained in:
Muhammad Rivan 2021-05-31 17:23:52 +07:00
parent 7fd7db2107
commit 067f2d1255
No known key found for this signature in database
GPG Key ID: C56A200FD936FAAA

View File

@ -101,7 +101,7 @@ while [[ $# -gt 0 ]]; do
fi; shift ;;
-d|--dash-to-dock)
if [[ "${GNOME_VERSION}" == 'new' ]]; then
prompt -e "'${1}' WARNING: There's no need to install on >= GNOME 40.0"
prompt -e "'${1}' WARNING: There's no need to install on GNOME >= 40.0"
dash_to_dock="false"
elif [[ ! -d "${DASH_TO_DOCK_DIR_HOME}" && ! -d "${DASH_TO_DOCK_DIR_ROOT}" ]]; then
prompt -e "'${1}' ERROR: There's no Dash to Dock installed in your system"
@ -199,7 +199,7 @@ else
echo
prompt -w "FIREFOX: Please go to [Firefox menu] > [Customize...], and customize your Firefox to make it work. Move your 'new tab' button to the titlebar instead of tab-switcher."
prompt -w "FIREFOX: Anyways, you can also edit 'userChrome.css' and 'customChrome.css' later in '${FIREFOX_THEME_DIR}'."
prompt -w "FIREFOX: Anyways, you can also edit 'userChrome.css' and 'customChrome.css' later in your Firefox profile directory."
fi
if [[ "${snap}" == 'true' ]]; then