Package: gnome-panel-data
Version: 2.8.3-1
Severity: normal
Hello Debian GNOME maintainer,
gnome-panel-data include two menu-methods:
/etc/menu-methods/gnome-panel-data
/etc/menu-methods/gnome-vfolder-user
With the switch to menu-xdg, are they still necessary ?
If you remove them, since they are conffiles, make sure
they are chmod a-x or removed after the upgrade.
If you keep them, please fix the prerun command:
Replace
prerun="rm -rf " prefix() "/*"
by
prerun = "test -d " prefix() " && ("
"find " prefix() " -type f -exec rm {} \\; ;"
"find " prefix() " -depth -type d -exec rmdir {} \\;)";
removemenu = "test -d " prefix() " && ("
"find " prefix() " -type f -exec rm {} \\; ;"
"find " prefix() " -depth -type d -exec rmdir {} \\;)";
This avoids the problem of hitting 'command line too long' and this
allows to remove the menu using update-menus --remove.
Cheers,
--
Bill. <[EMAIL PROTECTED]>
Imagine a large red swirl here.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]