From: <dom...@us...> - 2015-10-12 14:38:07
|
Revision: 740 http://sourceforge.net/p/fvwm-crystal/code/740 Author: dominique_libre Date: 2015-10-12 14:38:05 +0000 (Mon, 12 Oct 2015) Log Message: ----------- test fvwm > 2.6.5 for the XDG menu Modified Paths: -------------- ChangeLog fvwm/components/functions/Preferences-Menu Modified: ChangeLog =================================================================== --- ChangeLog 2015-10-12 12:44:53 UTC (rev 739) +++ ChangeLog 2015-10-12 14:38:05 UTC (rev 740) @@ -7,7 +7,8 @@ bin/fvwm-crystal.generate-menu: fix for multiple localised Name entries in desktop files whih caused bad filenames, resulting in "No such command 'xyz'" fvwm errors when loading the resulting application menu. - functions/Preferences-Menu: fix Reload-Recipe when the recipe is not given to the function. + functions/Preferences-Menu: fix Reload-Recipe when the recipe is not given to the function; + test fvwm > 2.6.5 for the XDG menu. functions/CheckForFiles: add the FullScreenApps file into the wanted preferences. + scripts/FSApps, functions/Fullscreen: Window-AutoFS: put the Piperead into an external script. Modified: fvwm/components/functions/Preferences-Menu =================================================================== --- fvwm/components/functions/Preferences-Menu 2015-10-12 12:44:53 UTC (rev 739) +++ fvwm/components/functions/Preferences-Menu 2015-10-12 14:38:05 UTC (rev 740) @@ -374,9 +374,9 @@ AddToMenu /Preferences/DesktopMenu + '%22x22/fvwm-crystal/Off.png%$[gt.No menu with left click]' SetNoDesktopMenu + '%22x22/fvwm-crystal/fvwm-crystal.png%$[gt.Menu with left click]' SetDesktopMenu -+ '' Nop -+ '%22x22/fvwm-crystal/Off.png%$[gt.No XDG menu with Alt+A]' SetNoXDGMenu -+ '%22x22/fvwm-crystal/On.png%$[gt.XDG Menu with Alt+A]' SetXDGMenu +Test (Version > 2.6.5) + '' Nop +Test (Version > 2.6.5) + '%22x22/fvwm-crystal/Off.png%$[gt.No XDG menu with Alt+A]' SetNoXDGMenu +Test (Version > 2.6.5) + '%22x22/fvwm-crystal/On.png%$[gt.XDG Menu with Alt+A]' SetXDGMenu DestroyFunc SetNoDesktopMenu AddToFunc SetNoDesktopMenu This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |