[gnome-shell-extensions] Remove alternative-status-menu extension
- From: Giovanni Campagna <gcampagna src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-extensions] Remove alternative-status-menu extension
- Date: Tue, 30 Jul 2013 11:24:43 +0000 (UTC)
commit fb8ad70db61584e63217c2bbaa6935d73d472e05
Author: Giovanni Campagna <gcampagn redhat com>
Date: Tue Jul 30 13:17:00 2013 +0200
Remove alternative-status-menu extension
As part of the new unified status menu, the old status menu
was reworked considerably in 3.9.5, and the extension as it
was written does not make sense.
If hibernation is needed, it should be added (through another
extension) in the shutdown dialog.
README | 6 -
configure.ac | 5 +-
extensions/alternative-status-menu/Makefile.am | 4 -
extensions/alternative-status-menu/extension.js | 172 --------------------
.../alternative-status-menu/metadata.json.in | 10 --
...tensions.alternative-status-menu.gschema.xml.in | 14 --
extensions/alternative-status-menu/stylesheet.css | 3 -
7 files changed, 2 insertions(+), 212 deletions(-)
---
diff --git a/README b/README
index bb41cbf..d96ff6c 100644
--- a/README
+++ b/README
@@ -24,12 +24,6 @@ alternate-tab
Lets you use classic Alt+Tab (window-based instead of app-based) in GNOME Shell.
-alternative-status-menu
-
- For those who want a power off item visible at all the time, replaces GNOME Shell
-status menu with one featuring separate Suspend and Power Off. Adds the ability to
-hibernate as well.
-
apps-menu
Lets you reach an application using gnome 2.x style menu on the panel.
diff --git a/configure.ac b/configure.ac
index ecf5963..12aa653 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,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 alternative-status-menu drive-menu windowsNavigator
workspace-indicator"
+DEFAULT_EXTENSIONS="$CLASSIC_EXTENSIONS drive-menu windowsNavigator workspace-indicator"
ALL_EXTENSIONS="$DEFAULT_EXTENSIONS auto-move-windows example native-window-placement systemMonitor
user-theme xrandr-indicator"
AC_SUBST(CLASSIC_EXTENSIONS, [$CLASSIC_EXTENSIONS])
AC_SUBST(ALL_EXTENSIONS, [$ALL_EXTENSIONS])
@@ -71,7 +71,7 @@ for e in $enable_extensions; do
[AC_MSG_WARN([gnome-desktop-3.0 not found, disabling
xrandr-indicator])])
;;
dnl keep this in alphabetic order
-
alternate-tab|alternative-status-menu|apps-menu|auto-move-windows|drive-menu|example|launch-new-instance|native-window-placement|places-menu|user-theme|window-list|windowsNavigator|workspace-indicator)
+
alternate-tab|apps-menu|auto-move-windows|drive-menu|example|launch-new-instance|native-window-placement|places-menu|user-theme|window-list|windowsNavigator|workspace-indicator)
ENABLED_EXTENSIONS="$ENABLED_EXTENSIONS $e"
;;
*)
@@ -85,7 +85,6 @@ dnl Please keep this sorted alphabetically
AC_CONFIG_FILES([
data/Makefile
extensions/alternate-tab/Makefile
- extensions/alternative-status-menu/Makefile
extensions/apps-menu/Makefile
extensions/auto-move-windows/Makefile
extensions/drive-menu/Makefile
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]