debian/0000775000000000000000000000000012311537760007175 5ustar debian/patches/0000775000000000000000000000000012322454303010615 5ustar debian/patches/40_unset_menuproxy.patch0000664000000000000000000000102212311522014015411 0ustar Description: make sure gnome-panel and the applets don't pick up menu proxies Author: Ted Gould Author: Dmitry Shachnev Forwarded: not-needed Last-Update: 2014-02-19 --- a/libpanel-applet/panel-applet.h +++ b/libpanel-applet/panel-applet.h @@ -236,6 +236,7 @@ GError *error; \ int retval; \ \ + g_setenv ("UBUNTU_MENUPROXY", "0", TRUE); \ _PANEL_APPLET_SETUP_GETTEXT (TRUE); \ \ context = g_option_context_new (""); \ debian/patches/50_ubuntu_sessions.patch0000664000000000000000000000536512311522014015414 0ustar Description: use separate Metacity and Compiz sessions Author: Jeremy Bicha Author: Dmitry Shachnev Forwarded: not-needed Last-Update: 2014-03-01 --- /dev/null +++ b/data/gnome-fallback-compiz.desktop.in @@ -0,0 +1,8 @@ +[Desktop Entry] +_Name=GNOME Flashback (Compiz) +_Comment=This session logs you into GNOME with the traditional panel +Exec=gnome-session --session=gnome-flashback-compiz +TryExec=gnome-session +Icon= +Type=Application +X-LightDM-DesktopName=Unity --- /dev/null +++ b/data/gnome-flashback-compiz.session.desktop.in @@ -0,0 +1,4 @@ +[GNOME Session] +_Name=GNOME Flashback (Compiz) +RequiredComponents=gnome-panel;unity-settings-daemon;compiz;nautilus-classic;gnome-flashback-services; +DesktopName=Unity --- a/data/gnome-fallback.desktop.in.in +++ b/data/gnome-fallback.desktop.in.in @@ -1,7 +1,8 @@ [Desktop Entry] -_Name=GNOME Flashback +_Name=GNOME Flashback (Metacity) _Comment=This session logs you into GNOME with the traditional panel Exec=@libexecdir@/gnome-session-flashback TryExec=@libexecdir@/gnome-session-flashback Icon= Type=Application +X-LightDM-DesktopName=Unity --- a/data/gnome-flashback.session.desktop.in +++ b/data/gnome-flashback.session.desktop.in @@ -1,3 +1,4 @@ [GNOME Session] -_Name=GNOME Flashback -RequiredComponents=gnome-panel;gnome-settings-daemon;gnome-wm; +_Name=GNOME Flashback (Metacity) +RequiredComponents=gnome-panel;unity-settings-daemon;metacity;nautilus-classic;gnome-flashback-services; +DesktopName=Unity --- a/data/Makefile.am +++ b/data/Makefile.am @@ -31,12 +31,12 @@ @GSETTINGS_RULES@ sessiondir = $(datadir)/gnome-session/sessions -session_in_files = gnome-flashback.session.desktop.in +session_in_files = gnome-flashback.session.desktop.in gnome-flashback-compiz.session.desktop.in session_DATA = $(session_in_files:.session.desktop.in=.session) xsessiondir = $(datadir)/xsessions xsession_in_in_files = gnome-fallback.desktop.in.in -xsession_in_files = gnome-fallback.desktop.in +xsession_in_files = gnome-fallback.desktop.in gnome-fallback-compiz.desktop.in xsession_DATA = $(xsession_in_files:.desktop.in=.desktop) %.session: %.session.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@ --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -25,6 +25,8 @@ [type: gettext/glade]applets/wncklet/workspace-switcher.ui data/gnome-fallback.desktop.in.in data/gnome-flashback.session.desktop.in +data/gnome-fallback-compiz.desktop.in +data/gnome-flashback-compiz.session.desktop.in data/org.gnome.gnome-panel.applet.clock.gschema.xml.in.in data/org.gnome.gnome-panel.applet.fish.gschema.xml.in.in data/org.gnome.gnome-panel.applet.window-list.gschema.xml.in.in debian/patches/01_gnome-wm.patch0000664000000000000000000000047012311522014013656 0ustar --- a/data/gnome-flashback.session.desktop.in +++ b/data/gnome-flashback.session.desktop.in @@ -1,3 +1,3 @@ [GNOME Session] _Name=GNOME Flashback -RequiredComponents=gnome-panel;gnome-settings-daemon;gnome-screensaver;metacity; +RequiredComponents=gnome-panel;gnome-settings-daemon;gnome-screensaver;gnome-wm; debian/patches/series0000664000000000000000000000056412322454303012037 0ustar git_build_with_gweather_39.patch git_fix_panel_size.patch git_fix_moving_applets.patch git_drop_gconf.patch 01_gnome-wm.patch 01_menus_rename.patch 03_tasklist_orientation.patch 10_bookmarks_limit.patch 11_compat_options.patch fix-gweather-crash.patch 40_unset_menuproxy.patch 41_classic_layout.patch 49_no_screensaver.patch 50_ubuntu_sessions.patch 51_desktop_file.patch debian/patches/51_desktop_file.patch0000664000000000000000000000326312322453754014630 0ustar Description: tweaks to .desktop file - Show in Unity environment. We are going to identify Flashback session as Unity, so gnome-panel needs to be shown there. Suggested by Tim Lunn in LP: #1224217. - Remove StartupNotify to fix LP: #1256961. - Set XDG_MENU_PREFIX to "gnome-flashback-". Suggested by Alberts Muktupāvels. Author: Dmitry Shachnev Forwarded: not-needed Last-Update: 2014-04-13 --- a/gnome-panel/gnome-panel.desktop.in +++ b/gnome-panel/gnome-panel.desktop.in @@ -3,15 +3,14 @@ _Name=Panel _Comment=Launch other applications and provide various utilities to manage windows, show the time, etc. Icon=gnome-panel -Exec=gnome-panel -StartupNotify=true +Exec=env XDG_MENU_PREFIX="gnome-flashback-" gnome-panel Terminal=false X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Product=gnome-panel X-GNOME-Bugzilla-Component=general X-GNOME-Bugzilla-Version=3.8.0 Categories=GNOME;GTK;System;Core; -OnlyShowIn=GNOME; +OnlyShowIn=GNOME;Unity; NoDisplay=true X-GNOME-AutoRestart=true X-GNOME-Autostart-Phase=Panel --- a/gnome-panel/gnome-panel.desktop.in.in +++ b/gnome-panel/gnome-panel.desktop.in.in @@ -3,15 +3,14 @@ _Name=Panel _Comment=Launch other applications and provide various utilities to manage windows, show the time, etc. Icon=gnome-panel -Exec=gnome-panel -StartupNotify=true +Exec=env XDG_MENU_PREFIX="gnome-flashback-" gnome-panel Terminal=false X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Product=gnome-panel X-GNOME-Bugzilla-Component=general X-GNOME-Bugzilla-Version=@VERSION@ Categories=GNOME;GTK;System;Core; -OnlyShowIn=GNOME; +OnlyShowIn=GNOME;Unity; NoDisplay=true X-GNOME-AutoRestart=true X-GNOME-Autostart-Phase=Panel debian/patches/49_no_screensaver.patch0000664000000000000000000000076012311522014015162 0ustar Description: remove gnome-screensaver from required components Author: Dmitry Shachnev Bug: https://bugzilla.gnome.org/show_bug.cgi?id=722315 Forwarded: yes Last-Update: 2014-01-16 --- a/data/gnome-flashback.session.desktop.in +++ b/data/gnome-flashback.session.desktop.in @@ -1,3 +1,3 @@ [GNOME Session] _Name=GNOME Flashback -RequiredComponents=gnome-panel;gnome-settings-daemon;gnome-screensaver;gnome-wm; +RequiredComponents=gnome-panel;gnome-settings-daemon;gnome-wm; debian/patches/41_classic_layout.patch0000664000000000000000000000162012311522014015150 0ustar --- a/data/panel-default-layout.layout +++ b/data/panel-default-layout.layout @@ -14,28 +14,21 @@ toplevel-id=top-panel pack-index=0 -[Object clock] -object-iid=ClockAppletFactory::ClockApplet +[Object indicators] +object-iid=IndicatorAppletCompleteFactory::IndicatorAppletComplete toplevel-id=top-panel pack-type=end -pack-index=1 - -[Object notification-area] -object-iid=NotificationAreaAppletFactory::NotificationArea -toplevel-id=top-panel -pack-type=end -pack-index=2 +pack-index=0 -[Object user-menu] -object-iid=PanelInternalFactory::UserMenu -toplevel-id=top-panel -pack-type=end +[Object show-desktop] +object-iid=WnckletFactory::ShowDesktopApplet +toplevel-id=bottom-panel pack-index=0 [Object window-list] object-iid=WnckletFactory::WindowListApplet toplevel-id=bottom-panel -pack-index=0 +pack-index=1 [Object workspace-switcher] object-iid=WnckletFactory::WorkspaceSwitcherApplet debian/patches/11_compat_options.patch0000664000000000000000000000125112311522014015165 0ustar Index: gnome-panel-3.0.0.1/gnome-panel/main.c =================================================================== --- gnome-panel-3.0.0.1.orig/gnome-panel/main.c 2011-04-16 22:20:07.643885619 +0200 +++ gnome-panel-3.0.0.1/gnome-panel/main.c 2011-04-16 22:27:00.681904861 +0200 @@ -36,9 +36,11 @@ GSList *panels = NULL; GSList *panel_list = NULL; static gboolean replace = FALSE; +static gint screen = 0; static const GOptionEntry options[] = { { "replace", 0, 0, G_OPTION_ARG_NONE, &replace, N_("Replace a currently running panel"), NULL }, + { "screen", 0, G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_INT, &screen, "Ignored - for compatibility", "num"}, { NULL } }; debian/patches/01_menus_rename.patch0000664000000000000000000000452512311522014014613 0ustar --- a/gnome-panel/panel-menu-button.c +++ b/gnome-panel/panel-menu-button.c @@ -73,7 +73,7 @@ } MenuPathRootItem; static MenuPathRootItem root_items [] = { - { APPLICATIONS_MENU, "applications", "applications.menu" }, + { APPLICATIONS_MENU, "applications", "gnome-flashback-applications.menu" }, { GNOMECC_MENU, "gnomecc", "gnomecc.menu" } }; --- a/gnome-panel/panel-addto.c +++ b/gnome-panel/panel-addto.c @@ -665,7 +665,7 @@ G_TYPE_POINTER, G_TYPE_STRING); - tree = gmenu_tree_new ("applications.menu", GMENU_TREE_FLAGS_SORT_DISPLAY_NAME); + tree = gmenu_tree_new ("gnome-flashback-applications.menu", GMENU_TREE_FLAGS_SORT_DISPLAY_NAME); if (!gmenu_tree_load_sync (tree, NULL)) { g_object_unref (tree); @@ -674,7 +674,7 @@ if (tree != NULL && (root = gmenu_tree_get_root_directory (tree))) { panel_addto_make_application_list (&dialog->application_list, - root, "applications.menu", + root, "gnome-flashback-applications.menu", PANEL_ADDTO_MENU_SHOW_ALL); panel_addto_populate_application_model (store, NULL, dialog->application_list); --- a/gnome-panel/menu.c +++ b/gnome-panel/menu.c @@ -1401,7 +1401,7 @@ { GtkWidget *main_menu; - main_menu = create_applications_menu ("applications.menu", NULL, TRUE); + main_menu = create_applications_menu ("gnome-flashback-applications.menu", NULL, TRUE); g_object_set_data (G_OBJECT (main_menu), "menu_panel", panel); /* FIXME need to update the panel on parent_set */ --- a/gnome-panel/panel-menu-bar.c +++ b/gnome-panel/panel-menu-bar.c @@ -116,7 +116,7 @@ menubar->priv->info = NULL; - menubar->priv->applications_menu = create_applications_menu ("applications.menu", NULL, TRUE); + menubar->priv->applications_menu = create_applications_menu ("gnome-flashback-applications.menu", NULL, TRUE); menubar->priv->applications_item = panel_image_menu_item_new (); gtk_menu_item_set_label (GTK_MENU_ITEM (menubar->priv->applications_item), --- a/gnome-panel/panel-run-dialog.c +++ b/gnome-panel/panel-run-dialog.c @@ -916,7 +916,7 @@ GMenuTreeDirectory *root; GSList *retval; - tree = gmenu_tree_new ("applications.menu", GMENU_TREE_FLAGS_SORT_DISPLAY_NAME); + tree = gmenu_tree_new ("gnome-flashback-applications.menu", GMENU_TREE_FLAGS_SORT_DISPLAY_NAME); if (!gmenu_tree_load_sync (tree, NULL)) return NULL; debian/patches/git_build_with_gweather_39.patch0000664000000000000000000000241312311522014017025 0ustar Description: fix building with gweather 3.9.2 or newer Origin: upstream, https://git.gnome.org/browse/gnome-panel/commit/?id=f9e8250e8c2368 Last-Update: 2013-12-09 --- a/applets/clock/clock-location.c +++ b/applets/clock/clock-location.c @@ -541,10 +541,12 @@ priv->weather_timeout = 0; } - priv->weather_info = - gweather_info_new_for_world (priv->world, - priv->loc, - GWEATHER_FORECAST_LIST); +#ifdef HAVE_GWEATHER_3_9_2_OR_NEWER + priv->weather_info = gweather_info_new (priv->loc, GWEATHER_FORECAST_LIST); +#else + priv->weather_info = gweather_info_new_for_world (priv->world, priv->loc, GWEATHER_FORECAST_LIST); +#endif + g_signal_connect (priv->weather_info, "updated", G_CALLBACK (weather_info_updated), loc); --- a/configure.ac +++ b/configure.ac @@ -135,6 +135,11 @@ AC_SUBST(CLOCK_CFLAGS) AC_SUBST(CLOCK_LIBS) +PKG_CHECK_MODULES(GWEATHER, gweather-3.0 >= 3.9.2, HAVE_GWEATHER_3_9_2_OR_NEWER=yes, HAVE_GWEATHER_3_9_2_OR_NEWER=no) +if test "x$HAVE_GWEATHER_3_9_2_OR_NEWER" = "xyes" ; then + AC_DEFINE(HAVE_GWEATHER_3_9_2_OR_NEWER, 1, [Defined if Gweather version is 3.9.2 or newer]) +fi + # Check whether to enable e-d-s support for clock applet AC_MSG_CHECKING([whether to enable evolution-data-server support]) AC_ARG_ENABLE([eds], debian/patches/git_fix_panel_size.patch0000664000000000000000000000273412311522014015477 0ustar Description: fix problem when panel size not updated Origin: upstream - https://git.gnome.org/browse/gnome-panel/commit/?id=9441b094c2fa6a - https://git.gnome.org/browse/gnome-panel/commit/?id=66f077722a12e4 Last-Update: 2014-01-11 --- a/gnome-panel/panel-toplevel.c +++ b/gnome-panel/panel-toplevel.c @@ -2678,7 +2678,6 @@ panel_toplevel_check_resize (GtkContainer *container) { GtkAllocation allocation; - GtkAllocation widget_allocation; GtkRequisition requisition; GtkWidget *widget; @@ -2687,17 +2686,12 @@ if (!gtk_widget_get_visible (widget)) return; - requisition.width = -1; - requisition.height = -1; - gtk_widget_get_preferred_size (widget, &requisition, NULL); - gtk_widget_get_allocation (widget, &widget_allocation); + gtk_widget_get_allocation (widget, &allocation); - if (widget_allocation.width != requisition.width || - widget_allocation.height != requisition.height) - return; + allocation.width = requisition.width; + allocation.height = requisition.height; - allocation = widget_allocation; gtk_widget_size_allocate (widget, &allocation); } --- a/gnome-panel/panel-widget.c +++ b/gnome-panel/panel-widget.c @@ -1286,14 +1286,6 @@ } } - - if (!panel->packed) { - if (panel->orient == GTK_ORIENTATION_HORIZONTAL) - requisition->width = panel->size; - else - requisition->height = panel->size; - } - dont_fill = panel->packed && panel->nb_applets_size_hints != 0; if (panel->orient == GTK_ORIENTATION_HORIZONTAL) { debian/patches/fix-gweather-crash.patch0000664000000000000000000000163312311522014015322 0ustar --- a/applets/clock/clock.c +++ b/applets/clock/clock.c @@ -1495,7 +1495,7 @@ const gchar *timezone, *weather_code; gchar *city, *name; - GWeatherLocation *gloc; + GWeatherLocation *gloc, *station_loc; gfloat lat = 0; gfloat lon = 0; @@ -1520,7 +1520,14 @@ return; } - weather_code = gweather_location_get_code (gloc); + station_loc = gloc; + while ( gweather_location_get_level (station_loc) < + GWEATHER_LOCATION_WEATHER_STATION) { + station_loc = gweather_location_get_children (station_loc)[0]; + g_assert (station_loc != NULL); + } + + weather_code = gweather_location_get_code (station_loc); if (gweather_location_entry_has_custom_text (cd->location_entry)) { name = gtk_editable_get_chars (GTK_EDITABLE (cd->location_entry), 0, -1); } debian/patches/git_drop_gconf.patch0000664000000000000000000003563212311522014014623 0ustar Description: get rid of gconf Origin: upstream, https://git.gnome.org/browse/gnome-panel/commit/?id=c96e85f3dfe8eb Last-Update: 2014-02-16 --- a/gnome-panel/panel-bindings.c +++ b/gnome-panel/panel-bindings.c @@ -29,53 +29,63 @@ #include #include -#include "panel-gconf.h" +#include "panel-schemas.h" #include "panel-toplevel.h" #include "panel-xutils.h" -#define BINDINGS_PREFIX "/apps/metacity/window_keybindings" -#define MOUSE_MODIFIER_DIR "/apps/metacity/general" -#define MOUSE_MODIFIER_KEY "/apps/metacity/general/mouse_button_modifier" #define DEFAULT_MOUSE_MODIFIER GDK_MOD1_MASK typedef struct { - char *key; - char *signal; guint keyval; GdkModifierType modifiers; +} KeyBinding; + +typedef struct { + char *key; + char *signal; + GSList *list; } PanelBinding; static gboolean initialised = FALSE; +static GSettings *preferences = NULL; +static GSettings *keybindings = NULL; static PanelBinding bindings [] = { - { "activate_window_menu", "popup-panel-menu", 0, 0 }, - { "toggle_maximized", "toggle-expand", 0, 0 }, - { "maximize", "expand", 0, 0 }, - { "unmaximize", "unexpand", 0, 0 }, - { "toggle_shaded", "toggle-hidden", 0, 0 }, - { "begin_move", "begin-move", 0, 0 }, - { "begin_resize", "begin-resize", 0, 0 }, + { GNOME_DESKTOP_WM_KEYBINDINGS_ACTIVATE_WINDOW_MENU_KEY, "popup-panel-menu", NULL }, + { GNOME_DESKTOP_WM_KEYBINDINGS_TOGGLE_MAXIMIZED_KEY, "toggle-expand", NULL }, + { GNOME_DESKTOP_WM_KEYBINDINGS_MAXIMIZE_KEY, "expand", NULL }, + { GNOME_DESKTOP_WM_KEYBINDINGS_UNMAXIMIZE_KEY, "unexpand", NULL }, + { GNOME_DESKTOP_WM_KEYBINDINGS_TOGGLE_SHADED_KEY, "toggle-hidden", NULL }, + { GNOME_DESKTOP_WM_KEYBINDINGS_BEGIN_MOVE_KEY, "begin-move", NULL }, + { GNOME_DESKTOP_WM_KEYBINDINGS_BEGIN_RESIZE_KEY, "begin-resize", NULL }, }; static guint mouse_button_modifier_keymask = DEFAULT_MOUSE_MODIFIER; static void -panel_binding_set_from_string (PanelBinding *binding, - const char *str) +panel_binding_set_from_string (PanelBinding *binding, const char *str) { - g_assert (binding->keyval == 0); - g_assert (binding->modifiers == 0); + KeyBinding *tmp; if (!str || !str [0] || !strcmp (str, "disabled")) { - binding->keyval = 0; - binding->modifiers = 0; + g_slist_foreach (binding->list, (GFunc)g_free, NULL); + g_slist_free (binding->list); + binding->list = NULL; return; } - gtk_accelerator_parse (str, &binding->keyval, &binding->modifiers); - if (binding->keyval == 0 && binding->modifiers == 0) { + tmp = g_new(KeyBinding, 1); + tmp->keyval = 0; + tmp->modifiers = 0; + + gtk_accelerator_parse (str, &tmp->keyval, &tmp->modifiers); + + if (tmp->keyval == 0 && tmp->modifiers == 0) { + g_free (tmp); g_warning ("Unable to parse binding '%s'\n", str); return; + } else { + binding->list = g_slist_append (binding->list, tmp); } } @@ -98,68 +108,68 @@ } static void -panel_binding_clear_entry (PanelBinding *binding, - GtkBindingSet *binding_set) +panel_binding_clear_entry (PanelBinding *binding, GtkBindingSet *binding_set) { + KeyBinding *b; + GSList *l; + binding_set = get_binding_set (binding_set); - gtk_binding_entry_remove (binding_set, binding->keyval, binding->modifiers); + for (l = binding->list; l != NULL; l = l->next) { + b = l->data; + gtk_binding_entry_remove (binding_set, b->keyval, b->modifiers); + } + + g_slist_foreach (binding->list, (GFunc)g_free, NULL); + g_slist_free (binding->list); + binding->list = NULL; } static void -panel_binding_set_entry (PanelBinding *binding, - GtkBindingSet *binding_set) +panel_binding_set_entry (PanelBinding *binding, GtkBindingSet *binding_set) { + KeyBinding *b; + GSList *l; + binding_set = get_binding_set (binding_set); - gtk_binding_entry_add_signal (binding_set, - binding->keyval, - binding->modifiers, - binding->signal, - 0); + for (l = binding->list; l != NULL; l = l->next) { + b = l->data; + gtk_binding_entry_add_signal (binding_set, b->keyval, b->modifiers, binding->signal, 0); + } } static void -panel_binding_changed (GConfClient *client, - guint cnxn_id, - GConfEntry *entry, - PanelBinding *binding) +panel_binding_changed (GSettings *settings, const gchar *key, PanelBinding *binding) { - GConfValue *value; + gchar **array; + gint i; - if (binding->keyval) + if (binding->list != NULL) panel_binding_clear_entry (binding, NULL); - binding->keyval = 0; - binding->modifiers = 0; + array = g_settings_get_strv (settings, key); - value = gconf_entry_get_value (entry); - - if (!value || value->type != GCONF_VALUE_STRING) - return; + if (array) { + for (i = 0; array[i] != NULL; i++) { + panel_binding_set_from_string (binding, array[i]); + } - panel_binding_set_from_string (binding, gconf_value_get_string (value)); + g_strfreev (array); + } - if (!binding->keyval) + if (!binding->list) return; panel_binding_set_entry (binding, NULL); } static void -panel_binding_watch (PanelBinding *binding, - const char *key) +panel_binding_watch (PanelBinding *binding, const char *key) { - GError *error = NULL; - - gconf_client_notify_add (panel_gconf_get_client (), key, - (GConfClientNotifyFunc) panel_binding_changed, - binding, NULL, &error); - if (error) { - g_warning ("Error watching gconf key '%s': %s", - key, error->message); - g_error_free (error); - } + gchar *signal_name = g_strdup_printf ("changed::%s", key); + g_signal_connect (keybindings, signal_name, G_CALLBACK (panel_binding_changed), binding); + g_free (signal_name); } /* @@ -185,95 +195,47 @@ } static void -panel_bindings_mouse_modifier_changed (GConfClient *client, - guint cnxn_id, - GConfEntry *entry, - gpointer user_data) +panel_bindings_mouse_modifier_changed (GSettings *settings, const gchar *key) { - GConfValue *value; - const char *str; - - value = gconf_entry_get_value (entry); - - if (!value || value->type != GCONF_VALUE_STRING) - return; - - str = gconf_value_get_string (value); - panel_bindings_mouse_modifier_set_from_string (str); + panel_bindings_mouse_modifier_set_from_string (g_settings_get_string (settings, key)); } static void panel_bindings_initialise (void) { - GConfClient *client; - GError *error; int i; + int j; char *str; + gchar **array; if (initialised) return; - client = panel_gconf_get_client (); - - error = NULL; - gconf_client_add_dir (client, BINDINGS_PREFIX, - GCONF_CLIENT_PRELOAD_ONELEVEL, &error); - if (error) { - g_warning ("Error loading gconf directory '%s': %s", - BINDINGS_PREFIX, error->message), - g_error_free (error); - } + preferences = g_settings_new (GNOME_DESKTOP_WM_PREFERENCES_SCHEMA); + keybindings = g_settings_new (GNOME_DESKTOP_WM_KEYBINDINGS_SCHEMA); for (i = 0; i < G_N_ELEMENTS (bindings); i++) { - const char *key; + array = g_settings_get_strv (keybindings, bindings [i].key); - key = panel_gconf_sprintf ("%s/%s", BINDINGS_PREFIX, bindings [i].key); + if (array) { + for (j = 0; array[j] != NULL; j++) { + panel_binding_set_from_string (&bindings [i], array[j]); + } - error = NULL; - str = gconf_client_get_string (client, key, &error); - if (error) { - g_warning ("Error getting value for '%s': %s", - key, error->message); - g_error_free (error); - continue; + g_strfreev (array); } - panel_binding_set_from_string (&bindings [i], str); - panel_binding_watch (&bindings [i], key); - - g_free (str); + panel_binding_watch (&bindings [i], bindings [i].key); } /* mouse button modifier */ - error = NULL; - gconf_client_add_dir (client, MOUSE_MODIFIER_DIR, - GCONF_CLIENT_PRELOAD_NONE, &error); - if (error) { - g_warning ("Error loading gconf directory '%s': %s", - MOUSE_MODIFIER_DIR, error->message), - g_error_free (error); - } - - error = NULL; - gconf_client_notify_add (client, MOUSE_MODIFIER_KEY, - panel_bindings_mouse_modifier_changed, - NULL, NULL, &error); - if (error) { - g_warning ("Error watching gconf key '%s': %s", - MOUSE_MODIFIER_KEY, error->message); - g_error_free (error); - } + g_signal_connect (preferences, "changed::" GNOME_DESKTOP_WM_PREFERENCES_MOUSE_BUTTON_MODIFIER_KEY, + G_CALLBACK (panel_bindings_mouse_modifier_changed), + NULL); - error = NULL; - str = gconf_client_get_string (client, MOUSE_MODIFIER_KEY, &error); - if (error) { - g_warning ("Error getting value for '%s': %s", - MOUSE_MODIFIER_KEY, error->message); - g_error_free (error); - } else { - panel_bindings_mouse_modifier_set_from_string (str); - g_free (str); - } + str = g_settings_get_string (preferences, GNOME_DESKTOP_WM_PREFERENCES_MOUSE_BUTTON_MODIFIER_KEY); + panel_bindings_mouse_modifier_set_from_string (str); + g_free (str); initialised = TRUE; } @@ -287,7 +249,7 @@ panel_bindings_initialise (); for (i = 0; i < G_N_ELEMENTS (bindings); i++) { - if (!bindings [i].keyval) + if (!bindings [i].list) continue; panel_binding_set_entry (&bindings [i], binding_set); --- a/gnome-panel/panel-schemas.h +++ b/gnome-panel/panel-schemas.h @@ -77,4 +77,16 @@ #define PANEL_MENU_BUTTON_CUSTOM_ICON_KEY "custom-icon" #define PANEL_MENU_BUTTON_MENU_PATH_KEY "menu-path" +#define GNOME_DESKTOP_WM_KEYBINDINGS_SCHEMA "org.gnome.desktop.wm.keybindings" +#define GNOME_DESKTOP_WM_KEYBINDINGS_ACTIVATE_WINDOW_MENU_KEY "activate-window-menu" +#define GNOME_DESKTOP_WM_KEYBINDINGS_TOGGLE_MAXIMIZED_KEY "toggle-maximized" +#define GNOME_DESKTOP_WM_KEYBINDINGS_MAXIMIZE_KEY "maximize" +#define GNOME_DESKTOP_WM_KEYBINDINGS_UNMAXIMIZE_KEY "unmaximize" +#define GNOME_DESKTOP_WM_KEYBINDINGS_TOGGLE_SHADED_KEY "toggle-shaded" +#define GNOME_DESKTOP_WM_KEYBINDINGS_BEGIN_MOVE_KEY "begin-move" +#define GNOME_DESKTOP_WM_KEYBINDINGS_BEGIN_RESIZE_KEY "begin-resize" + +#define GNOME_DESKTOP_WM_PREFERENCES_SCHEMA "org.gnome.desktop.wm.preferences" +#define GNOME_DESKTOP_WM_PREFERENCES_MOUSE_BUTTON_MODIFIER_KEY "mouse-button-modifier" + #endif /* __PANEL_SCHEMAS_H__ */ --- a/libpanel-applet/panel-applet-bindings.c +++ b/libpanel-applet/panel-applet-bindings.c @@ -126,12 +126,13 @@ * adapted from panel-bindings.c * \*********************************/ -#define MOUSE_MODIFIER_DIR "/apps/metacity/general" -#define MOUSE_MODIFIER_KEY "/apps/metacity/general/mouse_button_modifier" +#define GNOME_DESKTOP_WM_PREFERENCES_SCHEMA "org.gnome.desktop.wm.preferences" +#define GNOME_DESKTOP_WM_PREFERENCES_MOUSE_BUTTON_MODIFIER_KEY "mouse-button-modifier" + #define DEFAULT_MOUSE_MODIFIER GDK_MOD1_MASK -static guint initialised = 0; -static guint notify_id = 0; +static gboolean initialised = FALSE; +static GSettings *preferences = NULL; static guint mouse_button_modifier_keymask = DEFAULT_MOUSE_MODIFIER; @@ -155,83 +156,31 @@ } static void -panel_bindings_mouse_modifier_changed (GConfClient *client, - guint cnxn_id, - GConfEntry *entry, - gpointer user_data) +panel_bindings_mouse_modifier_changed (GSettings *settings, const gchar *key) { - GConfValue *value; - const char *str; - - value = gconf_entry_get_value (entry); - - if (!value || value->type != GCONF_VALUE_STRING) - return; - - str = gconf_value_get_string (value); - panel_bindings_mouse_modifier_set_from_string (str); + panel_bindings_mouse_modifier_set_from_string (g_settings_get_string (settings, key)); } -void -panel_applet_bindings_clean (GConfClient *client) +static void +panel_applet_bindings_init (void) { - if (initialised == 0) - return; - - initialised--; + char *str; - if (initialised > 0) + if (initialised) return; - gconf_client_remove_dir (client, MOUSE_MODIFIER_DIR, NULL); - if (notify_id > 0) - gconf_client_notify_remove (client, notify_id); - notify_id = 0; -} - -void -panel_applet_bindings_init (GConfClient *client) -{ - GError *error; - char *str; - - if (initialised > 0) { - initialised++; - return; - } + preferences = g_settings_new (GNOME_DESKTOP_WM_PREFERENCES_SCHEMA); /* mouse button modifier */ - error = NULL; - gconf_client_add_dir (client, MOUSE_MODIFIER_DIR, - GCONF_CLIENT_PRELOAD_NONE, &error); - if (error) { - g_warning ("Error loading gconf directory '%s': %s", - MOUSE_MODIFIER_DIR, error->message), - g_error_free (error); - } + g_signal_connect (preferences, "changed::" GNOME_DESKTOP_WM_PREFERENCES_MOUSE_BUTTON_MODIFIER_KEY, + G_CALLBACK (panel_bindings_mouse_modifier_changed), + NULL); - error = NULL; - notify_id = gconf_client_notify_add (client, MOUSE_MODIFIER_KEY, - panel_bindings_mouse_modifier_changed, - NULL, NULL, &error); - if (error) { - g_warning ("Error watching gconf key '%s': %s", - MOUSE_MODIFIER_KEY, error->message); - g_error_free (error); - } - - error = NULL; - str = gconf_client_get_string (client, MOUSE_MODIFIER_KEY, &error); - if (error) { - g_warning ("Error getting value for '%s': %s", - MOUSE_MODIFIER_KEY, error->message); - g_error_free (error); - } else { - panel_bindings_mouse_modifier_set_from_string (str); - g_free (str); - } + str = g_settings_get_string (preferences, GNOME_DESKTOP_WM_PREFERENCES_MOUSE_BUTTON_MODIFIER_KEY); + panel_bindings_mouse_modifier_set_from_string (str); + g_free (str); - initialised = 1; + initialised = TRUE; } guint @@ -239,9 +188,11 @@ { guint mod; - g_assert (initialised != 0); g_assert (mouse_button_modifier_keymask != 0); + if (!initialised) + panel_applet_bindings_init (); + mod = panel_applet_bindings_get_real_modifier_mask (mouse_button_modifier_keymask); if (mod & gtk_accelerator_get_default_mod_mask ()) --- a/libpanel-applet/panel-applet-bindings.h +++ b/libpanel-applet/panel-applet-bindings.h @@ -27,13 +27,9 @@ #include #include -#include G_BEGIN_DECLS -void panel_applet_bindings_init (GConfClient *client); -void panel_applet_bindings_clean (GConfClient *client); - guint panel_applet_bindings_get_mouse_button_modifier_keymask (void); void panel_applet_bindings_key_event_is_popup (GdkEventKey *event, --- a/libpanel-applet/panel-applet.c +++ b/libpanel-applet/panel-applet.c @@ -1062,8 +1062,6 @@ panel_applet_set_preferences_key (applet, NULL); - panel_applet_bindings_clean (applet->priv->client); - if (applet->priv->client) g_object_unref (applet->priv->client); applet->priv->client = NULL; @@ -2062,10 +2060,6 @@ gtk_ui_manager_add_ui_from_string (applet->priv->ui_manager, panel_menu_ui, -1, NULL); - - panel_applet_bindings_init (applet->priv->client); - - applet->priv->plug = gtk_plug_new (0); g_signal_connect_swapped (G_OBJECT (applet->priv->plug), "embedded", G_CALLBACK (panel_applet_setup), debian/patches/10_bookmarks_limit.patch0000664000000000000000000000160012311522014015312 0ustar Description: Increases the number of bookmarks visible in Places before overflowing to a submenu Bug: https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/204567 Index: gnome-panel-3.4.1/gnome-panel/panel-menu-items.c =================================================================== --- gnome-panel-3.4.1.orig/gnome-panel/panel-menu-items.c 2012-04-19 17:48:06.900533540 +0200 +++ gnome-panel-3.4.1/gnome-panel/panel-menu-items.c 2012-04-19 17:49:48.820532544 +0200 @@ -68,7 +68,7 @@ #define NAMES_DIR "/apps/nautilus/desktop" #define HOME_NAME_KEY "/apps/nautilus/desktop/home_icon_name" #define COMPUTER_NAME_KEY "/apps/nautilus/desktop/computer_icon_name" -#define MAX_ITEMS_OR_SUBMENU 5 +#define MAX_ITEMS_OR_SUBMENU 8 #define MAX_BOOKMARK_ITEMS 100 G_DEFINE_TYPE (PanelPlaceMenuItem, panel_place_menu_item, GTK_TYPE_IMAGE_MENU_ITEM) debian/patches/03_tasklist_orientation.patch0000664000000000000000000000172412311522014016406 0ustar Debian #524117 GNOME #513347 Index: gnome-panel-3.4.1/applets/wncklet/window-list.c =================================================================== --- gnome-panel-3.4.1.orig/applets/wncklet/window-list.c 2012-03-15 09:56:49.000000000 +0100 +++ gnome-panel-3.4.1/applets/wncklet/window-list.c 2012-04-19 17:47:50.400533701 +0200 @@ -8,6 +8,8 @@ * */ +#define WNCK_I_KNOW_THIS_IS_NOT_UPSTREAM 1 + #ifdef HAVE_CONFIG_H #include #endif @@ -112,7 +114,7 @@ return; tasklist->orientation = new_orient; - + wnck_tasklist_set_orientation (tasklist->tasklist, new_orient); tasklist_update (tasklist); } @@ -387,6 +389,8 @@ tasklist->tasklist = wnck_tasklist_new (); + wnck_tasklist_set_orientation (tasklist->tasklist, tasklist->orientation); + wnck_tasklist_set_icon_loader (WNCK_TASKLIST (tasklist->tasklist), icon_loader_func, tasklist, debian/patches/git_fix_moving_applets.patch0000664000000000000000000001126412311522014016373 0ustar Description: fix moving applets in panel Origin: upstream, https://git.gnome.org/browse/gnome-panel/commit/?id=d7d0efa55a26cc Last-Update: 2014-02-24 --- a/gnome-panel/applet.c +++ b/gnome-panel/applet.c @@ -557,7 +557,7 @@ { GtkAllocation allocation; GtkRequisition requisition; - GdkModifierType modifier_mask; + GdkDevice *device; GdkScreen *screen; GtkWidget *parent; int menu_x = 0; @@ -574,7 +574,8 @@ gtk_widget_get_preferred_size (GTK_WIDGET (menu), &requisition, NULL); gdk_window_get_origin (gtk_widget_get_window (applet), &menu_x, &menu_y); - gdk_window_get_device_position(gtk_widget_get_window (applet), gtk_get_current_event_device (), &pointer_x, &pointer_y, &modifier_mask); + device = gdk_device_manager_get_client_pointer (gdk_display_get_device_manager (gtk_widget_get_display (applet))); + gdk_window_get_device_position(gtk_widget_get_window (applet), device, &pointer_x, &pointer_y, NULL); gtk_widget_get_allocation (applet, &allocation); --- a/gnome-panel/panel-toplevel.c +++ b/gnome-panel/panel-toplevel.c @@ -925,13 +925,14 @@ { GdkScreen *screen; GdkWindow *root_window; - GdkModifierType modifier_mask; + GdkDevice *device; int new_x, new_y; screen = gtk_window_get_screen (GTK_WINDOW (toplevel)); root_window = gdk_screen_get_root_window (screen); - gdk_window_get_device_position(root_window, gtk_get_current_event_device (), &new_x, &new_y, &modifier_mask); + device = gdk_device_manager_get_client_pointer(gdk_display_get_device_manager(gtk_widget_get_display(GTK_WIDGET(toplevel)))); + gdk_window_get_device_position(root_window, device, &new_x, &new_y, NULL); switch (keyval) { case GDK_KEY_Up: --- a/gnome-panel/panel-widget.c +++ b/gnome-panel/panel-widget.c @@ -1509,7 +1509,7 @@ { GtkWidget *widget; GtkAllocation allocation; - GdkModifierType modifier_mask; + GdkDevice *device; int x,y; int w,h; @@ -1522,7 +1522,8 @@ !gtk_widget_get_visible(widget)) return FALSE; - gdk_window_get_device_position(gtk_widget_get_window (widget), gtk_get_current_event_device (), &x, &y, &modifier_mask); + device = gdk_device_manager_get_client_pointer (gdk_display_get_device_manager (gtk_widget_get_display (widget))); + gdk_window_get_device_position(gtk_widget_get_window (widget), device, &x, &y, NULL); gtk_widget_get_allocation (widget, &allocation); w = allocation.width; @@ -1895,11 +1896,12 @@ { int x, y; gboolean rtl; - GdkModifierType modifier_mask; + GdkDevice *device; g_return_val_if_fail (PANEL_IS_WIDGET (panel), -1); - gdk_window_get_device_position(gtk_widget_get_window (GTK_WIDGET (panel)), gtk_get_current_event_device (), &x, &y, &modifier_mask); + device = gdk_device_manager_get_client_pointer (gdk_display_get_device_manager (gtk_widget_get_display (GTK_WIDGET (panel)))); + gdk_window_get_device_position(gtk_widget_get_window (GTK_WIDGET (panel)), device, &x, &y, NULL); rtl = gtk_widget_get_direction (GTK_WIDGET (panel)) == GTK_TEXT_DIR_RTL; if (panel->orient == GTK_ORIENTATION_HORIZONTAL) @@ -2074,13 +2076,14 @@ if(panel->currently_dragged_applet && repeat_if_outside) { GtkWidget *widget; GtkAllocation allocation; - GdkModifierType modifier_mask; + GdkDevice *device; int x,y; int w,h; widget = panel->currently_dragged_applet->applet; - gdk_window_get_device_position(gtk_widget_get_window (widget), gtk_get_current_event_device (), &x, &y, &modifier_mask); + device = gdk_device_manager_get_client_pointer (gdk_display_get_device_manager (gtk_widget_get_display (widget))); + gdk_window_get_device_position(gtk_widget_get_window (widget), device, &x, &y, NULL); gtk_widget_get_allocation (widget, &allocation); w = allocation.width; --- a/libpanel-applet/panel-applet.c +++ b/libpanel-applet/panel-applet.c @@ -1130,7 +1130,7 @@ PanelApplet *applet; GtkAllocation allocation; GtkRequisition requisition; - GdkModifierType modifier_mask; + GdkDevice *device; GdkScreen *screen; int menu_x = 0; int menu_y = 0; @@ -1148,7 +1148,8 @@ gtk_widget_get_preferred_size (GTK_WIDGET (menu), &requisition, NULL); gdk_window_get_origin (gtk_widget_get_window (widget), &menu_x, &menu_y); - gdk_window_get_device_position(gtk_widget_get_window (widget), gtk_get_current_event_device (), &pointer_x, &pointer_y, &modifier_mask); + device = gdk_device_manager_get_client_pointer (gdk_display_get_device_manager (gtk_widget_get_display (widget))); + gdk_window_get_device_position(gtk_widget_get_window (widget), device, &pointer_x, &pointer_y, NULL); gtk_widget_get_allocation (widget, &allocation); debian/libpanel-applet-4-0.install0000664000000000000000000000003612311522014014115 0ustar usr/lib/libpanel-applet*.so.* debian/gir1.2-panelapplet-4.0.install0000664000000000000000000000003112311522014014345 0ustar usr/lib/girepository-1.0 debian/gnome-panel.manpages0000664000000000000000000000001312311522014013070 0ustar debian/*.1 debian/gnome-session-flashback.postinst0000664000000000000000000000050112311522014015462 0ustar #!/bin/sh set -e if [ "$1" = configure ]; then update-alternatives --install /usr/bin/x-session-manager \ x-session-manager /usr/lib/gnome-panel/gnome-session-flashback 40 \ --slave /usr/share/man/man1/x-session-manager.1.gz \ x-session-manager.1.gz /usr/share/man/man1/gnome-session.1.gz fi #DEBHELPER# debian/panel-test-applets.10000664000000000000000000000112112311522014012756 0ustar .TH "panel-test-applets" "1" .SH "NAME" panel-test-applets \(em display installed applets .SH "SYNOPSIS" .PP \fBpanel-test-applets\fR [\fB\-\-help \fP] .SH "DESCRIPTION" .PP \fBpanel-test-applets\fR display installed applets in a dialog box and does nothing else. .SH "OPTIONS" .IP "\fB\-\-help\fP" 10 Display help .SH "SEE ALSO" .PP gnome-options(7) .SH "AUTHOR" .PP This manual page was written by Christian Marillat marillat@debian.org for the \fBDebian GNU/Linux\fP system (but may be used by others). .\" created by instant / docbook-to-man, Sun 03 Dec 2006, 23:24 debian/control0000664000000000000000000001625612322454613010607 0ustar # This file is autogenerated. DO NOT EDIT! # # Modifications should be made to debian/control.in instead. # This file is regenerated automatically in the clean target. Source: gnome-panel Section: gnome Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian GNOME Maintainers Uploaders: Debian GNOME Maintainers Standards-Version: 3.9.5 Build-Depends: cdbs (>= 0.4.41), debhelper (>= 8), dh-autoreconf, evolution-data-server-dev (>= 3.5.3), gnome-pkg-tools (>= 0.14), gobject-introspection (>= 0.9.12-4~), gtk-doc-tools (>= 1.0), intltool (>= 0.40.0), libcairo2-dev (>= 1.10.0), libdconf-dev (>= 0.13.4), libecal1.2-dev (>= 3.5.3), libedataserver1.2-dev (>= 3.5.3), libgconf2-dev (>= 2.6.1), libgdk-pixbuf2.0-dev (>= 2.25.2), libgirepository1.0-dev (>= 0.10.7-1~), libglib2.0-dev (>= 2.31.14), libgnome-desktop-3-dev (>= 2.91.0), libgnome-menu-3-dev (>= 3.1.4), libgtk-3-dev (>= 3.3.8), libgweather-3-dev (>= 3.5.1), libice-dev, libpango1.0-dev (>= 1.15.4), libpolkit-gobject-1-dev, librsvg2-dev, libsm-dev, libtelepathy-glib-dev (>= 0.14.0), libwnck-3-dev (>= 2.91.0), libx11-dev, libxau-dev, libxrandr-dev (>= 2:1.2.0), libxt-dev, network-manager-dev (>= 0.6) [linux-any], pkg-config (>= 0.9.0), python, yelp-tools Homepage: https://wiki.gnome.org/GnomeFlashback Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-panel Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-panel Package: gir1.2-panelapplet-4.0 Section: introspection Architecture: any Depends: ${gir:Depends}, ${misc:Depends}, ${shlibs:Depends} Description: GObject introspection for the GNOME Panel Applet library This package contains introspection data for the libpanel-applet library. It can be used by languages supporting dynamic bindings with the GIRepository format to build GNOME panel applets in these languages. Package: gnome-panel Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, gnome-icon-theme-symbolic (>= 3.0.0), gnome-menus (>= 3.1.4), gnome-panel-data (= ${source:Version}), Recommends: alacarte, evolution-data-server, gnome-applets, gnome-icon-theme (>= 2.24), gnome-session (>= 2.26), gnome-session-flashback, gvfs, indicator-applet-complete, unity-control-center Suggests: gnome-terminal | x-terminal-emulator, gnome-user-guide, nautilus, yelp Breaks: gnome-applets (<< 2.91), gnome-control-center (<< 1:2.91), gnome-settings-daemon (<< 2.91), libpanel-applet2-0, netspeed (<< 0.16-2) Replaces: gnome-panel-data (<< 2.91) Description: launcher and docking facility for GNOME The GNOME Panel is an essential part of the GNOME Desktop, providing toolbar-like “panels” which can be attached to the sides of your desktop. They are used to launch applications and embed a number of other functions, such as quick launch icons, the clock, the notification area, volume controls and the battery charge indicator, and utilities ranging from weather forecast to system monitoring. Package: gnome-panel-data Architecture: all Depends: ${misc:Depends} Recommends: gnome-panel Description: common files for the GNOME Panel This package includes some files that are needed by the GNOME Panel (Pixmaps, .desktop files and internationalization files). Package: gnome-panel-dbg Section: debug Priority: extra Architecture: any Depends: ${misc:Depends}, gnome-panel (= ${binary:Version}), libpanel-applet-4-0 (= ${binary:Version}) Description: GNOME Panel and library for panel applets - debugging symbols This package contains debugging symbols for gnome-panel and the libpanel-applet library. It is provided to help debugging problem in the panel itself or in the library. The debugging symbols are installed in /usr/lib/debug and will automatically be used by gdb. Package: gnome-session-fallback Architecture: all Priority: extra Section: oldlibs Depends: ${misc:Depends}, ${shlibs:Depends}, gnome-session-flashback Description: GNOME Session Manager - GNOME Flashback (transitional package) The GNOME Session Manager is in charge of starting the core components of the GNOME desktop, and applications that should be launched at login time. It also features a way to save and restore currently running applications. . This is a transitional package to ease upgrades to gnome-session-flashback. It can be safely removed. Package: gnome-session-flashback Architecture: all Depends: ${misc:Depends}, gnome-panel (>= 3.0), gnome-session-bin, gnome-session-common, metacity (>= 2.30), nautilus (>= 3.8), notification-daemon (>= 0.7), policykit-1-gnome, unity-settings-daemon Recommends: gnome-power-manager, gnome-screensaver Suggests: desktop-base, gnome-keyring, gnome-user-guide Breaks: gnome-session-fallback (<< 1:3.6.2-0ubuntu10) Replaces: gnome-session (<< 3.0), gnome-session-bin (<< 3.0), gnome-session-fallback (<< 1:3.6.2-0ubuntu10) Provides: x-session-manager Description: GNOME Session Manager - GNOME Flashback session The GNOME Session Manager is in charge of starting the core components of the GNOME desktop, and applications that should be launched at login time. It also features a way to save and restore currently running applications. . This package contains the required components for the GNOME Flashback session, based on GNOME Panel 3. It can be started from a display manager such as GDM, and doesn’t have specific hardware requirements. Package: libpanel-applet-4-0 Section: libs Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: library for GNOME Panel applets This library is used by GNOME Panel applets. Package: libpanel-applet-4-dev Section: libdevel Architecture: any Depends: ${misc:Depends}, gir1.2-panelapplet-4.0 (= ${binary:Version}), libgconf2-dev, libglib2.0-dev (>= 2.31.14), libgtk-3-dev (>= 3.3.8), libpanel-applet-4-0 (= ${binary:Version}) Recommends: libpanel-applet-4-doc Description: library for GNOME Panel applets - development files This package provides the include files and static library for the GNOME Panel applet library functions. Package: libpanel-applet-4-doc Section: doc Architecture: all Depends: ${misc:Depends} Description: library for GNOME Panel applets - documentation files This package provides the documentation files for the GNOME Panel applet library functions. debian/panel-test-applets.sgml0000664000000000000000000000437112311522014013572 0ustar Christian"> Marillat"> december 7, 2003"> 1"> marillat@debian.org"> panel-test-applets"> Debian GNU/Linux"> GNU"> ]>
&dhemail;
&dhfirstname; &dhsurname; 2001 &dhusername; &dhdate;
&dhucpackage; &dhsection; &dhpackage; display installed applets &dhpackage; DESCRIPTION &dhpackage; display installed applets in a dialog box and does nothing else. OPTIONS Display help SEE ALSO gnome-options(7) AUTHOR This manual page was written by &dhusername; &dhemail; for the &debian; system (but may be used by others).
debian/libpanel-applet-4-doc.install0000664000000000000000000000002212311522014014516 0ustar usr/share/gtk-doc debian/copyright0000664000000000000000000001067412311522014011122 0ustar This package was debianized by Jim Pick jim@jimpick.com on Sat, 14 Mar 1998 20:12:23 -0800. Taken over by Raphael Hertzog on Wed, 22 Sep 1999 13:24:34 +0200, and taken over again by James LewisMoss on October 26, 1999. and again by Marc Dequènes (Duck) on 2003-03-26. It was downloaded from http://ftp.gnome.org/pub/GNOME/sources/gnome-panel/ Upstream Authors: George Lebl Jacob Berkman Miguel de Icaza Federico Mena Tom Tromey Ian Main Elliot Lee Owen Taylor Mark McLoughlin Alex Larsson Martin Baulig Seth Nickell Darin Adler Glynn Foster Stephen Browne Anders Carlsson Padraig O'Briain Ian McKellar Arvind Samptur Vincent Untz Carlos Garcia Campos Jaka Mocnik Lennart Poettering Havoc Pennington Wanda The Fish Copyright holders: Copyright © 2000, 2001 Eazel, Inc. Copyright © 2000 Helix Code, Inc. Copyright © 2001 George Lebl Copyright © 2001-2004 Sun Microsystems Inc. Copyright © 1997-2004 Free Software Foundation, Inc. Copyright © 1997-2002 Alfredo K. Kojima Copyright © 1999-2008 Red Hat Inc. Copyright © 2000-2001 Ximian, Inc. Copyright © 2001, 2002 Ian McKellar Copyright © 2001 Havoc Pennington Copyright © 2002-2010 Vincent Untz Copyright © 2002 Anders Carlsson Copyright © 2002 James Willcox Copyright © 2003, 2004 Rob Adams Copyright © 2003 Frank Worsley Copyright © 2003 Wipro Technologies Copyright © 2005, 2010 Carlos Garcia Campos Copyright © 2006, 2007 Christian Persch Copyright © 2006 Ray Strode Copyright © 2007 David Zeuthen Copyright © 2007-2011 Novell, Inc. Copyright © Dennis Cranston Copyright © Mark McLoughlin License for the panel: This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. License for the library: This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. On Debian systems, the complete text of the GNU Library General Public License can be found in `/usr/share/common-licenses/LGPL-2'. License for the documentation: Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any later version published by the Free Software Foundation with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. On Debian systems, the complete text of the GNU Free Documentation License can be found in `/usr/share/common-licenses/GFDL-1.2'. debian/changelog0000664000000000000000000031601312322454456011055 0ustar gnome-panel (1:3.8.0-1ubuntu11) trusty; urgency=medium * Set XDG_MENU_PREFIX to "gnome-flashback-" in the desktop file (lp: #1305348, #1304645). -- Alberts Muktupāvels Sun, 13 Apr 2014 12:27:07 +0300 gnome-panel (1:3.8.0-1ubuntu10) trusty; urgency=medium * Update 01_menus_rename.patch to use separate menus file for gnome-flashback session (lp: #1267787). -- Alberts Muktupāvels Mon, 17 Mar 2014 09:00:22 +0200 gnome-panel (1:3.8.0-1ubuntu9) trusty; urgency=low * Revert changes to 41_classic_layout.patch introduced in -1ubuntu4, this causes two keyboard indicators to be visible. * Identify as Unity, again (LP: #1224217). * Use unity-settings-daemon instead of gnome-settings-daemon. * Add gnome-flashback-services.desktop to autostart indicators. * Bump Standards-Version to 3.9.5, no changes needed. -- Dmitry Shachnev Sat, 01 Mar 2014 14:39:38 +0400 gnome-panel (1:3.8.0-1ubuntu8) trusty; urgency=low * Backport upstream commit to fix moving applets in panel. -- Dmitry Shachnev Mon, 24 Feb 2014 09:50:50 +0400 gnome-panel (1:3.8.0-1ubuntu7) trusty; urgency=medium * Update 51_show_in_unity.patch to also remove StartupNotify header to work around LP: #1256961. Thanks (again) Alberts Muktupāvels. -- Dmitry Shachnev Sat, 22 Feb 2014 11:33:07 +0400 gnome-panel (1:3.8.0-1ubuntu6) trusty; urgency=medium * Set UBUNTU_MENUPROXY to 0 instead of unsetting it. Thanks Alberts Muktupāvels. -- Dmitry Shachnev Wed, 19 Feb 2014 17:16:13 +0400 gnome-panel (1:3.8.0-1ubuntu5) trusty; urgency=low * Remove the two symbols. This is indeed an API/ABI break, but none of Debian/Ubuntu packages use those symbols, and new applets fix some bugs and crashes. I will discuss with upstream the possibility to avoid such breaks in the future. -- Dmitry Shachnev Sun, 16 Feb 2014 15:20:41 +0400 gnome-panel (1:3.8.0-1ubuntu4) trusty; urgency=low * Restore notification area (LP: #1263591). * Remove 85_disable_shutdown_on_ltsp.patch, it was not accepted upstream. * Backport upstream patch to drop gconf usage in bindings. * Show in Unity, a new work-around for LP: #1224217. -- Dmitry Shachnev Sun, 16 Feb 2014 13:23:00 +0400 gnome-panel (1:3.8.0-1ubuntu3) trusty; urgency=low * Rebuild for libgweather transition. * Remove gnome-screensaver from required components (LP: #1199074). -- Dmitry Shachnev Thu, 16 Jan 2014 12:46:14 +0400 gnome-panel (1:3.8.0-1ubuntu2) trusty; urgency=low [ Dmitry Shachnev ] * Backport upstream patches to: - fix building with gweather 3.9.2 and newer versions. - fix problem when panel size was not updated. * Drop obsolete breaks on historic versions of gnome-session and gnome-power-manager. * Drop ‘with’ word from sessions names to make them shorter. [ Alberts Muktupāvels ] * Move gnome-screensaver from Depends to Recommends. -- Dmitry Shachnev Sat, 11 Jan 2014 14:56:20 +0400 gnome-panel (1:3.8.0-1ubuntu1) trusty; urgency=low * Merge with Debian unstable, remaining changes: - Use an epoch in version number. - Recommend indicator-applet-complete. - Adjust Breaks/Replaces for Ubuntu versioning. - Drop 14_revert_timedate_change.patch, we are using timedated. - Add patches: + 40_unset_menuproxy.patch + 41_classic_layout.patch + 50_ubuntu_sessions.patch + 85_disable_shutdown_on_ltsp.patch - Add apport hook. * Use new display names for sessions: "GNOME Flashback (with Compiz)" and "GNOME Flashback (with Metacity)". * Tweak the session files to always start nautilus-classic. -- Dmitry Shachnev Fri, 22 Nov 2013 10:20:12 +0400 gnome-panel (3.8.0-1) unstable; urgency=low [ Fabian Greffrath ] * Add dependency on nautilus (>= 3.8) to gnome-session-flashback (Closes: #726575). [ Dmitry Shachnev ] * New upstream release. * Drop patches applied upstream, refresh other patches. * Bump Standards-Version to 3.9.4, no changes needed. * Drop debian/scripts/gnome-session-flashback, use the script provided by upstream instead. * Link with --as-needed. * Remove duplicate section declaration in debian/control. * Add Homepage field. [ Philipp Kaluza ] * Remove patches/90-remove_artifact_on_icon_animation.patch which had been applied upstream since 2012-11-22 (Thanks again Yannick Gicquel) * Bump evolution-data-server-dev dependency to 3.5.3. -- Dmitry Shachnev Wed, 20 Nov 2013 19:25:37 +0400 gnome-panel (3.6.2-2) unstable; urgency=low * Re-apply patch to fix a crash when adding a location to the clock. -- Michael Biebl Mon, 14 Oct 2013 12:55:56 +0200 gnome-panel (1:3.6.2-0ubuntu15) saucy; urgency=low * Identify as GNOME; identifying as Unity is buggy (LP: #1224217) -- Jeremy Bicha Thu, 12 Sep 2013 22:29:02 -0400 gnome-panel (1:3.6.2-0ubuntu14) saucy; urgency=low * debian/patches/50_ubuntu_sessions.patch: - Set DesktopName and X-LightDM-DesktopName to Unity instead of GNOME since Flashback uses indicators and the same "fallback" components Unity does. This will also allow for a more consistent experience for Edubuntu which offers both Unity and Flashback. -- Jeremy Bicha Tue, 10 Sep 2013 10:50:55 -0400 gnome-panel (1:3.6.2-0ubuntu13) saucy; urgency=low * Drop bin/gnome-session-flashback as it wasn't consistently used and caused problems with upstart user sessions. (LP: #1217991) * Add aliases for gnome-fallback to gnome-flashback and gnome-fallback-compiz to gnome-flashback-compiz. -- Stéphane Graber Thu, 29 Aug 2013 12:31:32 -0400 gnome-panel (1:3.6.2-0ubuntu12) saucy; urgency=low * debian/patches/93_use_correct_screen.patch: - Fix gnome-panel creation under two or more separate x screens * debian/patches/94_fix_background.patch - Fix gnome-panel background (LP: #1196177) -- Alberts Muktupāvels Thu, 18 Jul 2013 19:28:02 +0300 gnome-panel (1:3.6.2-0ubuntu11) saucy; urgency=low * gnome-session-flashback.postrm, .prerm: - Fix one more location that needed renaming -- Jeremy Bicha Thu, 20 Jun 2013 23:01:15 -0400 gnome-panel (1:3.6.2-0ubuntu10) saucy; urgency=low * Use a proper transitional package instead of Provides -- Jeremy Bicha Thu, 20 Jun 2013 22:55:06 -0400 gnome-panel (1:3.6.2-0ubuntu9) saucy; urgency=low * Have gnome-session-flashback provide gnome-session-fallback to ensure complete upgrades -- Jeremy Bicha Thu, 20 Jun 2013 13:58:19 -0400 gnome-panel (1:3.6.2-0ubuntu8) saucy; urgency=low * 00-Fix-the-GNOME-Flashback-session-name.patch, 02_flashback_desktop.patch, 50_ubuntu_sessions.patch: - Rename gnome-flashback.desktop to gnome-fallback.desktop so that users of GNOME Fallback will get GNOME Flashback automatically regardless of system default session -- Jeremy Bicha Thu, 20 Jun 2013 13:22:44 -0400 gnome-panel (1:3.6.2-0ubuntu7) saucy; urgency=low * Sync with Debian svn (LP: #1185873). Remaining changes: - Use epoch - Add apport hook - debian/control: + Recommend indicator-complete + Don't depend on nautilus 3.8 yet - debian/patches/14_revert_timedate_change.patch: + Dropped, we're using timedated - debian/patches/40_unset_menuproxy.patch: + Make sure gnome-panel and the applets don't pick up menu proxies. - debian/patches/41_classic_layout.patch: + Change the defaults to be more "classic Ubuntu": Show indicators & show desktop, drop GNOME clock & notification area - debian/patches/85_disable_shutdown_on_ltsp.patch: + Suppress the shutdown option in the panel if LTSP_CLIENT is set. * debian/patches/50_ubuntu_sessions.patch: - Merge patch from gnome-session to split sessions into GNOME Flashback (No effects) using Metacity and GNOME Flashback using Compiz * debian/patches/51_dont_require_nautilus38.patch: - Run Flashback without Nautilus 3.8 since it's not in Saucy yet -- Jeremy Bicha Wed, 19 Jun 2013 11:49:35 -0400 gnome-panel (3.6.2-1) unstable; urgency=low [ Jeremy Bicha ] * New upstream release * Moved gnome-session-fallback from gnome-session and rename to gnome-sesion-flashback: - debian/control.in - debian/gnome-session-flashback.* - debian/gnome-wm.desktop - debian/patches/01_gnome-wm.patch - debian/patches/02_flashback_desktop.patch - debian/scripts/ * 00-Add-the-GNOME-Flashback-session.patch: - Backport patch to add session files for GNOME Flashback * 00-Fix-the-GNOME-Flashback-session-name.patch: - Backport another patch to make upgrades smoother * 00_dont-require-nautilus-classic.patch: - Backport a patch to not use nautilus-classic * debian/control.in: - Have gnome-session-flashback depend on gnome-screensaver per .session file - Update build dependencies * debian/patches/git-build-with-gnome-desktop38*.patch - Fix build with gnome-desktop3 3.8 * debian/patches/drop-gweather-xml-include.patch: - Fix build with libgweather 3.8 * Backport several other fixes: - 90-remove_artifact_on_icon_animation.patch - 91-fix_panels_in_separate_screens.patch - 92-fix_sunrise-times.patch * Dropped patches applied in new version - 15_avoid_applet_loading_failures.patch - 16_remove_online_accounts_from_user_menu.patch - 17_avoid_double_forking.patch - 19_dconf_api_changes.patch [ Emilio Pozuelo Monfort ] * debian/patches/02_flashback_desktop.patch: + Patch the right file. * debian/patches: + Stop applying 00_dont-require-nautilus-classic.patch. We need nautilus running so that the desktop is drawn. Better have nautilus draw the desktop and your icons than not having the desktop drawn at all. * debian/control.in: + Fix mistake in gnome-session-flashback's Breaks. -- Emilio Pozuelo Monfort Sun, 13 Oct 2013 23:43:05 +0200 gnome-panel (3.4.2.1-6) unstable; urgency=low [ Andreas Henriksson ] * Add debian/patches/20_eds-api.patch * Update build-dependencies for above patch: - Drop libedataserverui-3.0-dev (>= 2.91.2), - Bump libecal1.2-dev to >= 3.5.3 - Bump libedataserver1.2-dev to >= 3.5.3 - Bump evolution-data-server-dev to >= 3.5.3 * Add debian/patches/clock-schema.patch - missing schema from the tarball?! Needed by next patch.... * Add debian/patches/clock-applet-modern-gnome-tech.patch - ports to gsettings, newer gweather, etc... * debian/gnome-panel-data.install: don't install etc/gconf * Bump build dependency on libgweather-3-dev to >= 3.5.1 for above patch * Add debian/patches/drop-gweather-xml-include.patch * Above changes closes: #722022 [ Sjoerd Simons ] * debian/patches/fix-gweather-crash.patch: - Added. Fix a crash when adding a location to the clock -- Sjoerd Simons Sun, 22 Sep 2013 20:34:42 +0200 gnome-panel (3.4.2.1-5) unstable; urgency=low * debian/patches/19_dconf_api_changes.patch: Adjust to DConf API changes. Requires libdconf-dev (>= 0.13.4). -- Michael Biebl Tue, 04 Jun 2013 06:52:48 +0200 gnome-panel (3.4.2.1-4) unstable; urgency=low * Team upload. * debian/patches/18_fix_force_quit_applet.patch: new patch, makes the Force-Quit applet work again. (Closes: #698740) -- Sébastien Villemot Mon, 28 Jan 2013 16:11:28 +0100 gnome-panel (3.4.2.1-3) unstable; urgency=low [ Josselin Mouette ] * Drop obsolete suggests on epiphany & evolution. [ Michael Biebl ] * Avoid double-forking when starting applications via the menu or the Alt-F2 launcher since this breaks pkexec. Closes: #690338 * Rebuild with xz compression. -- Michael Biebl Thu, 18 Oct 2012 20:05:21 +0200 gnome-panel (3.4.2.1-2) unstable; urgency=low [ Michael Biebl ] * debian/patches/15_avoid_applet_loading_failures.patch: Use on_bus_acquired instead of on_name_acquired. This helps prevent race conditions at session starts which can lead to panel applets failing to load. Closes: #649779 * debian/patches/16_remove_online_accounts_from_user_menu.patch: Remove "Online Accounts" from user menu. It can be easily accessed via the "System Settings" menu entry and doesn't need to be shown in such a prominent place. * Remove hard-coded dependency on gconf2 and rely on ${misc:Depends} instead. [ Josselin Mouette ] * Rename 01_panel_submenus.patch to 01_menus_rename.patch. + Do the applications.menu → gnome-applications.menu prefixing in another necessary place. See LP#798951. -- Michael Biebl Tue, 22 May 2012 08:59:20 +0200 gnome-panel (3.4.2.1-1) unstable; urgency=low * New upstream release. -- Michael Biebl Tue, 15 May 2012 17:36:03 +0200 gnome-panel (3.4.1-1) unstable; urgency=low [ Jeremy Bicha ] * New upstream release. * debian/control.in: - Standards-Version 3.9.3 - Bump minimum gtk, glib, & gdk-pixbuf dependencies - Bump gnome-menus dependency to 3.1.4 too - Drop python and python-gconf dependencies since gnome-panel uses gsettings now and gnome-panel-add doesn't work - Break libpanel-applet2-0 since it won't work with gnome-panel any more - Recommend gnome-session-fallback since it's needed to log in * debian/gnome-panel.install: Don't install gnome-panel-add * debian/patches/12_panel_icon_size_fixes.patch: Dropped, upstream * debian/patches/14_revert_timedate_change.patch: - Revert switch to systemd timedate protocol [ Michael Biebl ] * Refresh patches. * Suggest gnome-user-guide instead of gnome2-user-guide. * Drop explicit Build-Depends on gir packages. * Add symbols file for libpanel-applet-4-0. -- Michael Biebl Thu, 19 Apr 2012 20:05:30 +0200 gnome-panel (3.2.1-2) unstable; urgency=low * debian/patches/12_panel_icon_size_fixes.patch: - Fix icon sizes for application launchers and user menu. Closes: #651336 Patch cherry-picked from upstream Git. * debian/control.in: - Change section of gir1.2-panelapplet-4.0 to introspection. -- Michael Biebl Thu, 08 Dec 2011 20:59:10 +0100 gnome-panel (3.2.1-1) unstable; urgency=low * New upstream release. * debian/control.in: - Update Build-Depends on libgnome-menu-dev to libgnome-menu-3-dev (>= 3.1.4). * debian/libpanel-applet-4-dev.install: - Stop installing static .a archives, no longer built by default. * debian/patches/09_default_icons.patch: - Removed, it no longer applies. The patch relied on a icon shipped by the Humanity icon theme, so was not really that useful for Debian anyway. -- Michael Biebl Sun, 20 Nov 2011 17:56:30 +0100 gnome-panel (3.0.2-1) unstable; urgency=low [ Josselin Mouette ] * Add missing epoch on g-c-c breaks. Closes: #626881. * Require gnome-menus 3.0.1 to enforce a correct layout. * New upstream release. + Fixes crash when not using gnome-session. Closes: #639725. * 02_launcher_crash.patch: dropped, merged upstream. * 04_modifier_contextmenu.patch: dropped, fixed upstream. [ Michael Biebl ] * Upload to unstable. * debian/watch: - Update to version 3. - Switch to .xz tarballs. - Don't run uupdate. * debian/control.in: - Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer. - Bump Standards-Version to 3.9.2. No further changes. - Add Vcs-* fields. * Bump debhelper compatibility level to 8. - Update Build-Depends on debhelper. - Strip debian/tmp/ from .install files. * debian/rules: - Remove old workaround which is no longer necessary. -- Michael Biebl Fri, 14 Oct 2011 07:51:28 +0200 gnome-panel (3.0.0.1-2) experimental; urgency=low * 04_modifier_contextmenu.patch: new patch. Make the context menu work even when there are other keys in the modifier mask. * 11_compat_options.patch: new patch. Support the --screen option for compatibility, since it used to appear in saved sessions. It disappeared in GTK3 and prevents such sessions to be restored. * Drop build-dependencies on dbus-glib. -- Josselin Mouette Sat, 16 Apr 2011 22:29:02 +0200 gnome-panel (3.0.0.1-1) experimental; urgency=low [ Josselin Mouette ] * 02_launcher_crash.patch: new patch. Fix a crash when clicking on launchers with the compositor enabled. * Require d-conf 0.7. Closes: #620606. * Break netspeed < 0.16-2. [ Gustavo Noronha Silva ] * Update to 3.0.0.1. * Enable handling presence on the user menu by enabling telepathy support + debian/control: - build-depend on libtelepathy-glib-dev >= 0.14.0 - add gnome-icon-theme-symbolic dependency to gnome-panel (used for the presence in the user menu) + debian/rules: - add --enable-telepathy-glib to the configure call -- Gustavo Noronha Silva Wed, 13 Apr 2011 20:22:06 -0300 gnome-panel (2.91.93-1) experimental; urgency=low * New upstream pre-release. * libpanel-applet changes API version. * Massive update to build-dependencies. * Simplify dependencies. * Break gnome-applets < 3. * Same for control-center and g-s-d. * Remove gnome-panel-data.post{inst,rm}, should be useless now. * Remove old maintfiles subdirectory. * 0001-build-explicitly-link-to-xrandr.patch, 30_crasher_realize.patch, 31_crasher_pager.patch: dropped, merged upstream. * 01_panel_submenus.patch, 03_tasklist_orientation.patch: updated for the new version. * 02_mixer_applet.patch: dropped, obsolete with new g-s-d. + Note that this means experience without PA is radically diminished. * 06_clock_permissions.patch: dropped, obsolete. * 09_default_icons.patch: refreshed. * Abandon --as-needed, since for an unknown reason it fails to link the required libX11. * Update list of installed files. * Move desktop file to gnome-panel; add corresponding Replaces. * Add introspection package. * Update copyright information. * Distribute the GSettings files, stop distributing the .entries file. -- Josselin Mouette Thu, 31 Mar 2011 00:14:07 +0530 gnome-panel (2.30.2-4) unstable; urgency=low * debian/patches/0001-build-explicitly-link-to-xrandr.patch: + New patch from upstream git, fix build with --as-needed. * debian/patches/70_relibtoolize.patch, debian/patches/99_ltmain_as-needed.patch: + Removed in favour of... * debian/control.in, debian/rules: + Use autoreconf. * The rebuild picks up a new libecal. Closes: #614654. -- Emilio Pozuelo Monfort Tue, 22 Feb 2011 22:53:31 +0000 gnome-panel (2.30.2-3) unstable; urgency=low * Only recommend menu-xdg. * 10_bookmarks_limit.patch: new patch. Limit the number of bookmarks before putting them in a submenu to 8 instead of 5. Closes: #610558. -- Josselin Mouette Mon, 24 Jan 2011 17:57:39 +0100 gnome-panel (2.30.2-2) unstable; urgency=low * 03_tasklist_orientation.patch: new patch. Pass the task list orientation for the applet. It should fix #524117 for good. Closes: #592781 * Require libwnck 2.30.0-3 for the new API. * Demote gnome-control-center to Recommends. * 30_crasher_realize.patch, 31_crasher_pager.patch: stolen upstream. Fix a pair of crashers that had been here for a long time. -- Josselin Mouette Sat, 18 Sep 2010 10:31:50 +0200 gnome-panel (2.30.2-1) unstable; urgency=low * Drop type-handling usage. Closes: #587878. * Bump standards version accordingly. * New upstream release. + Fixes notification area on Zaphod multi-screen setups. Closes: #531103. * 70_relibtoolize.patch: updated for the new version. -- Josselin Mouette Wed, 07 Jul 2010 22:52:30 +0200 gnome-panel (2.30.0-2) unstable; urgency=low [ Emilio Pozuelo Monfort ] * debian/control.in: - Restore evolution data server support on Hurd. [ Josselin Mouette ] * 02_mixer_applet.patch: put back the mixer applet in place. We don’t ship PhailAudio by default. -- Josselin Mouette Sat, 29 May 2010 11:00:32 +0200 gnome-panel (2.30.0-1) unstable; urgency=low [ Sebastian Dröge ] * New upstream stable release: + debian/patches/30_xrandr_crashes.patch, debian/patches/10_clock_applet_link_gnome_desktop.patch: - Dropped, merged upstream. + debian/patches/70_relibtoolize.patch: - Regenerated for the new version. + debian/control.in: - Update build dependencies and dependencies. [ Josselin Mouette ] * Drop 02_panel_logout.patch to avoid bringing back libgnome dependencies. * Drop 03_switch-user_lock.patch and 04_gnome-panel-logout.patch as well since they depend on it. * Break gnome-session < 2.26 accordingly. * Break gnome-control-center < 2.26 and gnome-power-manager < 2.26, since earlier versions might need it. * 08_clock_applet_event.patch: dropped, upstream integrated a different fix. * Switch to 3.0 source format. * Remove patch translations, not needed anymore. -- Josselin Mouette Wed, 05 May 2010 19:55:08 +0200 gnome-panel (2.28.0-3) unstable; urgency=low [ Josselin Mouette ] * Fix typos in descriptions. Closes: #557401, #557402. * Drop build-dependencies on PolicyKit 0.x. Closes: #557886. [ Emilio Pozuelo Monfort ] * debian/patches/10_clock_applet_link_gnome_desktop.patch: - Patch from upstream git, make the clock applet link against libgnome-desktop. Fixes a FTBFS in the Hurd. * debian/patches/70_relibtoolize.patch: - Regenerate on top of the above patch. -- Emilio Pozuelo Monfort Fri, 27 Nov 2009 13:40:00 +0100 gnome-panel (2.28.0-2) unstable; urgency=low [ Josselin Mouette ] * 30_xrandr_crashes.patch: stolen upstream. Fixes various cases where the panel would crash because XRandR hasn’t been initialized as expected. Closes: #549180. -- Andreas Henriksson Mon, 26 Oct 2009 08:41:03 +0100 gnome-panel (2.28.0-1) unstable; urgency=low * Drop .la file, it’s not referenced anywhere anymore. * Drop clean-la.mk include as well. * New upstream release. * Bump shlibs for libpanel-applet. * Drop references to gnome-system-tools. * Update build-dependencies. * Switch to PolicyKit 1. * 02_panel_logout.patch, 04_gnome-panel-logout.patch, 06_clock_permissions.patch, 70_relibtoolize.patch: updated for the new version. * Depend on python-gnome2, python-gconf for gnome-panel-add. * Install gnome-panel-add. * Remove useless b-d-i field. -- Josselin Mouette Tue, 29 Sep 2009 21:41:06 +0200 gnome-panel (2.26.3-1) unstable; urgency=low * New upstream release. * Do not build-depend on network-manager-dev and libnm-util-dev on non-Linux architectures like kfreebsd-amd64. -- Julian Andres Klode Tue, 11 Aug 2009 15:12:46 +0200 gnome-panel (2.26.2-1) unstable; urgency=low * Require gnome-desktop 2.26. Closes: #526680. * 02_panel_logout.patch: correctly check whether GDM allows shutdown in case gnome-session 2.26 is not running. Closes: #526807. * Remove scrollkeeper dependency. * Add libglib2.0-doc and libgtk2.0-doc to b-d-i to ensure proper xrefs. * New upstream release. + Removes the need for scrollkeeper, fixes FTBFS in experimental. * Regenerate 70_relibtoolize.patch. -- Josselin Mouette Fri, 29 May 2009 11:40:28 +0200 gnome-panel (2.26.0-1) experimental; urgency=low * New upstream release. * Bump build-deps on glib/gtk, drop scrollkeeper. * Bump shlibs to 2.26.0. * 02_panel_logout.patch: update for new version, using the patch from Gentoo instead, which allows to support the new gnome-session with a clean fallback to XSMP/GDM if it is not available. * 04_gnome-panel-logout.patch: use the new API, so that we actually talk to gnome-session if possible when invoking gnome-panel-logout. * 05_clock_dbus.patch: dropped, merged upstream. * Refresh other patches. * 70_relibtoolize.patch: updated for the new version. * Fix debugging package section. * Update licensing information to match reality. -- Josselin Mouette Sun, 12 Apr 2009 12:34:28 +0200 gnome-panel (2.24.3-1) unstable; urgency=low [ Loic Minier ] * Let gnome-panel suggest evolution and epiphany-browser as their launchers are part of the default panel layout and gnome-session (>= 2.23.6) | gdm as gnome-panel attempts to talk to them for shutdown. [ Josselin Mouette ] * Standards version is 3.8.1. * New upstream release. * 70_relibtoolize.patch: updated for the new version. * Don’t pass gksu to time-admin anymore. * 05_clock_dbus.patch: new patch, stolen upstream. Fix the D-Bus configuration so that the applet can actually talk to the helper. * 06_clock_permissions.patch: new patch. Fix the security hole in the PolicyKit configuration that otherwise allows everyone to modify the system time. * Recommend policykit-gnome. -- Josselin Mouette Tue, 07 Apr 2009 12:07:19 +0200 gnome-panel (2.24.2-3) experimental; urgency=low * Recommend gnome-icon-theme 2.24. * Bump gnome-menus dependency to match the build-dependency. * 02_panel_logout.patch: revert the logout code to the version without the gnome-session 2.24 requirement. * 03_switch-user_lock.patch, 04_gnome-panel-logout.patch: re-add the two patches that we applied on top of this old code. Update the latter to other code changes. * 70_relibtoolize.patch: regenerated. * Include patch-translations.mk; bump gnome-pkg-tools requirement to 0.14. * Use it to add translations for 02_panel_logout.patch. + Add panel-logout.c to POTFILES.in so that it is translated. * Add 72 translations from the gnome-panel 2.22 sources. -- Josselin Mouette Sun, 28 Dec 2008 03:39:24 +0100 gnome-panel (2.24.2-2) experimental; urgency=low * 10_requires_private.patch: removed, it breaks applets builds since these dependencies are actually part of the expected API. -- Josselin Mouette Fri, 26 Dec 2008 21:49:46 +0100 gnome-panel (2.24.2-1) experimental; urgency=low [ Emilio Pozuelo Monfort ] * debian/libpanel-applet2-doc.doc-base: fix section. [ Josselin Mouette ] * Relax the build-dependency on scrollkeeper. [ Loic Minier ] * Use lt-nl in version compare instead of testing for $2 in postinst. [ Josselin Mouette ] * New upstream release. + Opens evolution on the correct day. Closes: #366970. * Update build-dependencies and -dev dependencies accordingly; enable PolicyKit support. * 02_switch-user_lock.patch, 03_gnome-panel-logout.patch: dropped, obsolete. * 08_clock_applet_event.patch: updated to apply cleanly. * 10_appointment_colors.patch: dropped, merged upstream. * 70_relibtoolize.patch: updated for the new version. * 10_requires_private.patch: new patch; use Requires.private in libpanel-applet. * Recommend gvfs for g_app_info_launch_uris to work. * Don’t build-depend on -1 revisions. * Install PolicyKit files. -- Josselin Mouette Fri, 26 Dec 2008 17:52:36 +0100 gnome-panel (2.22.2-1) experimental; urgency=low [ Josselin Mouette ] * Don’t install /etc/gconf, it is already in /usr/share/gconf. * Require libedataserver1.2-dev 1.11.2. Closes: #485602. [ Sebastian Dröge ] * New upstream bugfix release: + debian/patches/90_dont-cleanup-calendard-backend-when-not-loaded.patch: - Dropped, merged upstream. + debian/patches/70_relibtoolize.patch: - Updated for the new version. * debian/control.in: + Update Standards-Version to 3.8.0, no additional changes needed. -- Sebastian Dröge Wed, 25 Jun 2008 08:37:53 +0200 gnome-panel (2.22.1.3-2) experimental; urgency=low * debian/patches/10_appointment_colors.patch - Added. Fixes appointment colors to be different in evolution and the clock applet (gbz #503581) -- Sjoerd Simons Fri, 25 Apr 2008 14:52:44 +0200 gnome-panel (2.22.1.3-1) experimental; urgency=low [ Loic Minier ] * Refresh patches 02_switch-user_lock, 03_gnome-panel-logout, 60_caldav-clock-appointments and 99_ltmain_as-needed to apply cleanly. * New patch, 90_dont-cleanup-calendard-backend-when-not-loaded, avoids crashing when shutting down evolution forcefully as intlclock tries to cleanup data from the calendar backend it didn't load; GNOME #378854. [ Sjoerd Simons ] * New upstream release * debian/patches/03_gnome-panel-logout.patch debian/patches/09_default_icons.patch debian/patches/70_relibtoolize.patch debian/patches/90_dont-cleanup-calendard-backend-when-not-loaded.patch - Refreshed to apply again * debian/patches/60_caldav-clock-appointments: - Removed. Merged upstream - Refreshed * debian/patches/80_from_bugzilla_use_correct_current_timezone.patch: - Removed. Merged upstream [ Sebastian Dröge ] * New upstream release: + Fixes FTBFS with newer libgweather (Closes: #476668). + debian/control.in: - Require libgweather-dev (>= 2.22.1). -- Sebastian Dröge Sat, 19 Apr 2008 20:13:26 +0200 gnome-panel (2.22.0-1) experimental; urgency=low * New upstream stable release: + Upload to experimental first because of intrusive changes. + debian/control.in: - Update build dependencies and dependencies. + debian/patches/05_missing_includes.patch: - Dropped, merged upstream. + debian/patches/03_gnome-panel-logout.patch, debian/patches/70_relibtoolize.patch: - Updated for the new version. + debian/gnome-panel-data.install: - Update paths. + debian/patches/08_clock_applet_event.patch: - Show multi day events not only on the first day. Patch taken from the Ubuntu package. + debian/patches/09_default_icons.patch: - Show an default icon for .desktop files that don't have one. Patch taken from the Ubuntu package. + debian/patches/80_from_bugzilla_use_correct_current_timezone.patch: - Use the correct current timezone. Patch taken from the Ubuntu package. -- Sebastian Dröge Mon, 17 Mar 2008 13:14:39 +0100 gnome-panel (2.20.3-3) unstable; urgency=low * 03_gnome-panel-logout.patch: correctly call gtk_main_quit to avoid leaking processes, d’uh. Closes: #466070. -- Josselin Mouette Sat, 16 Feb 2008 17:52:30 +0100 gnome-panel (2.20.3-2) unstable; urgency=low [ Loic Minier ] * Update patch 60_caldav-clock-appointments to not use a colon for now, it seems it's encoded in the URI in some way; closes: #454318, #462026, #463780. -- Josselin Mouette Sat, 16 Feb 2008 03:03:36 +0100 gnome-panel (2.20.3-1) unstable; urgency=low [ Loic Minier ] * New patch, 60_caldav-clock-appointments, allows display of caldav:// calendars in clock applet; thanks Roland Mas; closes: #454318. [ Josselin Mouette ] * Switch to quilt for patch handling; build-depend on quilt. * Refresh patches to apply cleanly. * 03_gnome-panel-logout.patch: new patch; build a gnome-panel-logout binary that can be used to invoke the logout window from other programs. * 70_relibtoolize.patch: relibtoolize the whole. * 99_ltmain_as-needed.patch: updated to match the changes. [ Sebastian Dröge ] * New upstream release with translation updates only. * 70_relibtoolize.patch: regenerated. * Update Standards-Version to 3.7.3, no additional changes needed. -- Sebastian Dröge Sat, 12 Jan 2008 06:56:51 +0100 gnome-panel (2.20.2-2) unstable; urgency=low * debian/gnome-panel-data.postinst: + Don't fail if removing a directory fails because it doesn't exist (Closes: #453881). -- Sebastian Dröge Sun, 02 Dec 2007 11:51:41 +0100 gnome-panel (2.20.2-1) unstable; urgency=low [ Josselin Mouette ] * gnome-panel-data.post*: cleanup. * Remove the menu methods and everything related. Closes: #447474. * gnome-panel-data.postinst: remove these files upon upgrade, and purge /var/lib/gnome/Debian as well. [ Sebastian Dröge ] * New upstream bugfix release with translation updates. -- Sebastian Dröge Sat, 01 Dec 2007 18:24:51 +0100 gnome-panel (2.20.1-1) unstable; urgency=low * New upstream bugfix release. -- Sebastian Dröge Tue, 30 Oct 2007 15:25:18 +0100 gnome-panel (2.20.0.1-3) unstable; urgency=low * 02_switch-user_lock.patch: don't call gtk_window_get_screen on an already destroyed object. -- Josselin Mouette Sat, 13 Oct 2007 00:13:54 +0200 gnome-panel (2.20.0.1-2) unstable; urgency=low * 02_switch-user_lock.patch: new patch; lock screen when switching user. Closes: #433259 * Don't run dh_makeshlibs for gnome-panel. -- Josselin Mouette Sun, 07 Oct 2007 04:16:59 +0200 gnome-panel (2.20.0.1-1) unstable; urgency=low [ Josselin Mouette ] * gnome-panel recommends alacarte (closes: #437320, #437335). [ Sebastian Dröge ] * New upstream release. * Upload to unstable, drop check-dist include. * debian/control.in: + Add libglib2.0-dev (>= 2.13.0) dependency to the -dev package (taken from Ubuntu). [ Loic Minier ] * Drop the version in the scrollkeeper dependency. -- Loic Minier Sun, 23 Sep 2007 20:41:59 +0200 gnome-panel (2.19.5-1) experimental; urgency=low * New upstream release series; these are development releases, the API may still change incompatibly; no API change in this release though. - Target at experimental; include check-dist. - Build-dep on libglib2.0-dev (>= 2.13.0), bump up build-dep and dep on libgtk2.0-dev to >= 2.11.3, bump up libwnck-dev build-dep to >= 2.19.5. - Build-dep on evolution-data-server-dev for evolution-data-server-1.2.pc and on libx11-dev for x11.pc. - Drop patch 02_custom-launcher-icon, fixed differently upstream. - Drop patch 06_gksu_time_admin and pass --with-clock-time-utility="gksu time-admin" to configure instead. - Bump shlibs to >= 2.19.3 (from Ubuntu). - Update install files and drop obsolete libpanel-applet2-dbg.install. * Include CDBS' utils. -- Loic Minier Wed, 11 Jul 2007 15:06:37 +0200 gnome-panel (2.18.3-1) unstable; urgency=low * New upstream stable release; no API change; bug fixes and translations. * Don't pass --dbg-package to dh_strip as we build-dep on a cdbs >= 0.4.37. -- Loic Minier Fri, 06 Jul 2007 22:34:43 +0200 gnome-panel (2.18.2-2) unstable; urgency=low [ Josselin Mouette ] * 06_gksu_time_admin.patch: check that the command called by gksu exists (closes: #427714). * 99_ltmain_as-needed.patch: get --as-needed back to work. [ Guilherme de S. Pastore ] * debian/control.in: revamp the package descriptions. -- Guilherme de S. Pastore Mon, 25 Jun 2007 23:00:00 -0300 gnome-panel (2.18.2-1) unstable; urgency=low * New upstream stable release; no API change. * Misc cleanups; drop obsolete snippets in maintainer scripts. -- Loic Minier Mon, 28 May 2007 16:49:33 +0200 gnome-panel (2.18.1-2) unstable; urgency=low [ Loic Minier ] * Fix duplicate build-dep on libgnome-menu-dev. [ Josselin Mouette ] * Depend on gnome-icon-theme 2.18 (closes: #420553). [ Loic Minier ] * Downgrade the gnome-icon-theme dependency to a Recommends; other icon themes work fine with gnome-panel 2.18. [ Sebastian Dröge ] * 01_panel_submenus.patch: Use correct menu file filenames to allow adding submenus as menu to the panel (Closes: #422827). Thanks to Andreas Degert for the patch. [ Sven Arvidsson ] * New patch, 06_gksu_time_admin; use gksu to launch time-admin; from Ubuntu (Closes: #412074) [ Josselin Mouette ] * 02_custom-launcher-icon.patch: patch from Ubuntu to provide a default icon for custom application launchers (closes: #422401). -- Josselin Mouette Sat, 19 May 2007 17:26:11 +0200 gnome-panel (2.18.1-1) unstable; urgency=low [ Riccardo Setti ] * New upstream release; no API change. - Added libpango1.0-dev as build-dep. - Built with --with-in-process-applets=all. - Dropped 01_default-setup_evolution.patch, new version of evolution doesn't ship a versioned .desktop file. - Dropped 02_menu_initial_size.patch, applied upstream. [ Loic Minier ] * Add a libedataserver1.2-dev (>= 1.2.0) build-dep. * New upstream stable release; no API change. * Upload to unstable; drop check-dist include. * Wrap build-deps and deps. * Add a ${misc:Depends}. * Only run update-gconf-defaults if it's available. * Use http in copyright. * Set LDFLAGS directly instead of via DEB_CONFIGURE_SCRIPT_ENV; build-dep on cdbs >= 0.4.41. * Cleanups. * Take advantage of the applets rename to stop shipping *.la files. -- Loic Minier Sun, 22 Apr 2007 18:43:41 +0200 gnome-panel (2.16.3-1) experimental; urgency=low [ Josselin Mouette ] * Remove 04_menus_rename.patch. * Build-depend on libgnome-menus-dev 2.16.1-1. * 01_default-setup_evolution.patch: call evolution-2.8.desktop, as evolution.desktop doesn't exist (closes: #404878). * 02_menu_initial_size.patch: stolen from the SVN. Fix for the arrows appearing in a menu when installing new applications. See Bugzilla #331780. [ Loic Minier ] * Add a get-orig-source target to retrieve the upstream tarball. * Include the new check-dist Makefile to prevent accidental uploads to unstable; bump build-dep on gnome-pkg-tools to >= 0.10. * New upstream release; no API change. - Drop patch 10_panel-transparency-after-resolution-change, merged upstream. * Bump up libgnomeui-dev build-dep to >= 2.16.0-2 to make the package autobuildable. -- Loic Minier Mon, 12 Mar 2007 11:42:00 +0100 gnome-panel (2.16.2-1) experimental; urgency=low * New upstream release. * Require intltool 0.35.0. * Update build-dependencies and -dev dependencies. * Build-depend on gtk-doc-tools. * Generate less strict shlibs for the library. * Rename the -dbg package to gnome-panel-dbg and include all debugging symbols in this package. * Switch to debhelper mode 5, build-depend accordingly. * Don't generate cdbs build-depends automatically, thanks. * Use ${gnome:Version} and ${gnome:NextVersion}. * Call clean-la.mk and gnome-version.mk. * Require gnome-pkg-tools 0.7. * Regenerate the Debian manpages to remove French iso-8859-1 text. -- Josselin Mouette Sun, 3 Dec 2006 23:25:17 +0100 gnome-panel (2.14.3-3) unstable; urgency=low * Sync with overrides: set libpanel-applet2-dbg's priority to extra. * Fix upstream version computation to allow "-" in upstream versions. * New patch, 10_panel-transparency-after-resolution-change, to fix wrong geometry calculation of the root window after a resolution change which broke gnome-panel transparency; taken from GNOME #353781; patch by bugreports@nn7.de; thanks Soeren Sonnenburg. -- Loic Minier Fri, 24 Nov 2006 14:31:19 +0100 gnome-panel (2.14.3-2) unstable; urgency=low [ Josselin Mouette ] * Move menu-xdg to a Depends: instead of a Recommends: (closes: #322517). Rationale: people who don't want the Debian menu can remove "menu" and the "empty menu" bug has been fixed some time ago. [ Loic Minier ] * Only update-gconf-defaults on removal, not on purge. (Closes: #387925) * Cleanup postinst and postrm. -- Loic Minier Sun, 17 Sep 2006 21:11:15 +0200 gnome-panel (2.14.3-1) unstable; urgency=low * New upstream release; no API changes. -- Loic Minier Tue, 8 Aug 2006 11:05:53 +0200 gnome-panel (2.14.2-2) unstable; urgency=low * Install default entries properly (closes: #369858). + rules: move the entries to /usr/share/gconf/defaults. + control.in: depend on gconf2 2.14.0-2 instead of ${misc:Depends}. + Call update-gconf-defaults in postinst and postrm. + gnome-panel-data.postinst: recursively unset the entries in /etc. From now on, the administrator will be able to use this place to customize the default panel layout. -- Josselin Mouette Thu, 3 Aug 2006 00:01:42 +0200 gnome-panel (2.14.2-1) unstable; urgency=low [ Josselin Mouette ] * Remove the dependency on this broken gamin package, and remove fam as well as gnome-menus now use gnome-vfs as a backend (closes: #349835, #367094, #351093). [ Loic Minier ] * Make gnome-panel Recommend evolution-data-server. (Closes: #372567) * Drop the useless libnspr4-dev build-dep, thanks Steve Langasek. [debian/control, debian/control.in] * New upstream release. - Bump up libgnomevfs2-dev build-dep to >= 2.14.2. [debian/control, debian/control.in] * Use ${binary:Version} instead of ${Source-Version}. * Add ${misc:Depends}. * Update watch file to track stable series. -- Loic Minier Sat, 24 Jun 2006 11:14:15 +0200 gnome-panel (2.14.1-1) unstable; urgency=low [ Guilherme de S. Pastore ] * New upstream release. * debian/control.in, debian/control: - updated e-mail address. - updated Standards-Version to 3.7.2. - updated build dependencies according to configure.in. - changed build-dep on libnspr-dev to libnspr4-dev to use xulrunner. * debian/patches/06_sync_clear_documents.patch: - dropped; libegg updated upstream. * debian/patches/99_reautogenization.patch: - dropped; the gnome-panel maintainer runs a Debian derivative. [ Marco Cabizza ] * debian/control.in: - changed build-dep on deprecated libpng3-dev to libpng12-dev. [ Ross Burton ] * Build-depend on libecal1.2-dev, not libedata-cal1.2-dev [ Josselin Mouette ] * Make the package binNMU-safe. - Build-depend on dpkg-dev 1.13.19. - Use ${source:Version}. * Remove a useless ${Source-Version}. -- Guilherme de S. Pastore Mon, 8 May 2006 15:54:43 -0300 gnome-panel (2.12.3-2) unstable; urgency=low * Simple rebuild to get rid of references to Xcursor.la and Xrender.la. -- Loic Minier Sun, 23 Apr 2006 21:31:36 +0200 gnome-panel (2.12.3-1) unstable; urgency=low [ Guilherme de S. Pastore ] * debian/control.in: - General cleanups - Added the alternative on x-terminal-emulator back, as gnome-panel obeys the GNOME prefered applications settings. [ Loic Minier ] * Depend on gamin | fam since gnome-vfs deps are not enough to ensure it's there. (Closes: #353164) [debian/control, debian/control.in] [ Sjoerd Simons ] * New upstream release * Let libpanel-applet2-dev depend on liborbit2-dev >= 2.12.4. It defines the new ORBIT2_MAYBE_CONS macro the code generator uses. (Closes: #350883) * debian/patches/99_reautogenization.patch + Updated. -- Sjoerd Simons Mon, 20 Feb 2006 22:56:36 +0100 gnome-panel (2.12.2-3) unstable; urgency=low * Upload to unstable (Closes: #347881) [ Josselin Mouette ] * Suggest gnome-terminal only, as x-terminal-emulator won't be used (closes: #291058). -- Guilherme de S. Pastore Fri, 13 Jan 2006 13:40:37 -0200 gnome-panel (2.12.2-2) experimental; urgency=low * Build-depend on libedataserverui1.2-dev (>= 1.3.0), so control-center and gnome-panel can't be build with conflicting e-d-s libraries. -- Sjoerd Simons Tue, 27 Dec 2005 19:54:59 +0100 gnome-panel (2.12.2-1) experimental; urgency=low * New upstream release * debian/patches/02_panel-menu-items.c.patch: - dropped; applied upstream * Don't build on a separate directory, it breaks gnome-doc-utils -- Guilherme de S. Pastore Wed, 30 Nov 2005 14:30:20 -0200 gnome-panel (2.12.1-2) experimental; urgency=low * New maintainer Thanks for all your work, Marc! * debian/patches/06_sync_clear_documents.patch: - patch from upstream CVS to force update when Gamin/FAM notification is not available (Closes: #319800, #330847) -- Guilherme de S. Pastore Fri, 11 Nov 2005 20:54:11 -0200 gnome-panel (2.12.1-1) experimental; urgency=low [ Gustavo Noronha Silva ] * New upstream release * debian/patches/01_defaults_add_notifarea.patch, debian/patches/02_clockapplet_reload_timezone.patch, debian/patches/03_libpanel-applet_X11_link_missing.patch - removed, applied upstream or fixed otherwise * debian/patches/02_panel-menu-items.c.patch: - added, from Ubuntu's package packaging patch, which added it from GNOME's bugzilla #315322 * debian/patches/99_reautogenization.patch: - updated with: libtoolize -c -f --automake && aclocal-1.9 && autoheader && \ automake-1.9 -acf && autoconf && rm -rf autom4te.cache * debian/patches/04_menus_rename.patch: - updated * debian/rules: - disable scrollkeeper on build, based on Ubuntu's change * debian/watch: - updated for 2.12 major * debian/control.in: - updated Build-Depends according to Ubuntu's package and on the upstream package's configure.in pkgconfig stuff [ Guilherme de S. Pastore ] * debian/control.in: - moved menu-xdg from Suggests to Recommends (Closes: #315782) [ Loic Minier ] * Clarify "Copyright" versus "License". -- Gustavo Noronha Silva Sat, 29 Oct 2005 19:54:10 -0200 gnome-panel (2.10.2-2) UNRELEASED; urgency=low * Menu transition, part 1 and 2: move from #!/usr/sbin/install-menu to #!/usr/bin/install-menu. [debian/gnome-vfolder-user, debian/gnome-panel-data.menu-method.experimental, debian/gnome-panel-data.menu-method] -- Loic Minier Thu, 20 Oct 2005 16:33:49 +0200 gnome-panel (2.10.2-1) unstable; urgency=low * New upstream release * Removed 06_fr_po_fix.patch now included upstream. * Re-autogen-ized. * Increased Standards-Version (no changes needed). -- Marc Dequènes (Duck) Tue, 28 Jun 2005 23:30:00 +0200 gnome-panel (2.10.1-5) unstable; urgency=medium * Don't overwrite DEB_CONFIGURE_SCRIPT_ENV completely. * Remove most replaces and conflicts fields, they are unused now. * gnome-panel only Recommends: gnome-session. * gnome-panel-data only Recommends: gnome-panel (breaking a dependency cycle). -- Josselin Mouette Sat, 25 Jun 2005 19:45:52 +0200 gnome-panel (2.10.1-4) unstable; urgency=low * Replaced Suggests on menu by menu-xdg (Closes: #313011). * Added patch to fix missing includes from Dann Frazier (Closes: #314692). * Fix fr translation s/Environnement de bureau/Bureau/ (from GNOME CVS) (Closes: #313351). * Now building in 'debian/build/' directory (cleaner). * Pass --as-needed to LDFLAGS to reduce dependencies if possible. * Disabled evolution-data-server support on Hurd (thanks to Michael Banck). -- Marc Dequènes (Duck) Sun, 19 Jun 2005 11:51:40 +0200 gnome-panel (2.10.1-3) unstable; urgency=low * Upload to unstable (Closes: #312609). * Added patch to solve menu files conflicts with other desktop environnements (Closes: #307098) (thanks to seb128). * Removed clean rule hack to work around #299010. -- Marc Dequènes (Duck) Tue, 7 Jun 2005 23:44:00 +0200 gnome-panel (2.10.1-2) experimental; urgency=low * Some more build-depends, depends, and suggests update (gnome-about and new gnome-menus are now dependencies). * Fixed in 2.10 branch : + drawer does not open at the right place on dual-screen display (Closes: #260480). + click repeat rate in calendar view for clock applet is too fast (Closes: #272885). + panel won't scale some SVGs properly (Closes: #275215). + translation error in pt-BR (Closes: #293656). * Removed 'gnome-panel-screenshot' man page (command moved to gnome- utils). * Fixed stupid cut-and-paste mistake in 'debian/copyright'. -- Marc Dequènes (Duck) Sun, 17 Apr 2005 02:25:16 +0200 gnome-panel (2.10.1-1) experimental; urgency=low * New upstream release * Removed the following patches now included upstream : + 03_french_typo.patch + 06_translation_silliness.patch + 08_improved_run_in_term_speed.patch * Mass build-depends and depends update. * Patched libpanel-applet to correctly link with X11. * Re-autogen-ized. * Removed '/usr/share/gnome-panel' not used anymore in 'debian/gnome- panel-data.install'. * Updated 'debian/watch'. -- Marc Dequènes (Duck) Sun, 10 Apr 2005 21:06:35 +0200 gnome-panel (2.8.3-1) unstable; urgency=medium * Marc Dequènes: + Rebuilt with fixed libgnomeui without non-free howl stuff (Closes: #298887) (thus urgency). + Used revised timezone patch for clock applet made by Stephen Gildea (Closes: #294591). + Made load of gconf config quiet (Closes: #293204). + Readded 'userprefix' in menu-method as it broke 'favorites://' in nautilus (Closes: #295091). + Added a menu-method to produce a customisable Debian menu made by Bill Allombert (not activated by default, see README.Debian) (Closes: #259400). * Sjoerd Simons: + New upstream release + debian/patches/07_empty_desktop_keys.patch - Removed. Merged upstream. -- Marc Dequènes (Duck) Sun, 13 Mar 2005 11:01:55 +0100 gnome-panel (2.8.2-2) unstable; urgency=medium * urgency high because menu bug is very bad for sarge, and custom lauchers are an important feature which is unfortunatly broken. * menu : (thanks to Bill Allombert) + updated suggests and added conflicts for nice woody transition (Closes: #291085). + removed unuseful 'userprefix' in menu-method. * Added patches : + custom lauchers fix from Sjoerd Simons (Closes: #291185). + run-application typing completion speed improvements (from gnomezilla) (Closes: #287120). * Corrected doc-base index location (Closes: #285650). * Corrected descriptions to please lintian. -- Marc Dequènes (Duck) Fri, 28 Jan 2005 23:58:50 +0100 gnome-panel (2.8.2-1) unstable; urgency=low * New upstream release : + no longer respond to delete event (Closes: #254972). * CDBS Tweaks. * Regenerated '05_clockapplet_reload_timezone.patch'. * Regenerated relibtoolize patch. * Updated policy to 3.6.1.1 (no changes needed). * Patched or and uk translations : some translators should _really_ learn how to read english. -- Marc Dequènes (Duck) Fri, 10 Dec 2004 02:31:05 +0100 gnome-panel (2.8.1-2) unstable; urgency=low * Upload to unstable. -- Sebastien Bacher Fri, 19 Nov 2004 13:14:18 +0100 gnome-panel (2.8.1-1) experimental; urgency=low * New upstream release. * Removed '03_define_types.patch' not necessary anymore. * Regenerated relibtoolize patch. * Reintroduced '04_french_typo.patch' removed by mistake. -- Marc Dequènes (Duck) Thu, 14 Oct 2004 01:28:31 +0200 gnome-panel (2.8.0.1-1) experimental; urgency=low * New upstream release : + clock applet : fixed padding on a 24px panel (Closes: #258323). + fix panel orientation badly set/remembered (Closes: #216997). + fix freakiness with autohiding and snap-to-screen-edge (Closes: #255608). * [JHM] Added devhelp doc symlink (Closes: #273491) * Dropped '04_french_typo.patch' now included upstream. -- Marc Dequènes (Duck) Sun, 3 Oct 2004 15:09:48 +0200 gnome-panel (2.8.0-2) experimental; urgency=low * Version 2.8.0 corrects : + run in terminal works again (Closes: #262487). + custom launcher command browser was lacking navigation entries (Closes: #254443). * Enabled evolution-data-server support (Closes: #272061). * Updated versions in 'debian/control'. -- Marc Dequènes (Duck) Wed, 22 Sep 2004 00:50:02 +0200 gnome-panel (2.8.0-1) experimental; urgency=low * New upstream release. * Updated watch file. * Regenerated relibtoolize patch. * Made build idempotent (typo patch for 'po/fr.po' was causing problems) * Added 'autotools-dev' to build dependencies to take advantage of the CDBS automatic 'config.*' management. -- Marc Dequènes (Duck) Tue, 14 Sep 2004 21:16:42 +0200 gnome-panel (2.7.92-1) experimental; urgency=low * New upstream release : + correct pointer detection problem on multiscreen causing several problems like autihiding not always working (Closes: #178710) + new add applet dialog (Closes: #247982) (bug obsoleted) * NOTICE : panel settings dialog was removed upstream, use gconf editor instead. * Build-Depends/Depends versions update (Closes: #261327). * Ported changes from 2.6.2-2 & 2.6.2-3. * Removed 03_po_gu_fix.patch now included upstream. * Patch added to correct a typo in french translation (Closes: #268618). * Corrected quoting problem in description (Closes: #244071). * Patch from gnomezilla to reload timezone in clock applet (Closes: #61611). * Regenerated relibtoolize patch. -- Marc Dequènes (Duck) Sun, 12 Sep 2004 17:57:49 +0200 gnome-panel (2.7.91.1-1) experimental; urgency=low * New upstream development release. * [debian/control.in] Bumped libwnck build dependency as per configure.in. * [debian/patches/02_relibtoolise.patch] Regenerated. * [debian/gnome-panel-data.install] Removed debian/tmp/usr/share/control-center-2.0 . * [debian/rules] Ensure at build time that all symbols are resolvable; make the linker work a bit harder to speed up dynamic loading. -- J.H.M. Dassen (Ray) Sat, 21 Aug 2004 13:22:47 +0200 gnome-panel (2.7.4.1-1) experimental; urgency=low * New upstream release : + updated translations (Closes: #247982, #247984). * Regenerated relibtoolize patch. -- Marc Dequènes (Duck) Wed, 21 Jul 2004 18:24:00 +0200 gnome-panel (2.7.3-1) experimental; urgency=low * New upstream release * Regenerated relibtoolize patch. -- Marc Dequènes (Duck) Tue, 6 Jul 2004 14:38:10 +0200 gnome-panel (2.7.1-1) experimental; urgency=low * New upstream release -- Marc Dequènes (Duck) Thu, 24 Jun 2004 20:30:55 +0200 gnome-panel (2.6.2-1) unstable; urgency=low * New upstream release. * Updated some Build-Depends versions. * Regenerated '02_relibtoolise.patch'. -- Marc Dequènes (Duck) Sat, 19 Jun 2004 11:14:06 +0200 gnome-panel (2.6.1-4) unstable; urgency=low * GNOME Team Upload. * Upload in unstable. * debian/control.in: + Don't Build-Depends on evolution-data-server since this package is not in unstable -- Sebastien Bacher Wed, 26 May 2004 16:38:41 +0200 gnome-panel (2.6.1-3) experimental; urgency=low * GNOME Team Upload. * Rebuilt with new evolution-data-server (Closes: #250807). -- Sebastien Bacher Tue, 25 May 2004 19:38:22 +0200 gnome-panel (2.6.1-2) experimental; urgency=low * Added missing Build-Depends on 'libxmu-dev' (Closes: #247285). -- Marc Dequènes (Duck) Thu, 20 May 2004 18:39:24 +0200 gnome-panel (2.6.1-1) experimental; urgency=low * New upstream release : - fixed visibility problem with solid-color background (Closes: #179871). * Recreated and split relibtoolize patch. * Improved tight versioning rules. * Deactivated gtk-doc documentation regeneration (see GNOME Policy on Alioth for details). * Removing all remaining 'Makefile' files in clean rule. -- Marc Dequènes (Duck) Wed, 21 Apr 2004 02:47:43 +0200 gnome-panel (2.6.0-5) experimental; urgency=low * Gustavo Noronha Silva: - debian/gnome-panel-data.postinst: + add a call to gconftool-2 to --load the .entries file which contains the default panel configuration -- Gustavo Noronha Silva Thu, 15 Apr 2004 22:14:40 -0300 gnome-panel (2.6.0-4) experimental; urgency=low * Added missing Replaces for 'libpanel-applet2-dev' on 'gnome-panel- data' for 2.4->2.6 transition. * J.H.M. Dassen (Ray): - [debian/patches/01_relibtoolise.patch] New. Cut down direct dependencies. * Jordi Mallach: - debian/control.in: build-depend on an epoched libglade2-dev. - debian/rules: don't let clean fail if find returns error. -- Marc Dequènes (Duck) Fri, 9 Apr 2004 04:02:26 +0200 gnome-panel (2.6.0-3) experimental; urgency=low * Rebuilt to use 'evolution-data-server'. -- Marc Dequènes (Duck) Mon, 29 Mar 2004 23:56:27 +0200 gnome-panel (2.6.0-2) experimental; urgency=low * Corrected 'gnome-applet' tight dependency on 'libpanel-applet2-0'. * Corrected missing Build-Depends on 'cdbs'. * Updated Depends & Recommends. -- Marc Dequènes (Duck) Sun, 28 Mar 2004 23:29:52 +0200 gnome-panel (2.6.0-1) experimental; urgency=low * New Maintainer (Closes: 238884). * New upstream release: + fix X resource leak (Closes: #235903). + fix auto-open behaviour for drawers (Closes: #216577). * Switched to CDBS. * Updated Uploaders and using the 'gnome-pkg-tools' pkg. * Added some Replaces/Conflicts for smoother upgrade. * Compatibility level switched to 4, and old patches were deactivated. * Cleaned dirty 'debian/*' made by CM, now using simple and clean CDBS rules and '*.install' files. * Improved 'debian/copyright'. * Removed now unused 'go.uue' to genrate 'go.png'. * 'debian/control', 'debian/changelog' and 'debian/copyright' are now UTF-8 encoded. -- Marc Dequènes (Duck) Sun, 28 Mar 2004 23:21:32 +0200 gnome-panel (2.4.2-4) unstable; urgency=low * the right -- Christian Marillat Fri, 19 Mar 2004 15:39:39 +0100 gnome-panel (2.4.2-3) unstable; urgency=low * Remove DTD hack and update scrollkeeper dependency to 0.3.14-5 * Add outputencoding="UTF-8" in menu-method file (Closes: #230804) -- Christian Marillat Sun, 8 Feb 2004 11:09:26 +0100 gnome-panel (2.4.2-2) unstable; urgency=low * Suggests gnome-system-tools for gnome-panel, needed if you want to set up the system time (Closes: #229043) -- Christian Marillat Fri, 23 Jan 2004 11:52:49 +0100 gnome-panel (2.4.2-1) unstable; urgency=low * New upstream release. * Remove 05_manpage patch, included by upstream -- Christian Marillat Fri, 16 Jan 2004 10:22:17 +0100 gnome-panel (2.4.1-7) unstable; urgency=low * debian/prerm Unregister schemas file from the database. -- Christian Marillat Fri, 9 Jan 2004 15:48:01 +0100 gnome-panel (2.4.1-6) unstable; urgency=low * Add a version (>= 2.4.0) to the gnome-applets recommends (Closes: #223550) -- Christian Marillat Wed, 31 Dec 2003 09:21:18 +0100 gnome-panel (2.4.1-5) unstable; urgency=low * Add a -dbg package for libpanel-applet2 library (Closes: #220734) * Add missing manpages. -- Christian Marillat Sun, 7 Dec 2003 11:05:31 +0100 gnome-panel (2.4.1-4) unstable; urgency=low * Panel should conflicts with metacity <= 2.6.0 (Closes: #217122) * Patch from bugzilla to fix duplicate entries in the help message (Closes: #183130) * debian/control update build-dependecies to GNOME 2.4 packages (Closes: #217497) -- Christian Marillat Sat, 25 Oct 2003 09:54:07 +0200 gnome-panel (2.4.1-3) unstable; urgency=low * Register default panel configuration with gconftool (Closes: #216600) -- Christian Marillat Mon, 20 Oct 2003 01:19:20 +0200 gnome-panel (2.4.1-2) unstable; urgency=low * gnome-panel-data should replaces gnome-desktop-data (Closes: #216458) * Rebuild to remove liblinc dependency in the -dev package -- Christian Marillat Sun, 19 Oct 2003 10:01:36 +0200 gnome-panel (2.4.1-1) unstable; urgency=low * New upstream release. * Should suggest a terminal emulator for the run program dialog (Closes: #214650) * Don't need to depends on xbase-clients -- Christian Marillat Sat, 18 Oct 2003 10:36:24 +0200 gnome-panel (2.2.2.2-2) unstable; urgency=low * Change userprefix in menu-method. You can access user generated Debian menus with favorites:/// in nautilus * Use theme folder icons for Debian menus (Closes: #207494) * New patch to fix manpage entry for gnome-panel (Closes: #212037) -- Christian Marillat Sun, 21 Sep 2003 23:33:11 +0200 gnome-panel (2.2.2.2-1) unstable; urgency=low * New upstream release. -- Christian Marillat Tue, 15 Jul 2003 15:28:51 +0200 gnome-panel (2.2.2.1-2) unstable; urgency=low * Patch 04_drawer.c to fix a panel crash when a new drawer is added (Closes: #198695) -- Christian Marillat Sat, 28 Jun 2003 14:35:49 +0200 gnome-panel (2.2.2.1-1) unstable; urgency=low * New upstream release * Add a gnome-control-center (>= 2.2.2) dependency (Closes: #198371) * New patch (01) to fix broken translation in bn.po (Closes: #193635) -- Christian Marillat Sun, 22 Jun 2003 15:44:58 +0200 gnome-panel (2.2.2-1) unstable; urgency=low * New upstream release. -- Christian Marillat Fri, 16 May 2003 17:45:28 +0200 gnome-panel (2.2.1-2) unstable; urgency=low * Only add longtitle as tooltip in Debian menu (Closes: #186697) * Update section * Add go icon -- Christian Marillat Sun, 13 Apr 2003 08:29:10 +0200 gnome-panel (2.2.1-1.1) unstable; urgency=low * zero source change NMU to resolve problems on ia64 that binary NMU caused -- Bdale Garbee Fri, 11 Apr 2003 02:13:24 -0600 gnome-panel (2.2.1-1) unstable; urgency=low * New upstream release. * Remove notification applet patch -- Christian Marillat Tue, 11 Mar 2003 15:51:00 +0100 gnome-panel (2.2.0.1-2) unstable; urgency=low * Patch to fix the notification applet crash (Closes: #180133) -- Christian Marillat Mon, 17 Feb 2003 16:04:23 +0100 gnome-panel (2.2.0.1-1) unstable; urgency=low * New upstream release. * Remove replaces libpanel-applet-dev in the -dev package. -- Christian Marillat Tue, 4 Feb 2003 14:36:28 +0100 gnome-panel (2.2.0-2) unstable; urgency=low * Conflicts with system-tray-applet (Closes: #178278) * Add versioned conflicts for gnome-core (Closes: #178401) -- Christian Marillat Sat, 25 Jan 2003 23:52:18 +0100 gnome-panel (2.2.0-1) unstable; urgency=low * New upstream release. -- Christian Marillat Tue, 21 Jan 2003 15:33:47 +0100 gnome-panel (2.1.90.1-1) unstable; urgency=low * New upstream release. * Add a quick-lounge-applet (<= 0.98-1) conflicts, this applet crash the panel. * Launcher are restored properly (Closes: #172385) * Menu panel doesn't disappears (Closes: #172848) * Fixes panel hogging the CPU when hide_delay and show_delay are zero (Closes: #174002) * Fix inbox monitor randomly displays wildly inaccurate info (Closes: #168877) * debian/control Add yelp and gnome2-user-guide in Suggests for the panel -- Christian Marillat Sat, 18 Jan 2003 17:12:02 +0100 gnome-panel (2.0.11-3) unstable; urgency=low * Bump Standards-Version to 3.5.8 -- Christian Marillat Sat, 28 Dec 2002 17:55:58 +0100 gnome-panel (2.0.11-2) unstable; urgency=low * Move libpanel documentation in a -doc package (Closes: #171007) -- Christian Marillat Fri, 20 Dec 2002 16:18:00 +0100 gnome-panel (2.0.11-1) unstable; urgency=low * New upstream release. -- Christian Marillat Fri, 15 Nov 2002 14:40:58 +0100 gnome-panel (2.0.10-2) unstable; urgency=low * Upload to unstable * Gnome-hints has been removed (Closes: #152335) * Fix in clock update (Closes: #156401) * Applets save their properties (Closes: #135569) * No more buttons in the tasklist applet (Closes: #116205) * Docklet has been removed (Closes: #137450) * Launcher properties are now saved (Closes: #139827) * Now menus are always sorted (Closes: #150649) * kmail doesn't crash the panel (Closes: #146706) * The tasklist isn't dynamic resizable (Closes: #89752) * No more problem with windowmaker and the panel (Closes: #94592) * No more duplicate entrie in the main menu (Closes: #97473) * No more memory leak in the tasklist applet (Closes: #103880) * Tasklist doen't display app titles (Closes: #112059) * Netscape entry menu is fixed (Closes: #135992) * No more "Fill window thumbnails" option in tasklist (Closes: #151134) * Tooltips in the arrows panel are correctly displayed (Closes: #113642) * Completion in run dialog work with ctrl-TAB (Closes: #75665) * gmenu has been removed (Closes: #95014) * menu have a mozilla entry (if mozilla is present) (Closes: #135993) * Xemacs.desktop has been removed (Closes: #148500) -- Christian Marillat Mon, 28 Oct 2002 16:08:15 +0100 gnome-panel (2.0.10-1) experimental; urgency=low * New upstream release. * gnome-panel should depends on xbase-clients for xrdb * Add build-dependency for xbase-clients -- Christian Marillat Mon, 14 Oct 2002 16:47:55 +0200 gnome-panel (2.0.9-4) experimental; urgency=low * Upload with original tarball -- Christian Marillat Sun, 29 Sep 2002 17:45:08 +0200 gnome-panel2 (2.0.9-3) experimental; urgency=low * Upload without the 2 suffix -- Christian Marillat Sat, 28 Sep 2002 18:46:17 +0200 gnome-panel2 (2.0.9-2) experimental; urgency=low * Add libmpg3-dev in build-depends (Closes: #160758) * Update to standards version 3.5.7 * -dev package should depends on the same lib version -- Christian Marillat Mon, 16 Sep 2002 11:35:00 +0200 gnome-panel2 (2.0.9-1) experimental; urgency=low * New upstream release. * Update lignome-ui-dev dependencies to 2.0.5-2 -- Christian Marillat Fri, 6 Sep 2002 13:50:51 +0200 gnome-panel2 (2.0.8-1) experimental; urgency=low * New upstream release. -- Christian Marillat Thu, 5 Sep 2002 19:00:46 +0200 gnome-panel2 (2.0.7-1) experimental; urgency=low * New upstream release. -- Christian Marillat Tue, 27 Aug 2002 11:19:52 +0200 gnome-panel2 (2.0.6-2) experimental; urgency=low * Add scrollkeeper in build-depends * Build against the latest libgnomevfs2-dev 2.0.2-4 -- Christian Marillat Fri, 16 Aug 2002 17:36:42 +0200 gnome-panel2 (2.0.6-1) experimental; urgency=low * New upstream release. -- Christian Marillat Mon, 12 Aug 2002 19:44:49 +0200 gnome-panel2 (2.0.5-1) experimental; urgency=low * New upstream release. -- Christian Marillat Thu, 8 Aug 2002 16:46:21 +0200 gnome-panel2 (2.0.4-1) experimental; urgency=low * New upstream release. -- Christian Marillat Mon, 5 Aug 2002 19:35:26 +0200 gnome-panel2 (2.0.3-2) experimental; urgency=low * Recompiled against the latest lignome-vfs to remove libssl dependency. -- Christian Marillat Fri, 2 Aug 2002 17:14:51 +0200 gnome-panel2 (2.0.3-1) experimental; urgency=low * New upstream release. * Remove gmenu entry in menu file (Closes: #153213) * debian/menu s/panel/gnome-panel/ -- Christian Marillat Tue, 30 Jul 2002 17:08:21 +0200 gnome-panel2 (2.0.2-1) experimental; urgency=low * New upstream release. -- Christian Marillat Mon, 15 Jul 2002 15:31:05 +0200 gnome-panel2 (2.0.1-1) experimental; urgency=low * New upstream release. -- Christian Marillat Mon, 17 Jun 2002 16:07:40 +0200 gnome-panel2 (2.0.0-1) experimental; urgency=low * New upstream release. * Replace "Distribution menu" by "Debian menu" -- Christian Marillat Mon, 10 Jun 2002 16:51:50 +0200 gnome-panel2 (1.5.24-2) experimental; urgency=low * Build against the latest libraries. -- Christian Marillat Sun, 9 Jun 2002 18:29:23 +0200 gnome-panel2 (1.5.24-1) experimental; urgency=low * New upstream release. * Remove call to Internet DTD (Closes: #148899) * Call scrollkeeper-update in gnome-panel-data2.postrm -- Christian Marillat Tue, 4 Jun 2002 17:22:35 +0200 gnome-panel2 (1.5.23-1) experimental; urgency=low * New upstream release. -- Christian Marillat Tue, 28 May 2002 15:51:18 +0200 gnome-panel2 (1.5.22-2) experimental; urgency=low * debian/rules Add GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 in install target. * gnome-panel2 should depends on gnome-desktop-data * debian/gnome-panel-data2.postinst check if schemas files are present before calling gconftool-2 -- Christian Marillat Mon, 27 May 2002 16:01:57 +0200 gnome-panel2 (1.5.22-1) experimental; urgency=low * New upstream release. -- Christian Marillat Mon, 20 May 2002 21:58:18 +0200 gnome-panel2 (1.5.21-1) experimental; urgency=low * New upstream release. * Add support for DEB_HOST_GNU_TYPE DEB_BUILD_GNU_TYPE and DEB_BUILD_OPTIONS -- Christian Marillat Wed, 15 May 2002 20:39:24 +0200 gnome-panel2 (1.5.20-1) experimental; urgency=low * New upstream release. -- Christian Marillat Sun, 12 May 2002 14:25:08 +0200 gnome-panel2 (1.5.19-1) experimental; urgency=low * New upstream release. -- Christian Marillat Mon, 29 Apr 2002 20:51:20 +0200 gnome-panel2 (1.5.18-1) experimental; urgency=low * New upstream release. -- Christian Marillat Mon, 22 Apr 2002 16:41:41 +0200 gnome-panel2 (1.5.17-1) experimental; urgency=low * New upstream release. -- Christian Marillat Wed, 17 Apr 2002 15:46:23 +0200 gnome-panel2 (1.5.16-1) experimental; urgency=low * New upstream release. -- Christian Marillat Mon, 1 Apr 2002 22:40:37 +0200 gnome-panel2 (1.5.15-1) experimental; urgency=low * New upstream release. -- Christian Marillat Fri, 29 Mar 2002 17:01:04 +0100 gnome-panel2 (1.5.12-2) experimental; urgency=low * Add libwnck-dev in build-depends (Closes: #137954) -- Christian Marillat Wed, 13 Mar 2002 10:51:00 +0100 gnome-panel2 (1.5.12-1) experimental; urgency=low * New upstream release. -- Christian Marillat Tue, 5 Mar 2002 14:47:36 +0100 gnome-panel2 (1.5.11-1) experimental; urgency=low * New upstream release. -- Christian Marillat Tue, 26 Feb 2002 15:37:43 +0100 gnome-panel2 (1.5.10-2) experimental; urgency=low * Replace gettext by intltoo in build-depends -- Christian Marillat Mon, 25 Feb 2002 15:40:43 +0100 gnome-panel2 (1.5.10-1) experimental; urgency=low * new upstream release. -- Christian Marillat Mon, 18 Feb 2002 22:06:48 +0100 gnome-panel2 (1.5.9-1) experimental; urgency=low * New upstream release. -- Christian Marillat Fri, 15 Feb 2002 00:38:51 +0100 gnome-panel2 (1.5.7-1) experimental; urgency=low * New upstrema release. -- Christian Marillat Tue, 5 Feb 2002 14:41:01 +0100 gnome-core2 (1.5.4-1) experimental; urgency=low * New upstream release. -- Christian Marillat Sun, 20 Jan 2002 16:21:40 +0100 gnome-core (1.4.0.4-16) unstable; urgency=low * Fix typo in gnome-terminal.wrapper (Closes: #127768) * Remove gnome-hint patche (Closes: #121390, #129184) * debian/control Replace libpng-dev by libpng2-dev in Build-Depends (Closes: #128377) -- Christian Marillat Mon, 14 Jan 2002 15:04:52 +0100 gnome-core (1.4.0.4-15) unstable; urgency=low * Build against the latest gnome-libs to update the libzvt2 dependency (Closes: #127309, #127271) * debian/control Replace libpng2-dev by libpng-dev in Build-Depends. * debian/control Build-depends on libzvt-dev (>= 1.4.1.2-9) -- Christian Marillat Tue, 1 Jan 2002 15:27:43 +0100 gnome-core (1.4.0.4-14) unstable; urgency=low * Fix typo in gnome-terminal.1 (Closes: #123073) * Fix base page for doc-base in libpanel-applet-dev package. * Fix typo in gnome-help documentation (Closes: #126566) * Apply patch to allows meta functionnality in gnome-terminal (Closes: #50427) -- Christian Marillat Thu, 27 Dec 2001 14:47:36 +0100 gnome-core (1.4.0.4-13) unstable; urgency=low * Default font for gnome-terminal is "fixed" only (Closes: #117126) * Patch against gnome-hint.c Don't use gettext for font descriptor (Closes: #116606) * Patch against gnome-about/Makefile.am to use new gdk_pixbuf include path (Closes: #120312) * Revert my change on logout.c Only root can shutdown/reboot from the panel (Closes: #119316, #120127) -- Christian Marillat Tue, 20 Nov 2001 11:36:05 +0100 gnome-core (1.4.0.4-12) unstable; urgency=low * gnome-wm honour --default-wm (Closes: #115668) * Build against the latest gnome-libs -- Christian Marillat Sun, 21 Oct 2001 14:11:19 +0200 gnome-core (1.4.0.4-11) unstable; urgency=low * debian/control lynx comeback in Recommends (Closes: #114142) * debian/control replaces xml-i18n-tools by intltool (Closes: #115024) * Fix automake 1.5 errors. Thanks to Denis Barbier (Closes: #114369) * Build against the latest orbit (Closes: #115309) -- Christian Marillat Fri, 12 Oct 2001 10:46:49 +0200 gnome-core (1.4.0.4-10) unstable; urgency=low * Fix typo in panel/panel.hints (Closes: #113590) * Replace lynx by w3m (Closes: #113613) * Move gnome-terminal.desktop in gnome-terminal package (Closes: #113736) * Move gnome-help.desktop in gnome-help package * debian:control Add Replaces: gnome-panel-data (<= 1.4.0.4-9) for above * Patch against gsm/logout.c Now you can reboot/halt your machine from the panel. This only work for root, because shutdown doesn't understand the -a option. Read README.debian in gnome-panel package. * debian/rules Remove less files in clean target (Closes: #114020) -- Christian Marillat Mon, 1 Oct 2001 11:34:06 +0200 gnome-core (1.4.0.4-9) unstable; urgency=low * Add Debian menu for panel and gmenu (Closes: #112176) * Remove /var/lib/gnome on purge (Closes: #113005) * Remove /etc/gnome/config on purge (Closes: #112994) * Remove /etc/gnome on purge (Closes: #112995) * debian/control replace cygnus-stylesheets by docbook-utils -- Christian Marillat Mon, 24 Sep 2001 18:39:19 +0200 gnome-core (1.4.0.4-8) unstable; urgency=high * High urgency, because the current release in testing has a missing dependency on libpanel-applet0 and the panel package doesn't work if libpanel-applet0 isn't installed (Closes: #111517) * debian/control for gnome-help, move lynx from depends to recommends (Closes: #109652) * debian/control gnome-panel suggests fortune-mod (Closes: #110865) * debian/control gnome-help suggests gnome-users-guide not gnome-users-guide-en (Closes: #111200) * Don't change cursor color (Closes: #97697) * Change default font for gnome-terminal (Closes: #111319) -- Christian Marillat Fri, 7 Sep 2001 15:06:07 +0200 gnome-core (1.4.0.4-7) unstable; urgency=low * Fix path in gnome-session.1 (Closes: #107724) * debian/*.sgml Use docbook 4.1 * debian/control gnome-help-data Replaces gnome-terminal (<= 1.0.55-2) (CLoses: #107948) -- Christian Marillat Wed, 8 Aug 2001 08:07:56 +0200 gnome-core (1.4.0.4-6) unstable; urgency=low * debian/rules for dh_makeshlibs replace libcapplet0 by libpanel-applet0 (Closes: #105772) -- Christian Marillat Wed, 18 Jul 2001 19:02:59 +0200 gnome-core (1.4.0.4-5) unstable; urgency=low * Patch against gnome-edit to use EDITOR if the default gnome editor is unavailable. * Remove gnome-wm patch, and move the patched file in debian/ * debian/gnome-wm Try to exec $WINDOW_MANAGER before x-window-manager (Closes: #103430 * New patch from Michael Urman to hide task names in tasklist_applet (Closes: #104587) -- Christian Marillat Sat, 14 Jul 2001 16:58:12 +0200 gnome-core (1.4.0.4-4) unstable; urgency=low * Gnome-help Provides: man-browser, www-browser, info-browser * Switch to debhelper V3 * Change libraries versionning to (>= 1.4.0.2-3) instead of the latest package number. * Build-depends on groff-base instead of groff -- Christian Marillat Fri, 22 Jun 2001 17:02:37 +0200 gnome-core (1.4.0.4-3) unstable; urgency=low * New patch: Allows to save/load the keyboard secure state (Closes: #83028) * New patch: Remove a warning in configure * gnome-help replace gnome-panel-data (Closes: #99499) * Build-depends on xml-i18n-tools (>= 0.8.4.cvs.20010530-1) (Close: #98784) -- Christian Marillat Sat, 2 Jun 2001 14:41:45 +0200 gnome-core (1.4.0.4-2) unstable; urgency=low * New patch: Replace Distribution by Debian in configuration dialog box. * New patch: Upstream patch to allow Debian menu in default configuration. * New patch: Fix some wrong path. * Move gnome-feedback doc from gnome-help-data to gnome-core. -- Christian Marillat Tue, 15 May 2001 15:36:51 +0200 gnome-core (1.4.0.4-1) unstable; urgency=low * New upstream release. -- Christian Marillat Wed, 9 May 2001 23:56:27 +0200 gnome-core (1.4.0.3-2) unstable; urgency=low * Remove debugging code (/tmp/languages file) -- Christian Marillat Mon, 7 May 2001 16:48:18 +0200 gnome-core (1.4.0.3-1) unstable; urgency=low * New upstream release. * New: tooltips for long task names in tasklist_applet (Closes: #63898) -- Christian Marillat Thu, 3 May 2001 15:51:58 +0200 gnome-core (1.4.0.2-3) unstable; urgency=low * Fix wrong dif.gz file (Closes: #94499) * Build against the latest lignome-dev (Closes: #95301, #95691) * gnome-terminal should depends on gnome-bin (Closes: #95498) * Doesn't build against gtkhtml this break fonts displaying (Closes: #92187) -- Christian Marillat Tue, 1 May 2001 11:03:14 +0200 gnome-core (1.4.0.2-2) unstable; urgency=low * New/old patch against manpages, never applied by upstream. * gnome-help depends on lynx. * Use x-terminal-emulator in gnome-download instead of xterm. * Move gnome-convert and gnome-download from gnome-core to gnome-help. * Move gnome-login-check from gnome-core to gnome-session. * Move gnome-panel-add-launcher from gnome-core to gnome-panel. * Move sesion-properties* from gnome-core to gnome-session. * debian/control Add Replaces for the changes above. * Write manpages (Closes: #87085) -- Christian Marillat Tue, 17 Apr 2001 18:54:15 +0200 gnome-core (1.4.0.2-1) unstable; urgency=low * New upstream release. * Build-depends on latest gettext (Closes: #93198) * Icon box in menu editor is back (Closes: #91938) * Build-depends on latest xml-i18n-tools and libgnome-dev -- Christian Marillat Wed, 11 Apr 2001 15:16:20 +0200 gnome-core (1.4.0.1-2) unstable; urgency=low * Build depends on versionned gettext 0.10.35-17 (Closes: #93198) * Write manpage for gnome-session and add docbook-to-man in build-depnds * Write manpages for gnome-help (Closes: #87089) -- Christian Marillat Sat, 7 Apr 2001 15:52:40 +0200 gnome-core (1.4.0.1-1) unstable; urgency=low * New upstream release. * debian/gnome-terminal.wrapper change -T by -t (Closes: #90847) * debian/gnome-session.README.debian remove references to .xsession. This is now obsolete by the new x-session-manager scheme. -- Christian Marillat Sun, 1 Apr 2001 15:01:51 +0200 gnome-core (1.4.0-2) unstable; urgency=low * Build depends on libglade-gnome0-dev (>= 0.16-1) (Closes: #90416) * debian/control Add Build-Conflicts: libgtkhtml-dev (>= 0.7-1) (Closes: #90700) -- Christian Marillat Thu, 22 Mar 2001 16:44:12 +0100 gnome-core (1.4.0-1) unstable; urgency=low * New upstream release. * Gnome-core replaces gnome-control-center 1.2.3-1 (Closes: #90124) * Remove manpages patche included by upstream. * gnome-session don't always saves session on logout (Closes: #89630) * Can add a launcher in the panel (Closes: #90018) * Deskguide don't crashes on Fill with mini-images (Closes: #86952) * Deskguide don't fail to run (Closes: #89769) * Pager applet don't fail to run (Closes: #89025) -- Christian Marillat Mon, 19 Mar 2001 13:01:26 +0100 gnome-core (1.3.1-2) unstable; urgency=low * Remove taslisk-applet manpage (Closes: #88994) * New patch against gnome-terminal.1 (Closes: #89005) * Move /usr/lib/libtasklist_applet.so in libpanel-applet0 (Closes: #89053, #89008, #89012, #89091, #89003) * Gnome-terminal replace gnome-help-data (<= 1.0.55-2) (Closes: #87910) -- Christian Marillat Sat, 10 Mar 2001 10:45:14 +0100 gnome-core (1.3.1-1) unstable; urgency=low * New upstream release. * Removed default.session patch * debian/control Add Replaces: gnome-control-center (<= 1.2.2-10), because the session-properties-capplet is now in this package. * debian/{postinst,prerm} Call scrollkeeper * debian/control Add scrollkeeper, xml-i18n-tools and libglade-gnome0-dev in build-depends and scrollkeeper in depends for gnome-core * Menu and laucnh keys works now (Closes: #86955) * Dead keys work in gnome-terminal (Closes: #63102) * Gnome-terminal isn't broken (Closes: #86752) * New patch htmlurl.h (This file was broken by upstream author) * XFMail doesn't crash the tasklist applet in this release (Closes: #88515) * debian/gnome-core.menu New file for the session properties capplet -- Christian Marillat Mon, 5 Mar 2001 11:40:15 +0100 gnome-core (1.2.4-11) unstable; urgency=low * Update (again) the Build-depends field (Closes: #87419) * Add a debian directory for the gnome-help-browser and add suggest doc-base for gnome-help. Now we can watch debian documentation registered with doc-base. * Add a lintian override file for libpanel-applet0 -- Christian Marillat Sun, 25 Feb 2001 16:14:09 +0100 gnome-core (1.2.4-10) unstable; urgency=low * Update the Build-depends field (Closes: #86441, #87419) * Call update-alternatives only in remove (gnome-terminal, gnome-session) (Closes: #87327, #87328) -- Christian Marillat Sat, 24 Feb 2001 18:03:20 +0100 gnome-core (1.2.4-9) unstable; urgency=low * Remove abandonned /etc/CORBA/servers/bad-applet.goad (Closes: #84950) * Build against the latest gnome-libs (1.2.11) (Close: #85932) -- Christian Marillat Wed, 14 Feb 2001 13:49:26 +0100 gnome-core (1.2.4-8) unstable; urgency=low * debian/control Add Replaces: gnome-help-data (<< 1.0.55-2) for gnome-help (Closes: #80974) * debian/gnome-help.mime Rewrote (Closes: #82891) * debian/control gnome-core depends on gnome-bin (Closes: #82951) * Wrote gnome-panel.README.Debian (Closes: #82954) -- Christian Marillat Mon, 22 Jan 2001 16:04:58 +0100 gnome-core (1.2.4-7) unstable; urgency=low * Added gnome-bin (>= 1.2.0) in gnome-session Depends field (Closes: #80589, #80595, #80733) -- Christian Marillat Wed, 27 Dec 2000 19:24:08 +0100 gnome-core (1.2.4-6) unstable; urgency=low * Apply patch to gnome-run to call x-terminal-emulator (Closes: #80219) * debian/gnome-terminal.wrapper This is -t not -T close (Closes: #80405) -- Christian Marillat Sun, 24 Dec 2000 03:27:12 +0100 gnome-core (1.2.4-5) unstable; urgency=low * Install gnome-terminal.wrapper as x-terminal-emulator and remove debian/patches/gnome-terminal.dpatch (Closes: 64326) Thanks to Eric Gillespie, Jr. * Add Recommends: gnome-applets on gnome-panel (Closes: #72208) * gnome-sesion provides x-session-manager and install alternative (Closes: #60667) * Added hints=Gnome for all menu files. -- Christian Marillat Wed, 20 Dec 2000 23:19:55 +0100 gnome-core (1.2.4-4) unstable; urgency=low * Call x-terminal-emulator in gnome-wm and add depends on the latest debianutils for gnome-session. Thanks to Joseph Carter for the file (Closes: #79776) * Rewrote default.session patch * Add patch form Doug Larrick for gwmthumbnail.c (Closes: #78550) -- Christian Marillat Sun, 17 Dec 2000 12:04:54 +0100 gnome-core (1.2.4-3) unstable; urgency=low * Change gnome-help.mime to call the right file (Closes: #77986) Thanks Malcolm Parsons for the patch. * Patch gsm/default.in (two entries with same id) (Closes: #78276) Thanks to Normal User (Nice name) * Move gnome-control-center from Depends to Suggests. * Remove libgtkhtml-dev from Build-Depends (Closes: #79527) -- Christian Marillat Wed, 13 Dec 2000 18:01:34 +0100 gnome-core (1.2.4-2) unstable; urgency=low * Remove README and NEWS files (Closes: #77250) * Disable thumbnails by default in deskguide_applet (Closes: #77205) * debian/rules --with-window-manager is now sawfish (was x-window-manager) and rewrote debian/patches/gnome-wm.dpatch to remove x-window-manager (Closes: #77401) * Should close this old bug (Closes: #51198) * Patch gnome-edit to use x-terminal-emulator instead of xterm. -- Christian Marillat Mon, 20 Nov 2000 11:35:55 +0100 gnome-core (1.2.4-1) unstable; urgency=low * New upstream release. -- Christian Marillat Thu, 16 Nov 2000 00:43:15 +0100 gnome-core (1.2.3.1-1) unstable; urgency=low * New upstream release. * Add gnome-help example and manpage in gnome-help package (Closes: #49977) * This release should close these old bugs (Closes: #60561, #60768, #45053) * Gnome-panel don't use all CPU time (Closes: #75251, #60209) * Remove gmenu patch included by upstream. -- Christian Marillat Wed, 8 Nov 2000 17:09:42 +0100 gnome-core (1.2.3-1) unstable; urgency=low * New upstream release. * Debian menus aren't empty (Closes: #70470) * Launcher can find icon (Closes: #62502) -- Christian Marillat Tue, 24 Oct 2000 15:51:11 +0200 gnome-core (1.2.2.1-3) unstable; urgency=low * Add gnome-terminal.prerm for update-alternatives --remove (Closes: #74451) * Patch gnome-terminal to accept -T option (Closes: #74450) * Move README.debian in gnome-session package (Closes: #60440) * mesg work in gnome-terminal (Closes: #71728) * Upstream fix these old bugs in Gnome-terminal Problem with menubar (Closes: #57516) Problem with console-apt Closes: #60079) Problem with screen (Closes: #50156) * Binaries don't should go in /usr/X11R6/bin (Closes: #24031) Quoting Debian policy : "Packages using the X Window System should abide by the FHS standard" "whenever possible; they should install binaries, libraries, manual" "pages, and other files in FHS-mandated locations wherever possible." "This means that files must not be installed into /usr/X11R6/bin/'" * hostname isn't harcoded (Closes: #72536) * Error messages mention Lynx (Closes: #62216) * Display correctly deskuse.html (Closes: #49974) * Add patch from malcolm (Closes: #64820) -- Christian Marillat Sat, 14 Oct 2000 23:39:49 +0200 gnome-core (1.2.2.1-2) unstable; urgency=low * Typo in debian/gnome-terminal.postinst * Add gnome-terminal manpage (Closes: #69188) * Closes: #63103 already closed in 1.2.1-0.2 (typo in debian/changelog) * Gnome-terminal write to /var/run/utmp (Closes: #59053) * delete/backspace keys works (Closes: #57198) * Install GnomeHelp file in /etc/gnome/config (Closes: #73012) * Convert png icons in xpm for Debian menu. * Rearange documentation for dhelp (Closes: #56672) -- Christian Marillat Thu, 5 Oct 2000 00:59:44 +0200 gnome-core (1.2.2.1-1) unstable; urgency=low * New upstream release. * Patch all manpages (Closes: #70009) * gnome-panel 1.0.55-2.0.1 (sparc) is now installable (Closes: #69075, #71570) * gmenu don't jam up all translations (Closes: #46446) * panel remember its configuration between session (Closes: #47734, #54190) * Icons are now centered (Closes: #63868) * Bugs closed by previous NMU in gnome-panel (Closes: #40036, #52584, #54755, #58278, #61083, #69428)) * libgen_util_applet.so installed in 1.2.1-0.2 (Closes: #69463) * debian/control remove Conflicts: asclock (Closes: #52077) * gnome-help 1.0.55-2.0.1 (sparc) is now installable (Closes: #69356) * Bugs closed by previous NMU in gnome-help (Closes: #49734, #56081, #58679, #58973) * debian/control move gmc from Recommends to Suggests (Closes: #59415) * The first search in gnome-wm search is x-window-manager (Closes: #50940, #65969, #62143) * Bug closed in 1.2.2-1 (README.debian in gnome-session package) (Closes: #66219) * Bugs closed by previous NMU in gnome-terminal (Closes: #64579, #63592, #63332, #56584, #55477, #54428) * gnome-terminal provide x-terminal-emulator (Closes: #61805, #53994, #56225) -- Christian Marillat Wed, 27 Sep 2000 16:02:16 +0200 gnome-core (1.2.2-1) unstable; urgency=low * New maintainer, thanks James. * New upstream release. * Switch to debhelper V2 * Move README.debian in gnome-session package (Closes: #65235) and update this file (Closes: #71339) * Bug closed in 1.2.1-0.2 (Install missing libraries) (Closes: #69590, #70483) * Bugs closed in 1.2.1-0.1 (typo close instead closes) (Closes: #53764, #54050) * Remove gtkhtml patch. * The desk guide show thumbnail (Closes: #72359) * Missing package under sparc (Closes: #71438) * debian/control add Conflicts: libgnome32 (<< 1.2.0-1) for gnome-panel (Closes: #72039) * Added icons in Debian menu. * Eject in drivemount check if '-u' is available (Closes: #63954) * Patch gmenu to find Debian menu. -- Christian Marillat Tue, 26 Sep 2000 17:34:23 +0200 gnome-core (1.2.1-0.2) unstable; urgency=low * NMU. * Install these libraries libfish_applet.so libgen_util_applet.so libpanel_status.so (Closes: #69428, #69590) * Copy latest gnome aclocal in macros/ and run macros/autogen.sh This is needed to build gnome-help-browser against libgtkhtml4. * In debian/control gnome-session depends on gnome-panel (>= ${Source-Version}). gnome-help depends on gnome-core (>= 1.2.0-0.1) no Source-Version. gnome-terminal don't depends on gnome-core. * URL's are clickable in gnome-terminal (Closes: 63103). * debian/gnome-panel.undocumented removed printer_applet.1 * Cut and paste work in gnome-terminal (Closes: #63592). -- Christian Marillat Wed, 23 Aug 2000 21:23:36 +0200 gnome-core (1.2.1-0.1) unstable; urgency=low * New upstream release (Closes: #58806, #66467) * NMU. * Standards-Version to 3.1.1.1 Added Build-depends field. * Removed patches: dialer, drivemount-floppy, modemlights, term, help-browser, debian-menu, url-match. * Added patches: gtkhtml. * Build against libgtkhtml3. Closes: #58679, #36806, #49734 * Default manpath and infopath are wrong. Closes: #56081 * gmenu segfaults. Close: #53764, #54050 * gnome-panel: panel no longer works. Closes: #58278 * gnome-panel: gnomepager-applet should put braces around. Closes: #52584 * Backspace and delete work correctly. Closes: #54428 * TERM never select xterm-debian. Closes: #56584, #55477, #64579 * Disable arrows option is now saved. Closes: #54755 * No more files in /usr/share. Closes: #61083 * Show debian menus. Closes: #66214 * New help documentation for panel. Closes: #40036 * Gnome-terminal write to /var/run/utmp. Closes: #59053 * gnome-terminal provide x-terminal-emulator. Closes: #61805, #56225 * README.Debian is here. Closes: #65235 -- Christian Marillat Tue, 25 Jul 2000 19:09:21 +0200 gnome-core (1.0.55-2) frozen unstable; urgency=low * Make x-window-manager run first by gnome-wm script to conform to debian policy (Closes: #61617) (This is an important bug) -- James LewisMoss Sun, 21 May 2000 19:31:19 -0400 gnome-core (1.0.55-1) unstable; urgency=low * New upstream. -- James LewisMoss Sun, 2 Jan 2000 07:32:36 -0500 gnome-core (1.0.54-2) unstable; urgency=low * Fix the gnome-pager forgets size settings bug (was saved to wrong section). Closes: #49839, #46845. -- James LewisMoss Fri, 12 Nov 1999 07:54:46 -0500 gnome-core (1.0.54-1) unstable; urgency=low * New upstream. -- James LewisMoss Thu, 4 Nov 1999 23:20:14 -0500 gnome-core (1.0.53-4) unstable; urgency=low * New maintainer. -- James LewisMoss Mon, 25 Oct 1999 23:17:31 -0400 gnome-core (1.0.53-3) unstable; urgency=low * Ok, I made a mistake by setgiding gnome-terminal to utmp. Reverted the change. Closes: #47960 -- Raphael Hertzog Mon, 18 Oct 1999 19:17:27 +0200 gnome-core (1.0.53-2) unstable; urgency=low * gnome-session does launch a default window-manager. It does launch gnome-wm if no other information has been found. gnome-wm now reads the list of window managers from /etc/X11/window-managers once it has tried gnome compliant wm. Closes: #38347, #47370 * Patched gnome-terminal. TERM=xterm-debian again ... actually this closes: #47552, #44960, #41065 * gnome-terminal is now setgid utmp and can thus register itself in the UTMP database. Closes: #40507 * The URL match does now accept % characters. Closes: #47281 * libpanel-applet0.postinst check for the changelog.gz mysteriously staying around. Closes: #45871 * Unreproducable bugs without answer from the submitter. Closes: #41195, #42865 -- Raphael Hertzog Sat, 16 Oct 1999 19:52:38 +0200 gnome-core (1.0.53-1) unstable; urgency=low * New upstream version. * gnome-session does now depend on gnome-panel and recommends gmc (both are needed for a full Gnome desktop). * gnome-terminal does not have a border. Closes: #38972 -- Raphael Hertzog Tue, 12 Oct 1999 21:17:58 +0200 gnome-core (1.0.52-1) unstable; urgency=low * New maintainer. Steve said that he wanted to give away some of his packages. I've asked to take gnome-core, he never replied, so I'm taking it but I will give it back to him if he wanted to keep it. In the meantime I can better manage bugs with my name in the Maintainer field. * New upstream version. -- Raphael Hertzog Mon, 4 Oct 1999 21:28:18 +0200 gnome-core (1.0.50-0.1) unstable; urgency=low * New upstream version. * NMU again. -- Raphael Hertzog Thu, 30 Sep 1999 22:10:03 +0200 gnome-core (1.0.41-0.1) unstable; urgency=low * New upstream version. * NMU again. -- Raphael Hertzog Mon, 27 Sep 1999 13:10:31 +0200 gnome-core (1.0.9-0.1) unstable; urgency=low * New upstream version. Closes: #43253, #44098 * Apply patches before configuring (and relaunch automake && autoconf because one of the patches is applied on Makefile.am). * NMU. Thanks to Christian Marillat for his work. * Imlib bug corrected: closes: #39085 * X11 binaries don't have to go /usr/X11R6/bin. Closes: #24031 * The panel does start correctly wihout complaining about a missing name service. Closes: #39380, #39634, #40478 * The panel doesn't consume all CPU resources. Closes: #30654 * The panel launches apps from where it has been launched itself. Closes: #32319 * The panel keeps the settings. Closes: #37052, #40579, #43496 * Old core dump corrected upstream. Closes: #39400, #40328, #42167 Closes: #44344, #44724, #44732, #44759, #44773 * Bug in menu-method, not in gnome-panel. Already reported against menu. Closes: #40089 * cdplayer_applet works again. Closes: #42192 * gnome pager works well: Closes: #42499, #42610 * modem_lights draws itself correctly. Closes: #43861, #45055 * The dialer applets doesn't exit when stopping while not yet connected. Closes: #45287 * No more Debian menu in the panel. Closes: #41040 * GnomeICU works with this panel. Closes: #39626, #39515 * gnome-panel-data conflicts with asclock. Closes: #40712, #40715, #40808, #41430 A better solution will be needed. Maybe put asclock in his own package or create a asclock-data package that will be shared. * Updated the modemlights patch. Closes: #43512 * Added a patch for gnome-wm. Closes: #38366 * Move lib{gkb,fish}_applet.so files to libgnome-applet0 (those are not libraries to be linked with, just simple modules). Closes: #38596 * Asclock works well without xearth (the code still mentions xearth however). Closes: #40530 * New patch (help-browser) for changing the default MANPATH and INFOPATH in gnome-help-browser.c Closes: #41452 * Moved help-browser to the new "Help" menu section. * Added gnome-help.mime. Closes: #42205 * Gnome-session does launch gnome-panel ! (I suppose that it failed to launch since panel was broken). Closes: #42937 * gnome-sesion doesn't core dump. Closes: #36640 * The terminal does remember the TERM var. Closes: #43067 * The terminal keeps its size when dragging the manu bar in and out. Closes: #44762 * The menu section of gnome-terminal corrected. Closes: #37635 -- Raphael Hertzog Wed, 22 Sep 1999 13:24:34 +0200 gnome-core (1.0.7-1) unstable; urgency=low * New upstream version. * Removed "term" patch -- Steve Haslam Mon, 28 Jun 1999 01:36:31 +0100 gnome-core (1.0.6-2) unstable; urgency=low * debian-menu.dpatch: created to fix guessing Debian menus (/etc/menu-methods/gnome-panel now) and to make Debian menus the default instead of GNOME system menus. * gnome-help now suggests gnome-users-guide-en (closes: #35724) * /etc/menu-methods/gnome-panel now creates .directory files and searches /usr/X11R6/include/X11/pixmaps for menu icons -- Steve Haslam Sun, 13 Jun 1999 15:28:52 +0100 gnome-core (1.0.6-1) unstable; urgency=low * New upstream version. -- Steve Haslam Sat, 5 Jun 1999 12:57:08 +0100 gnome-core (1.0.5-3) unstable; urgency=low * debian/gnome-terminal.menu: managed to lose change mentioned in last revision. Replaced. * debian/gnome-core.undocumented: removed gnome-wm.1 (it was in gnome-session.undocumented too). -- Steve Haslam Mon, 31 May 1999 19:15:54 +0100 gnome-core (1.0.5-2) unstable; urgency=low * debian/gnome-terminal.menu: changed section to XShells (Bug#37635) * debian/rules: added gnome-wm and gnome-edit to dh_undocumented call (Bug#37632) * debian/gnome.menu-method: added patch to honour needs=text (Bug#36928) from Decklin Foster * Call dh_strip when making libpanel-applet-dev (Closes: Bug#31244) * Removed /usr/share/gnome/apps/Debian symlink, (closes: #38100) * Sanified build system a la gnome-libs * debian/control: made gnome-help, gnome-help-data and gnome-panel-data packages. -- Steve Haslam Sun, 23 May 1999 14:35:44 +0100 gnome-core (1.0.5-1) unstable; urgency=low * New maintainer. -- Steve Haslam Tue, 11 May 1999 01:01:12 +0100 gnome-core (1.0.5-0.2) unstable; urgency=low * gnome-panel.files.in: added asclock themes, libgkb_applet.a * gnome-core.files.in: added gnome-wm, gnome-edit * term.dpatch: gnome-terminal TERM to xterm-debian rather than xterm * gsm/Makefile.am: put default.session, default.wm in /etc/gnome * debian/gnome-session.conffiles.in: added above two files * debian/gnome-session.files.in: updated this too -- Steve Haslam Sun, 18 Apr 1999 16:47:23 +0100 gnome-core (1.0.5-0.1) unstable; urgency=low * Non-maintainer upload * New upstream version -- Steve Haslam Thu, 15 Apr 1999 23:22:23 +0100 gnome-core (1.0.1-0.3) unstable; urgency=low * Weehay! More broken dependencies. This one libghttp -1.1, a bogus package that only ever existed on my machine. -- Jules Bean Mon, 8 Mar 1999 08:24:00 +0000 gnome-core (1.0.1-0.2) unstable; urgency=low * Another NMU, this time to fix bogus dependencies on libgtop0 and libglib1.1 -- Jules Bean Sun, 7 Mar 1999 14:21:12 +0000 gnome-core (1.0.1-0.1) unstable; urgency=low * NMU for GNOME-1.0 * Hacked to patch SIGPIPE bug * Don't delete GIFs in rules -- Jules Bean Fri, 5 Mar 1999 18:36:29 +0100 gnome-core (0.99.99pre1.0.0-1) unstable; urgency=low * New upstream release. -- Jim Pick Fri, 26 Feb 1999 23:18:10 -0800 gnome-core (0.99.3.2-4) unstable; urgency=low * Recompiled yet again - dual dependency on libglib. Fixes: BUG#32510 -- Jim Pick Thu, 28 Jan 1999 00:00:22 -0800 gnome-core (0.99.3.2-3) unstable; urgency=low * Recompiled again to due to dependencies. -- Jim Pick Sun, 24 Jan 1999 01:10:07 -0800 gnome-core (0.99.3.2-2) unstable; urgency=low * Recompiled with libgnome 0.99.4. -- Jim Pick Fri, 22 Jan 1999 16:44:45 -0800 gnome-core (0.99.3.2-1) unstable; urgency=low * New upstream release. -- Jim Pick Wed, 20 Jan 1999 11:42:46 -0800 gnome-core (0.30-2) frozen unstable; urgency=low * Recompiled with new libs. * Fixed reference to /usr/X11R6 in README.Debian. * Added warnings (Gnome is ALPHA). * Patched dialer_applet to use pon/poff. * Patched drivemount_applet to default to /floppy. -- Jim Pick Tue, 24 Nov 1998 10:56:08 -0800 gnome-core (0.30-1) unstable; urgency=low * New upstream release. -- Jim Pick Thu, 24 Sep 1998 21:28:02 -0700 gnome-core (0.28.1-1) unstable; urgency=low * New upstream release. * Hopefully fixes panel applet bug. -- Jim Pick Wed, 19 Aug 1998 20:12:25 -0700 gnome-core (0.28-1) unstable; urgency=low * New upstream release. -- Jim Pick Mon, 17 Aug 1998 12:59:26 -0700 gnome-core (0.27-1) unstable; urgency=low * New upstream release. * Added /usr/doc/gnome -- Jim Pick Sat, 15 Aug 1998 14:21:06 -0700 gnome-core (0.25-1) unstable; urgency=low * New upstream release. -- Jim Pick Thu, 6 Aug 1998 22:51:22 -0700 gnome-core (0.20-2) unstable; urgency=low * Added Debian menu-method for gnome-panel. Fixed Bug #24025 (Thanks to Ray Dassen for reporting the bug, and Riku Voipio who wrote the menu method for Gnome 0.12) -- Jim Pick Wed, 22 Jul 1998 20:22:00 -0700 gnome-core (0.20-1) unstable; urgency=low * New upstream release. -- Jim Pick Mon, 8 Jun 1998 12:00:08 -0700 gnome-core (0.13-1) unstable; urgency=low * Initial Release. -- Jim Pick Mon, 16 Mar 1998 15:27:43 -0800 debian/source_gnome-panel.py0000664000000000000000000000015712311522014013316 0ustar from apport.hookutils import * def add_info(report): attach_gsettings_package(report, 'gnome-panel-data') debian/rules0000775000000000000000000000204712311522014010242 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/gnome.mk include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed DEB_CONFIGURE_EXTRA_FLAGS += \ --with-in-process-applets=all \ --enable-telepathy-glib ifneq ($(DEB_BUILD_GNU_SYSTEM),gnu) DEB_CONFIGURE_EXTRA_FLAGS += --enable-eds endif DEB_DH_MAKESHLIBS_ARGS_libpanel-applet-4-0 += -V -- -c4 DEB_DH_MAKESHLIBS_ARGS_gnome-panel += --no-act install/gnome-session-flashback:: mkdir -p debian/gnome-session-flashback/usr/share/gnome-session/sessions/ ln -s gnome-flashback.session debian/gnome-session-flashback/usr/share/gnome-session/sessions/gnome-fallback.session ln -s gnome-flashback-compiz.session debian/gnome-session-flashback/usr/share/gnome-session/sessions/gnome-fallback-compiz.session debian/gnome-panel-data.install0000664000000000000000000000022512311522014013657 0ustar usr/share/glib-2.0 usr/share/gnome-panel usr/share/help usr/share/icons usr/share/locale debian/source_gnome-panel.py usr/share/apport/package-hooks debian/source/0000775000000000000000000000000012311522014010457 5ustar debian/source/format0000664000000000000000000000001412311522014011665 0ustar 3.0 (quilt) debian/gnome-flashback-services.desktop0000664000000000000000000000031612311522014015414 0ustar [Desktop Entry] Type=Application Name=GNOME Flashback Services TryExec=/sbin/initctl Exec=/sbin/initctl emit indicator-services-start Categories=System;Core; Terminal=false OnlyShowIn=Unity; NoDisplay=true debian/gnome-wm.desktop0000664000000000000000000000722512311522014012306 0ustar [Desktop Entry] Type=Application Name=Window Manager Name[af]=Vensterbestuurder Name[am]=መስኮቱን መቆጣጠሪያ Name[ar]=مدير النوافذ Name[as]=সংযোগক্ষেত্ৰ পৰিচালক Name[ast]=Alministrador de Ventanes Name[az]=Pəncərə İdarəçisi Name[be]=Кіраўнік вокнаў Name[be@latin]=Kiraŭnik voknaŭ Name[bg]=Мениджър на прозорци Name[bn]=উইন্ডো ম্যানেজার Name[bn_IN]=উইন্ডো পরিচালন ব্যবস্থা Name[br]=ardoer prenestroù Name[bs]=Menadžer prozora Name[ca]=Gestor de finestres Name[ca@valencia]=Gestor de finestres Name[crh]=Pencere İdarecisi Name[cs]=Správce oken Name[cy]=Rheolwr Ffenestri Name[da]=Vindueshåndtering Name[de]=Fenstermanager Name[dz]=སྒོ་སྒྲིག་འཛིན་སྐྱོང་པ། Name[el]=Διαχειριστής παραθύρων Name[en@shaw]=𐑢𐑦𐑯𐑛𐑴 𐑥𐑨𐑯𐑩𐑡𐑼 Name[en_CA]=Window Manager Name[en_GB]=Window Manager Name[eo]=Fenestradministrilo Name[es]=Gestor de ventanas Name[et]=Aknahaldur Name[eu]=Leiho-kudeatzailea Name[fa]=مدیر پنجره‌ها Name[fi]=Ikkunointiohjelma Name[fr]=Gestionnaire de fenêtres Name[fur]=Window Manager Name[ga]=Bainisteoir Fuinneoga Name[gl]=Xestor de xanelas Name[gu]=વિન્ડો સંચાલક Name[ha]=Manajan Taga Name[he]=Window Manager Name[hi]=विन्डो मैनेजर Name[hr]=Upravitelj prozora Name[hu]=Ablakkezelő Name[hy]=Պատուհանի մենեջեր Name[id]=Pengatur Jendela Name[ig]=Onyenlekọta Windo Name[is]=Gluggastjóri Name[it]=Window manager Name[ja]=ウインドウ・マネージャ Name[ka]=ფანჯარათა მმართველი Name[kn]=ವಿಂಡೋ ವ್ಯವಸ್ಥಾಪಕ Name[ko]=창 관리자 Name[ku]=Menajerê Paceyan Name[lt]=Langų valdyklė Name[lv]=Logu pārvaldnieks Name[mai]=विन्डो मैनेजर Name[mg]=Mpandrindra fikandrana Name[mk]=Менаџер за прозорци Name[ml]=ജാലക പാലകന്‍ Name[mn]=Цонхны менежер Name[mr]=खिडकी व्यवस्थापक Name[ms]=Pengurus Tetingkap Name[nb]=Vindushåndterer Name[nds]=Finsteroppasser Name[ne]=सञ्झ्याल प्रबन्धक Name[nl]=Windowmanager Name[nn]=Vindaugehandsamar Name[nso]=Molaodi wa Lefesetere Name[oc]=Gestionari de fenèstras Name[or]=ୱିଣ୍ଡୋ ପରିଚାଳକ Name[pa]=ਵਿੰਡੋ ਮੈਨੇਜਰ Name[pl]=Menedżer okien Name[ps]=کړکۍ سمبالګر Name[pt]=Gestor de Janelas Name[pt_BR]=Gerenciador de janelas Name[ro]=Administrator de ferestre Name[ru]=Менеджер окон Name[rw]=Umuyobozi w'idirishya Name[si]=කවුළු කළමණාකරු Name[sk]=Správca okien Name[sl]=Upravljalnik oken Name[sq]=Organizuesi i dritareve Name[sr]=Управник прозора Name[sr@latin]=Upravnik prozora Name[sv]=Fönsterhanterare Name[ta]=சாளரமேலாளர் Name[te]=గవాక్ష నిర్వాహకి Name[th]=โปรแกรมจัดการหน้าต่าง Name[tk]=Äpişge Müdiri Name[tr]=Pencere Yöneticisi Name[uk]=Віконний менеджер Name[uz]=Oyna boshqaruvchisi Name[uz@cyrillic]=Ойна бошқарувчиси Name[vi]=Bộ quản lý cửa sổ Name[wa]=Manaedjeu di purneas Name[xh]=Umlawuli Wefestile Name[yo]=Alábòójútó Fèrèsé Name[zh_CN]=窗口管理器 Name[zh_HK]=視窗管理員 Name[zh_TW]=視窗管理員 Name[zu]=Umphathi wefasitela Exec=gnome-wm NoDisplay=true X-GNOME-Autostart-Phase=WindowManager X-GNOME-Provides=windowmanager X-GNOME-Autostart-Notify=true debian/libpanel-applet-4-0.symbols0000664000000000000000000000334112311522014014141 0ustar libpanel-applet-4.so.0 libpanel-applet-4-0 #MINVER# panel_applet_add_preferences@Base 3.2.1 panel_applet_bindings_get_mouse_button_modifier_keymask@Base 3.2.1 panel_applet_bindings_key_event_is_popup@Base 3.2.1 panel_applet_factory_get_type@Base 3.2.1 panel_applet_factory_main@Base 3.2.1 panel_applet_factory_new@Base 3.2.1 panel_applet_factory_register_service@Base 3.2.1 panel_applet_factory_setup_in_process@Base 3.2.1 panel_applet_flags_get_type@Base 3.2.1 panel_applet_gconf_get_bool@Base 3.2.1 panel_applet_gconf_get_float@Base 3.2.1 panel_applet_gconf_get_full_key@Base 3.2.1 panel_applet_gconf_get_int@Base 3.2.1 panel_applet_gconf_get_list@Base 3.2.1 panel_applet_gconf_get_string@Base 3.2.1 panel_applet_gconf_get_value@Base 3.2.1 panel_applet_gconf_set_bool@Base 3.2.1 panel_applet_gconf_set_float@Base 3.2.1 panel_applet_gconf_set_int@Base 3.2.1 panel_applet_gconf_set_list@Base 3.2.1 panel_applet_gconf_set_string@Base 3.2.1 panel_applet_gconf_set_value@Base 3.2.1 panel_applet_get_background@Base 3.2.1 panel_applet_get_flags@Base 3.2.1 panel_applet_get_locked_down@Base 3.2.1 panel_applet_get_object_path@Base 3.2.1 panel_applet_get_orient@Base 3.2.1 panel_applet_get_preferences_key@Base 3.2.1 panel_applet_get_size@Base 3.2.1 panel_applet_get_type@Base 3.2.1 panel_applet_get_xid@Base 3.2.1 panel_applet_marshal_BOOLEAN__STRING@Base 3.2.1 panel_applet_orient_get_type@Base 3.2.1 panel_applet_request_focus@Base 3.2.1 panel_applet_set_background_widget@Base 3.2.1 panel_applet_set_flags@Base 3.2.1 panel_applet_set_size_hints@Base 3.2.1 panel_applet_settings_new@Base 3.2.1 panel_applet_setup_menu@Base 3.2.1 panel_applet_setup_menu_from_file@Base 3.2.1 panel_applet_setup_menu_from_resource@Base 3.4.1 debian/gnome-session-flashback.prerm0000664000000000000000000000023612311522014014731 0ustar #!/bin/sh set -e if [ "$1" = "remove" ]; then update-alternatives --remove x-session-manager /usr/lib/gnome-panel/gnome-session-flashback fi #DEBHELPER# debian/gnome-desktop-item-edit.sgml0000664000000000000000000000472312311522014014504 0ustar Christian"> Marillat"> december 7, 2003"> 1"> marillat@debian.org"> gnome-desktop-item-edit"> Debian GNU/Linux"> GNU"> ]>
&dhemail;
&dhfirstname; &dhsurname; 2001 &dhusername; &dhdate;
&dhucpackage; &dhsection; &dhpackage; tool to edit .desktop file &dhpackage; DESCRIPTION &dhpackage; allows you to edit .desktop file. OPTIONS Create new file in the given directory. Display help SEE ALSO gnome-options(7) AUTHOR This manual page was written by &dhusername; &dhemail; for the &debian; system (but may be used by others).
debian/gnome-session-flashback.install0000664000000000000000000000036212311522014015252 0ustar debian/gnome-wm.desktop /usr/share/applications debian/gnome-flashback-services.desktop /usr/share/applications debian/scripts/gnome-wm /usr/bin usr/lib/gnome-panel/gnome-session-flashback usr/share/gnome-session/sessions usr/share/xsessions debian/gnome-panel.install0000664000000000000000000000011012311522014012741 0ustar usr/bin usr/lib/gnome-panel/*/*.so usr/share/applications usr/share/man debian/libpanel-applet-4-dev.install0000664000000000000000000000011412311522014014531 0ustar usr/include usr/lib/libpanel-applet*.so usr/lib/pkgconfig usr/share/gir-1.0 debian/watch0000664000000000000000000000014312311522014010206 0ustar version=3 http://download.gnome.org/sources/gnome-panel/([\d\.]+[02468])/gnome-panel-(.*)\.tar\.xz debian/control.in0000664000000000000000000001571112311522014011174 0ustar Source: gnome-panel Section: gnome Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian GNOME Maintainers Uploaders: @GNOME_TEAM@ Standards-Version: 3.9.5 Build-Depends: cdbs (>= 0.4.41), debhelper (>= 8), dh-autoreconf, evolution-data-server-dev (>= 3.5.3), gnome-pkg-tools (>= 0.14), gobject-introspection (>= 0.9.12-4~), gtk-doc-tools (>= 1.0), intltool (>= 0.40.0), libcairo2-dev (>= 1.10.0), libdconf-dev (>= 0.13.4), libecal1.2-dev (>= 3.5.3), libedataserver1.2-dev (>= 3.5.3), libgconf2-dev (>= 2.6.1), libgdk-pixbuf2.0-dev (>= 2.25.2), libgirepository1.0-dev (>= 0.10.7-1~), libglib2.0-dev (>= 2.31.14), libgnome-desktop-3-dev (>= 2.91.0), libgnome-menu-3-dev (>= 3.1.4), libgtk-3-dev (>= 3.3.8), libgweather-3-dev (>= 3.5.1), libice-dev, libpango1.0-dev (>= 1.15.4), libpolkit-gobject-1-dev, librsvg2-dev, libsm-dev, libtelepathy-glib-dev (>= 0.14.0), libwnck-3-dev (>= 2.91.0), libx11-dev, libxau-dev, libxrandr-dev (>= 2:1.2.0), libxt-dev, network-manager-dev (>= 0.6) [linux-any], pkg-config (>= 0.9.0), python, yelp-tools Homepage: https://wiki.gnome.org/GnomeFlashback Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-panel Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-panel Package: gir1.2-panelapplet-4.0 Section: introspection Architecture: any Depends: ${gir:Depends}, ${misc:Depends}, ${shlibs:Depends} Description: GObject introspection for the GNOME Panel Applet library This package contains introspection data for the libpanel-applet library. It can be used by languages supporting dynamic bindings with the GIRepository format to build GNOME panel applets in these languages. Package: gnome-panel Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, gnome-icon-theme-symbolic (>= 3.0.0), gnome-menus (>= 3.1.4), gnome-panel-data (= ${source:Version}), Recommends: alacarte, evolution-data-server, gnome-applets, gnome-icon-theme (>= 2.24), gnome-session (>= 2.26), gnome-session-flashback, gvfs, indicator-applet-complete, unity-control-center Suggests: gnome-terminal | x-terminal-emulator, gnome-user-guide, nautilus, yelp Breaks: gnome-applets (<< 2.91), gnome-control-center (<< 1:2.91), gnome-settings-daemon (<< 2.91), libpanel-applet2-0, netspeed (<< 0.16-2) Replaces: gnome-panel-data (<< 2.91) Description: launcher and docking facility for GNOME The GNOME Panel is an essential part of the GNOME Desktop, providing toolbar-like “panels” which can be attached to the sides of your desktop. They are used to launch applications and embed a number of other functions, such as quick launch icons, the clock, the notification area, volume controls and the battery charge indicator, and utilities ranging from weather forecast to system monitoring. Package: gnome-panel-data Architecture: all Depends: ${misc:Depends} Recommends: gnome-panel Description: common files for the GNOME Panel This package includes some files that are needed by the GNOME Panel (Pixmaps, .desktop files and internationalization files). Package: gnome-panel-dbg Section: debug Priority: extra Architecture: any Depends: ${misc:Depends}, gnome-panel (= ${binary:Version}), libpanel-applet-4-0 (= ${binary:Version}) Description: GNOME Panel and library for panel applets - debugging symbols This package contains debugging symbols for gnome-panel and the libpanel-applet library. It is provided to help debugging problem in the panel itself or in the library. The debugging symbols are installed in /usr/lib/debug and will automatically be used by gdb. Package: gnome-session-fallback Architecture: all Priority: extra Section: oldlibs Depends: ${misc:Depends}, ${shlibs:Depends}, gnome-session-flashback Description: GNOME Session Manager - GNOME Flashback (transitional package) The GNOME Session Manager is in charge of starting the core components of the GNOME desktop, and applications that should be launched at login time. It also features a way to save and restore currently running applications. . This is a transitional package to ease upgrades to gnome-session-flashback. It can be safely removed. Package: gnome-session-flashback Architecture: all Depends: ${misc:Depends}, gnome-panel (>= 3.0), gnome-session-bin, gnome-session-common, metacity (>= 2.30), nautilus (>= 3.8), notification-daemon (>= 0.7), policykit-1-gnome, unity-settings-daemon Recommends: gnome-power-manager, gnome-screensaver Suggests: desktop-base, gnome-keyring, gnome-user-guide Breaks: gnome-session-fallback (<< 1:3.6.2-0ubuntu10) Replaces: gnome-session (<< 3.0), gnome-session-bin (<< 3.0), gnome-session-fallback (<< 1:3.6.2-0ubuntu10) Provides: x-session-manager Description: GNOME Session Manager - GNOME Flashback session The GNOME Session Manager is in charge of starting the core components of the GNOME desktop, and applications that should be launched at login time. It also features a way to save and restore currently running applications. . This package contains the required components for the GNOME Flashback session, based on GNOME Panel 3. It can be started from a display manager such as GDM, and doesn’t have specific hardware requirements. Package: libpanel-applet-4-0 Section: libs Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: library for GNOME Panel applets This library is used by GNOME Panel applets. Package: libpanel-applet-4-dev Section: libdevel Architecture: any Depends: ${misc:Depends}, gir1.2-panelapplet-4.0 (= ${binary:Version}), libgconf2-dev, libglib2.0-dev (>= 2.31.14), libgtk-3-dev (>= 3.3.8), libpanel-applet-4-0 (= ${binary:Version}) Recommends: libpanel-applet-4-doc Description: library for GNOME Panel applets - development files This package provides the include files and static library for the GNOME Panel applet library functions. Package: libpanel-applet-4-doc Section: doc Architecture: all Depends: ${misc:Depends} Description: library for GNOME Panel applets - documentation files This package provides the documentation files for the GNOME Panel applet library functions. debian/compat0000664000000000000000000000000212311522014010355 0ustar 8 debian/gnome-desktop-item-edit.10000664000000000000000000000124712311522014013700 0ustar .TH "gnome-desktop-item-edit" "1" .SH "NAME" gnome-desktop-item-edit \(em tool to edit .desktop file .SH "SYNOPSIS" .PP \fBgnome-desktop-item-edit\fR [\fB\-\-create-new \fP] [\fB\-\-help \fP] .SH "DESCRIPTION" .PP \fBgnome-desktop-item-edit\fR allows you to edit .desktop file. .SH "OPTIONS" .IP "\fB\-\-create-new\fP" 10 Create new file in the given directory. .IP "\fB\-\-help\fP" 10 Display help .SH "SEE ALSO" .PP gnome-options(7) .SH "AUTHOR" .PP This manual page was written by Christian Marillat marillat@debian.org for the \fBDebian GNU/Linux\fP system (but may be used by others). .\" created by instant / docbook-to-man, Sun 03 Dec 2006, 23:24 debian/scripts/0000775000000000000000000000000012311522014010646 5ustar debian/scripts/gnome-wm0000775000000000000000000000172112311522014012323 0ustar #!/bin/sh # The user can specify his prefered WM by setting the WINDOW_MANAGER # environment variable. # # If this is not set, we search a list of known windowmanagers and use # the first one that is found in the users's PATH # Avoid looping if the session configuration tells us to use gnome-wm or if # the user forces gnome-wm via WINDOW_MANAGER if [ "x$WINDOW_MANAGER" = "xgnome-wm" ]; then WINDOW_MANAGER="" fi if [ -z "$WINDOW_MANAGER" ] ; then # Create a list of window manager we can handle, trying to only use the # compositing ones when it makes sense KNOWN_WM="metacity mutter sawfish" for wm in $KNOWN_WM; do if [ -x /usr/bin/"$wm" ]; then WINDOW_MANAGER=/usr/bin/"$wm" break fi done fi # Look for the default window manager on the system if [ -z "$WINDOW_MANAGER" ] ; then WINDOW_MANAGER=$(readlink /etc/alternatives/x-window-manager 2>/dev/null) fi exec "$WINDOW_MANAGER" "$@" echo "ERROR: No window manager could run!"