File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -973,11 +973,9 @@ if [ "${OS}" = 'Linux' ]; then
973973 fi
974974
975975 install_gnome_shell_extension ' 5470/weather-oclock'
976- install_gnome_shell_extension ' 4099/no-overview'
977976
978977 if [ " ${DISTRO_FAMILY} " = ' Debian' ] \
979978 || [ " ${DISTRO_FAMILY} " = ' Ubuntu' ]; then
980- install_native_package ' gnome-shell-extension-hide-activities'
981979 install_gnome_shell_extension ' 6670/bluetooth-battery-meter'
982980 else
983981 install_native_package ' gnome-shell-extension-bluetooth-battery-meter-git'
Original file line number Diff line number Diff line change @@ -146,6 +146,22 @@ if [ "${OS}" = 'Linux' ]; then
146146 fi
147147fi
148148
149+ # #############################
150+ # ## GNOME Shell Extensions ###
151+ # #############################
152+ if [ " ${DESKTOP_ENVIRONMENT} " = ' GNOME' ]; then
153+ echo sa
154+ if is_gnome_shell_extension_installed ' 3843/just-perfection' ; then
155+ echo sa
156+ uninstall_native_package ' gnome-shell-extension-hide-activities'
157+ uninstall_native_package ' gnome-shell-extension-no-annoyance'
158+
159+ uninstall_gnome_shell_extension ' 744/hide-activities-button'
160+ uninstall_gnome_shell_extension ' 1007/window-is-ready-notification-remover'
161+ uninstall_gnome_shell_extension ' 4099/no-overview'
162+ fi
163+ fi
164+
149165# ####################
150166# ## Image Viewers ###
151167# ####################
You can’t perform that action at this time.
0 commit comments