From: <dom...@us...> - 2020-04-12 11:36:04
|
Revision: 1036 http://sourceforge.net/p/fvwm-crystal/code/1036 Author: dominique_libre Date: 2020-04-12 11:36:03 +0000 (Sun, 12 Apr 2020) Log Message: ----------- Oops: update the menu generation script. Modified Paths: -------------- ChangeLog bin/fvwm-crystal.generate-menu Modified: ChangeLog =================================================================== --- ChangeLog 2020-04-12 11:16:11 UTC (rev 1035) +++ ChangeLog 2020-04-12 11:36:03 UTC (rev 1036) @@ -11,6 +11,7 @@ + fvwm/icons/...: Add icons for xpenguins and xsnow + 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 than their installation date. Modified: bin/fvwm-crystal.generate-menu =================================================================== --- bin/fvwm-crystal.generate-menu 2020-04-12 11:16:11 UTC (rev 1035) +++ bin/fvwm-crystal.generate-menu 2020-04-12 11:36:03 UTC (rev 1036) @@ -1107,7 +1107,7 @@ if [ $# -ge 2 ]; then rm non_valid_cat.log - DesktopDir=`awk -v ORS="" '!/(#|^$)/{print $0"/* "}' $USERPREFS/DesktopDirs` + DesktopDir=`awk -v ORS="" '!/(#|^$)/{print $0" "}' $USERPREFS/DesktopDirs` echo "Saving the date of the last installed desktop file in ${FVWM_USERDIR}/preferences/DateLastApp" echo "Reloading the menu..." echo "SetEnv DateLastApp \"`stat --printf="%y\n" ${DesktopDir} | sort -n -r | head -1`\"" > ${FVWM_USERDIR}/preferences/DateLastApp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |