From: <dom...@us...> - 2020-04-12 11:56:30
|
Revision: 1037 http://sourceforge.net/p/fvwm-crystal/code/1037 Author: dominique_libre Date: 2020-04-12 11:56:28 +0000 (Sun, 12 Apr 2020) Log Message: ----------- Comment the style fix Modified Paths: -------------- ChangeLog NEWS bin/fvwm-crystal.generate-menu Modified: ChangeLog =================================================================== --- ChangeLog 2020-04-12 11:36:03 UTC (rev 1036) +++ ChangeLog 2020-04-12 11:56:28 UTC (rev 1037) @@ -12,8 +12,10 @@ + fvwm/Applications/...: Add some applications. fvwm/functions/components/About: 3.6.4 bin/fvwm-crystal.generate-menu; - fvwm/scripts/CheckMenuDate: fix for when new dessktop file date is older + fvwm/scripts/CheckMenuDate: fix for when new desktop file date is older than their installation date. + bin/fvwm-crystal.generate-menu: fix the styles not neededd anymore, + comment it. vendreedi 10 avril 2020 + fvwm/scripts/SetGtkFont; Modified: NEWS =================================================================== --- NEWS 2020-04-12 11:36:03 UTC (rev 1036) +++ NEWS 2020-04-12 11:56:28 UTC (rev 1037) @@ -19,6 +19,7 @@ - Automatic generation of the application menu: Fix for when the date of newly installed desktop files is older that their installation date. + Comment the style fix, it is not needed anymore. That's all! Dominique Michel Modified: bin/fvwm-crystal.generate-menu =================================================================== --- bin/fvwm-crystal.generate-menu 2020-04-12 11:36:03 UTC (rev 1036) +++ bin/fvwm-crystal.generate-menu 2020-04-12 11:56:28 UTC (rev 1037) @@ -1112,8 +1112,8 @@ echo "Reloading the menu..." echo "SetEnv DateLastApp \"`stat --printf="%y\n" ${DesktopDir} | sort -n -r | head -1`\"" > ${FVWM_USERDIR}/preferences/DateLastApp FvwmCommand 'ReloadRecipe' - FvwmCommand 'Include components/styles/Generated-Application-Icons-22-32' - FvwmCommand 'Include components/styles/Application-Icons-22-32' +# FvwmCommand 'Include components/styles/Generated-Application-Icons-22-32' +# FvwmCommand 'Include components/styles/Application-Icons-22-32' else echo "You will find the list of the desktop files with non valid Main Category in non_valid_cat.log" fi This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |