Update install.sh

This commit is contained in:
vinceliuice 2022-02-17 18:37:49 +08:00
parent 12ef7d17db
commit c4a89ed608

View file

@ -167,8 +167,8 @@ else
msg="XFCE: you may need to run 'xfce4-panel -r' after changing your theme to fix your panel opacity." msg="XFCE: you may need to run 'xfce4-panel -r' after changing your theme to fix your panel opacity."
elif (is_my_distro "solus") && (is_running "gnome-session"); then elif (is_my_distro "solus") && (is_running "gnome-session"); then
msg="GNOME: you may need to disable 'User Themes' extension to fix your dock." msg="GNOME: you may need to disable 'User Themes' extension to fix your dock."
elif (is_running "gnome-session") && [[ "${GNOME_VERSION}" == "old" ]]; then # elif (is_running "gnome-session") && [[ "${GNOME_VERSION}" == "old" ]]; then
msg="GNOME: you may need to disable 'User Themes' extension to fix your logout and authentication dialog." # msg="GNOME: you may need to disable 'User Themes' extension to fix your logout and authentication dialog."
fi fi
if [[ "${msg}" ]]; then if [[ "${msg}" ]]; then