From f7590d08b39d3642a279c87a123fb0fbe37ba84c Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Mon, 28 Aug 2023 19:48:31 +0800 Subject: [PATCH] Fixed #817 --- install.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/install.sh b/install.sh index afd401d..4060ed6 100755 --- a/install.sh +++ b/install.sh @@ -183,12 +183,8 @@ else fi fi - # if (is_running "xfce4-session"); then - # msg="XFCE: you may need to run 'xfce4-panel -r' after changing your theme to fix your panel opacity." if (is_my_distro "solus") && (is_running "gnome-session"); then msg="GNOME: you may need to disable 'User Themes' extension to fix your dock." - # elif (is_running "gnome-session") && [[ "${GNOME_VERSION}" == "3-28" ]]; then - # msg="GNOME: you may need to disable 'User Themes' extension to fix your logout and authentication dialog." fi if [[ "${msg}" ]]; then @@ -199,10 +195,6 @@ else fi echo; prompt -w "${final_msg}" - - # if has_command notify-send && [[ "$UID" != '0' ]]; then - # notify-send "'${name}' theme has been installed. Enjoy!" "${notif_msg}" -i "dialog-information-symbolic" - # fi fi echo