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 #367074,
regarding wmaker and the new menu structure proposal
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.)
--
367074: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=367074
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: wmaker
Severity: wishlist
Hello Marcelo,
As I hope you know, there is a new menu structure proposal
(bug #361418).
Since wmaker include a lot of wmaker-specific menu entries, it is
important to review how the will integrate in the new structure
before implementing it. So this report is merely a dicussion item.
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.
So I would like to know whether you agree with this proposal, and how
you see wmaker menu structure once the proposal is implemented. The
menu package need to know aout the extra sections to provide
translations for them.
Currently we have:
needs="wmaker":
Exit
Exit session
WindowManagers/Modules/Restart
WindowManagers/Modules/Info Panel ...
WindowManagers/Modules/Legal Panel ...
WindowManagers/Modules/Preferences
WindowManagers/Modules/Refresh screen
WorkSpace/Workspaces
WorkSpace/Hide Others
WorkSpace/Show All
WorkSpace/Arrange Icons
WorkSpace/Save Session
WorkSpace/Clear Session
WorkSpace/Appearance
needs="wmappearance":
Appearance/Background
Appearance/Styles
Appearance/Themes
Appearance/Icon Sets
Appearance/Save IconSet
Appearance/Save Theme
Cheers,
--
Bill. <[email protected]>
Imagine a large red swirl here.
--- 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 ---