Your message dated Sun, 5 May 2013 18:33:51 +0200 with message-id <20130505163351.GU12846@radis.cristau.org> and subject line Re: Bug#697589: unblock: gnome-menus/3.4.2-7 has caused the Debian Bug report #697589, regarding unblock: gnome-menus/3.4.2-6 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 697589: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=697589 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: unblock: gnome-menus/3.4.2-6
- From: Josselin Mouette <joss@debian.org>
- Date: Wed, 2 Jan 2013 21:28:32 +0100
- Message-id: <20130102202832.GA26223@malsain.org>
Package: release.debian.org Severity: normal User: release.debian.org@packages.debian.org Usertags: unblock Hi, and happy new year to the release team. Please unblock gnome-menus to work around a bug in menu-xdg that still fills the GNOME menus with Debian entries. gnome-menus (3.4.2-6) unstable; urgency=low * 02_kill_debian_menu.patch: new patch. Completely remove Debian menu entries by discarding them at the parsing stage. This should work around bug #696530 in menu-xdg. unblock gnome-menus/3.4.2-6 Thanks, -- .''`. Josselin Mouette : :' : `. `' `-Index: gnome-menus-3.4.2/libmenu/desktop-entries.c =================================================================== --- gnome-menus-3.4.2.orig/libmenu/desktop-entries.c 2011-10-24 13:48:12.000000000 +0200 +++ gnome-menus-3.4.2/libmenu/desktop-entries.c 2013-01-02 21:11:23.617525227 +0100 @@ -250,6 +250,8 @@ desktop_entry_load_directory (DesktopEnt static gboolean desktop_entry_load (DesktopEntry *entry) { + if (strstr (entry->path, "/menu-xdg/")) + return FALSE; if (entry->type == DESKTOP_ENTRY_DESKTOP) { DesktopEntryDesktop *entry_desktop = (DesktopEntryDesktop*)entry;
--- End Message ---
--- Begin Message ---
- To: Josselin Mouette <joss@debian.org>, 697589-done@bugs.debian.org
- Subject: Re: Bug#697589: unblock: gnome-menus/3.4.2-7
- From: Julien Cristau <jcristau@debian.org>
- Date: Sun, 5 May 2013 18:33:51 +0200
- Message-id: <20130505163351.GU12846@radis.cristau.org>
- In-reply-to: <20130107104103.GA2594@malsain.org>
- References: <20130107104103.GA2594@malsain.org>
On Mon, Jan 7, 2013 at 11:41:03 +0100, Josselin Mouette wrote: > Package: release.debian.org > Severity: normal > User: release.debian.org@packages.debian.org > Usertags: unblock > > Please unblock package gnome-menus for an additional fix for #692141. > The sole change to the script would indeed fix new installations but not > existing ones. > > gnome-menus (3.4.2-7) unstable; urgency=low > > * gnome-menus.postinst: clean up the desktop files once upon upgrades, > in order to get rid of files generated by a buggy script. > This didn't get in, sorry. Cheers, JulienAttachment: signature.asc
Description: Digital signature
--- End Message ---