[gnome-shell-extensions] extensions: Remove systemMonitor extension



commit c9a6421f362cd156cf731289eadc11f44f6970ac
Author: Florian Müllner <fmuellner gnome org>
Date:   Wed Mar 4 22:13:44 2015 +0100

    extensions: Remove systemMonitor extension
    
    The systemMonitor extension extends the message tray with its UI, which
    obviously broke when the bottom tray was removed. It has also been the
    source for various performance/memory issues in the past and is part of
    the semi-random collection that pre-dates the extension.gnome.org site
    rather than the set of classic-mode/endorsed extensions, so just remove
    it from the module.
    Hopefully this will motivate someone who actually cares about it to pick
    it up ...
    
    https://bugzilla.gnome.org/show_bug.cgi?id=745195

 README                                    |    4 -
 configure.ac                              |    8 +-
 extensions/systemMonitor/Makefile.am      |    3 -
 extensions/systemMonitor/extension.js     |  376 -----------------------------
 extensions/systemMonitor/metadata.json.in |   11 -
 extensions/systemMonitor/stylesheet.css   |   35 ---
 6 files changed, 1 insertions(+), 436 deletions(-)
---
diff --git a/README b/README
index e2bea7a..cc53a8d 100644
--- a/README
+++ b/README
@@ -57,10 +57,6 @@ places-menu
 
   Shows a status Indicator for navigating to Places.
 
-systemMonitor
-
-  An message tray indicator showing CPU and memory loads.
-
 user-theme
 
   Loads a shell theme from ~/.themes/<name>/gnome-shell.
diff --git a/configure.ac b/configure.ac
index cd6f36e..b40114e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,7 @@ AC_SUBST([SHELL_VERSION])
 dnl keep this in alphabetic order
 CLASSIC_EXTENSIONS="apps-menu places-menu alternate-tab launch-new-instance window-list"
 DEFAULT_EXTENSIONS="$CLASSIC_EXTENSIONS drive-menu screenshot-window-sizer windowsNavigator 
workspace-indicator"
-ALL_EXTENSIONS="$DEFAULT_EXTENSIONS auto-move-windows example native-window-placement systemMonitor 
user-theme"
+ALL_EXTENSIONS="$DEFAULT_EXTENSIONS auto-move-windows example native-window-placement user-theme"
 AC_SUBST(CLASSIC_EXTENSIONS, [$CLASSIC_EXTENSIONS])
 AC_SUBST(ALL_EXTENSIONS, [$ALL_EXTENSIONS])
 AC_ARG_ENABLE([extensions],
@@ -60,11 +60,6 @@ AM_CONDITIONAL([CLASSIC_MODE], [test x"$enable_classic_mode" != xno])
 ENABLED_EXTENSIONS=
 for e in $enable_extensions; do
        case $e in
-               systemMonitor)
-                       PKG_CHECK_MODULES(GTOP, libgtop-2.0 >= 2.28.3,
-                                       [ENABLED_EXTENSIONS="$ENABLED_EXTENSIONS $e"],
-                                       [AC_MSG_WARN([libgtop-2.0 not found, disabling systemMonitor])])
-                       ;;
 dnl            keep this in alphabetic order
                
alternate-tab|apps-menu|auto-move-windows|drive-menu|example|launch-new-instance|native-window-placement|places-menu|screenshot-window-sizer|user-theme|window-list|windowsNavigator|workspace-indicator)
                        ENABLED_EXTENSIONS="$ENABLED_EXTENSIONS $e"
@@ -90,7 +85,6 @@ AC_CONFIG_FILES([
   extensions/native-window-placement/Makefile
   extensions/places-menu/Makefile
   extensions/screenshot-window-sizer/Makefile
-  extensions/systemMonitor/Makefile
   extensions/user-theme/Makefile
   extensions/window-list/Makefile
   extensions/windowsNavigator/Makefile


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]