From: <dom...@us...> - 2011-01-29 19:58:55
|
Revision: 58 http://fvwm-crystal.svn.sourceforge.net/fvwm-crystal/?rev=58&view=rev Author: dominique_libre Date: 2011-01-29 19:58:49 +0000 (Sat, 29 Jan 2011) Log Message: ----------- Removed non needed UTF-8 test; updated DesktopDir in fvwm-crystal.generate-menu Modified Paths: -------------- ChangeLog bin/fvwm-crystal.generate-menu fvwm/config Modified: ChangeLog =================================================================== --- ChangeLog 2011-01-01 12:14:09 UTC (rev 57) +++ ChangeLog 2011-01-29 19:58:49 UTC (rev 58) @@ -1,5 +1,9 @@ ChangeLog for FVWM-Crystal +Samedi 28 janvier 2011 Dominique Michel + * Removed non needed UTF-8 test + * Updated DesktopDir in fvwm-crystal.generate-menu + Samedi 1 janvier 2011 Dominique Michel * Wimdow-Raise-Move-Lover witll focus on a non overlapped window of the current page, if any. Modified: bin/fvwm-crystal.generate-menu =================================================================== --- bin/fvwm-crystal.generate-menu 2011-01-01 12:14:09 UTC (rev 57) +++ bin/fvwm-crystal.generate-menu 2011-01-29 19:58:49 UTC (rev 58) @@ -23,7 +23,7 @@ # Change the following variables if needed # # Where to search for .desktop files: -DesktopDir="/usr/share/applications /usr/local/share /usr/kde/3.5/share/applications /usr/share/applnk /usr/share/gnome/apps /usr/kde/3.5/share/applnk /usr/kde/3.5/share/apps/kappfinder/apps" +DesktopDir="/usr/share/applications /usr/share/applications/kde4 /usr/local/share/applications /usr/kde/3.5/share/applications /usr/share/applnk /usr/share/gnome/apps /usr/kde/3.5/share/applnk /usr/kde/3.5/share/apps/kappfinder/apps" # # Where are the Fvwm-Crystal menu files: FC_MENUBASEROOT="/usr/share/fvwm-crystal/fvwm/Applications" Modified: fvwm/config =================================================================== --- fvwm/config 2011-01-01 12:14:09 UTC (rev 57) +++ fvwm/config 2011-01-29 19:58:49 UTC (rev 58) @@ -20,12 +20,6 @@ # Where are the locales LocalePath $[FVWM_USERDIR]/locale;fvwm-crystal:$[FVWM_SYSTEMDIR]/locale;fvwm-crystal:+ -# Check if there's an UTF-8 locale -Test (EnvMatch LANG *.UTF-8) SetEnv FVWM_FLAG_UTF_8 1 -Test (EnvMatch LANG *.utf-8) SetEnv FVWM_FLAG_UTF_8 1 -Test (EnvMatch LANG *.UTF8) SetEnv FVWM_FLAG_UTF_8 1 -Test (EnvMatch LANG *.utf8) SetEnv FVWM_FLAG_UTF_8 1 - # Load the standard functions (Include function doesn't work yet) Read $[FVWM_SYSTEMDIR]/components/Standard This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |