Re: Reworked fvwm-menu-desktop

2011-11-01 Thread Thomas Adam
On Tue, Nov 01, 2011 at 01:07:27PM +0100, Thomas Funk wrote: I constructed create_fvwm2_menu_hash() and merge_fvwm2_menus() because I don't understand the structure Dan created in read_menu() ... but now it's more important to analyze it deeper, than fix merge_fvwm2_menus() because using his

Re: Reworked fvwm-menu-desktop

2011-11-01 Thread Thomas Funk
-Ursprüngliche Nachricht- Von: Thomas Adam tho...@fvwm.org Gesendet: 01.11.2011 13:12:56 Dan didn't construct that structure, that's how it was originally based on parsing the XML files for the XDG menu definitions, and it's always been the structured formed from the XDG data which I've

Re: Reworked fvwm-menu-desktop

2011-10-30 Thread Thomas Funk
-Ursprüngliche Nachricht- Von: Thomas Adam tho...@fvwm.org Gesendet: 20.10.2011 15:00:58 An: Thomas Funk t.f...@web.de Betreff: Re: Reworked fvwm-menu-desktop Some very quick observations... [...] Can you describe the internal data overall, and now it's derived, and then we can look

Re: Reworked fvwm-menu-desktop

2011-10-20 Thread Thomas Funk
On Thu, Oct 20, 2011 at 12:12:43PM +0200, Thomas Adam wrote: Thanks, but I'd like to see a unified diff, not an entire file. Uuups, sorry :S Attached. -- Life is like a box of chocolates - never know what you're gonna get. ___ SMS

Re: Reworked fvwm-menu-desktop

2011-10-20 Thread Thomas Adam
On Thu, Oct 20, 2011 at 01:07:07PM +0200, Thomas Funk wrote: On Thu, Oct 20, 2011 at 12:12:43PM +0200, Thomas Adam wrote: Thanks, but I'd like to see a unified diff, not an entire file. Uuups, sorry :S Attached. Some very quick observations... +my $xdg_data_home = $ENV{XDG_DATA_HOME} ||

Re: Reworked fvwm-menu-desktop

2011-10-20 Thread Thomas Funk
-Ursprüngliche Nachricht- Von: Thomas Adam tho...@fvwm.org Gesendet: 20.10.2011 15:00:58 An: Thomas Funk t.f...@web.de Betreff: Re: Reworked fvwm-menu-desktop Some very quick observations... +my $xdg_data_home = $ENV{XDG_DATA_HOME} || $ENV{HOME}/.local/share; +my $xdg_menu_prefix = $ENV

Re: Reworked fvwm-menu-desktop

2011-10-20 Thread Thomas Adam
On Thu, Oct 20, 2011 at 04:59:40PM +0200, Thomas Funk wrote: -Ursprüngliche Nachricht- Von: Thomas Adam tho...@fvwm.org Gesendet: 20.10.2011 15:00:58 An: Thomas Funk t.f...@web.de Betreff: Re: Reworked fvwm-menu-desktop Some very quick observations... +my $xdg_data_home = $ENV