Your message dated Tue, 17 Aug 2010 10:54:44 +0200
with message-id <[email protected]>
and subject line Re: Bug#475500: Please remove FVWM from menu entry for Window
Maker
has caused the Debian Bug report #475500,
regarding Please remove FVWM from menu entry for Window Maker
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 [email protected]
immediately.)
--
475500: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=475500
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: menu
Version: 2.1.38
Severity: normal
The Window Maker Modules are labeled with FVWM:
http://sid.ethz.ch/windowmaker-menu-broken-info-panel-broken-legal-panel-broken.jpg
The fix is easy:
sed -i s,FVWM\ ,,g /etc/menu-methods/translate_menus
Yours,
Guerkan
--
while(!asleep()) sheep++;
--- End Message ---
--- Begin Message ---
Version: 0.92.0-8
On 2008-04-12 Bill Allombert <[email protected]> wrote:
> On Fri, Apr 11, 2008 at 09:08:37AM +0200, Gürkan Sengün wrote:
[...]
>> The Window Maker Modules are labeled with FVWM:
>> http://sid.ethz.ch/windowmaker-menu-broken-info-panel-broken-legal-panel-broken.jpg
>> The fix is easy:
>> sed -i s,FVWM\ ,,g /etc/menu-methods/translate_menus
> ... but wrong. Please see bug #367074.
> The lastest draft propose to move the wmaker entries in
> WindowManagers/Modules section to a top-level section 'Window Maker', so
> we can get rid of WindowManagers/Modules.
> The real fix is to change WMaker not to use WindowManagers/Modules,
> but 'Window Maker'.
[...]
Which is exactly what happened in 0.92.0-8. Closing.
cu andreas
wmaker (0.92.0-8) unstable; urgency=low
[...]
* Moved menu items into proper categories
diff -u wmaker-0.92.0/debian/wmaker.menu wmaker-0.92.0/debian/wmaker.menu
--- wmaker-0.92.0/debian/wmaker.menu
+++ wmaker-0.92.0/debian/wmaker.menu
@@ -1,5 +1,5 @@
?package(wmaker):needs="wm" \
- section="WindowManagers" title="Window Maker" \
+ section="Window Managers" title="Window Maker" \
command="/usr/bin/wmaker"
?package(wmaker):needs="wmaker" \
section="/" title="Exit" sort="ZZ" \
@@ -8,16 +8,16 @@
section="/" title="Exit session" sort="ZZ" \
command="SHUTDOWN"
?package(wmaker):needs="wmaker" \
- section="WindowManagers/Modules" title="Restart" \
+ section="Window Maker" title="Restart" \
command="RESTART"
?package(wmaker):needs="wmaker" \
- section="WindowManagers/Modules" title="Info Panel ..." \
+ section="Window Maker" title="Info Panel ..." \
command="INFO_PANEL"
?package(wmaker):needs="wmaker" \
- section="WindowManagers/Modules" title="Legal Panel ..." \
+ section="Window Maker" title="Legal Panel ..." \
command="LEGAL_PANEL"
?package(wmaker):needs="wmaker" \
- section="WindowManagers/Modules" title="Preferences" \
+ section="Window Maker" title="Preferences" \
command="EXEC" arg="WPrefs"
?package(wmaker):needs="wmaker" \
section="WorkSpace" title="Workspaces" \
@@ -38,7 +38,7 @@
section="WorkSpace" title="Clear Session" \
command="CLEAR_SESSION"
?package(wmaker):needs="wmaker" \
- section="WindowManagers/Modules" title="Refresh screen" \
+ section="Window Maker" title="Refresh screen" \
command="REFRESH"
?package(wmaker):needs="wmaker" \
section="WorkSpace" title="Appearance" \
--- End Message ---