Update install.sh
This commit is contained in:
parent
12ef7d17db
commit
c4a89ed608
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue