Re: [PATCH] Fix FvwmMakeMissingDesktopMenu

2019-08-22 Thread Thomas Adam
On Wed, Aug 21, 2019 at 01:12:47PM +, Luke Lau wrote:
> From: Luke Lau 
> 
> This drops the obsolete --fvwm-icons flag and specifies to add it into
> the "Desktop Programs" menu

Thanks.  Looks fine to me.  Will apply this over the weekend.  If you don't
see this land in fvwm2 early next week, please do chase me.

Kindly,
Thomas



[PATCH] Fix FvwmMakeMissingDesktopMenu

2019-08-22 Thread Luke Lau
From: Luke Lau 

This drops the obsolete --fvwm-icons flag and specifies to add it into
the "Desktop Programs" menu
---
 fvwm/fvwm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fvwm/fvwm.c b/fvwm/fvwm.c
index f5317f2d..c7acc36e 100644
--- a/fvwm/fvwm.c
+++ b/fvwm/fvwm.c
@@ -1376,7 +1376,7 @@ static void SetRCDefaults(void)
{ "Style * Color lightgrey/dimgrey", "", "" },
{ "Style * HilightFore black, HilightBack grey", "", "" },
{ "DestroyFunc FvwmMakeMissingDesktopMenu", "", "" },
-   { "AddToFunc   FvwmMakeMissingDesktopMenu I PipeRead 
'fvwm-menu-desktop --enable-mini-icons --fvwm-icons'", "", "" },
+   { "AddToFunc   FvwmMakeMissingDesktopMenu I PipeRead 
'fvwm-menu-desktop --enable-mini-icons --insert-in-menu=FvwmMenu'", "", "" },
{
"AddToMenu MenuFvwmRoot \"",
_("Builtin Menu"),
-- 
2.23.0.rc1