[gdm] Remove user switch applet
- From: Ray Strode <halfline src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdm] Remove user switch applet
- Date: Tue, 18 Jan 2011 22:43:30 +0000 (UTC)
commit 4497b179ae94db6ef1dc92eb3d87fe44e0f3d426
Author: William Jon McCann <jmccann redhat com>
Date: Wed Jan 12 17:41:40 2011 -0500
Remove user switch applet
The GNOME 3 shell has one and this one will move to the fallback panel.
https://bugzilla.gnome.org/show_bug.cgi?id=639284
configure.ac | 8 -
gui/Makefile.am | 2 -
.../GNOME_FastUserSwitchApplet.server.in.in | 38 -
.../GNOME_FastUserSwitchApplet.xml | 20 -
gui/user-switch-applet/Makefile.am | 67 -
gui/user-switch-applet/applet.c | 1662 --------------------
gui/user-switch-applet/gdm-entry-menu-item.c | 304 ----
gui/user-switch-applet/gdm-entry-menu-item.h | 51 -
po/POTFILES.in | 4 -
po/POTFILES.skip | 1 -
10 files changed, 0 insertions(+), 2157 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 1cb2d0a..489c605 100644
--- a/configure.ac
+++ b/configure.ac
@@ -149,13 +149,6 @@ PKG_CHECK_MODULES(SIMPLE_CHOOSER,
AC_SUBST(SIMPLE_CHOOSER_CFLAGS)
AC_SUBST(SIMPLE_CHOOSER_LIBS)
-PKG_CHECK_MODULES(APPLET,
- dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION
- gtk+-3.0 >= $GTK_REQUIRED_VERSION
- libpanelapplet-2.0 >= $GNOME_PANEL_REQUIRED_VERSION)
-AC_SUBST(APPLET_CFLAGS)
-AC_SUBST(APPLET_LIBS)
-
PLUGIN_LIBTOOL_FLAGS="-export_dynamic -module -avoid-version"
AC_SUBST(PLUGIN_LIBTOOL_FLAGS)
@@ -1402,7 +1395,6 @@ gui/Makefile
gui/simple-greeter/Makefile
gui/simple-greeter/libnotificationarea/Makefile
gui/simple-chooser/Makefile
-gui/user-switch-applet/Makefile
utils/Makefile
data/gdm.conf
data/Makefile
diff --git a/gui/Makefile.am b/gui/Makefile.am
index 326239f..bda3f7a 100644
--- a/gui/Makefile.am
+++ b/gui/Makefile.am
@@ -2,7 +2,6 @@ NULL =
SUBDIRS = \
simple-greeter \
- user-switch-applet \
$(NULL)
if XDMCP_SUPPORT
@@ -12,5 +11,4 @@ endif
DIST_SUBDIRS = \
simple-chooser \
simple-greeter \
- user-switch-applet \
$(NULL)
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 1fccb90..cc1a3fd 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -84,10 +84,6 @@ gui/simple-greeter/gdm-timer.c
gui/simple-greeter/gdm-user.c
gui/simple-greeter/gdm-user-chooser-widget.c
gui/simple-greeter/greeter-main.c
-gui/user-switch-applet/applet.c
-gui/user-switch-applet/gdm-entry-menu-item.c
-gui/user-switch-applet/GNOME_FastUserSwitchApplet.server.in.in
-gui/user-switch-applet/GNOME_FastUserSwitchApplet.xml
utils/gdmflexiserver.c
utils/gdm-screenshot.c
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index 0269a0f..ee3d753 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -7,7 +7,6 @@
# remove these unless you fix "make distcheck" a different way.
#
data/gdm.schemas.in
-gui/user-switch-applet/GNOME_FastUserSwitchApplet.server.in
data/greeter-autostart/at-spi-registryd-wrapper.desktop.in
data/greeter-autostart/gdm-simple-greeter.desktop.in
data/greeter-autostart/gnome-power-manager.desktop.in
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]