From: <dom...@us...> - 2013-05-22 08:43:21
|
Revision: 441 http://sourceforge.net/p/fvwm-crystal/code/441 Author: dominique_libre Date: 2013-05-22 08:43:18 +0000 (Wed, 22 May 2013) Log Message: ----------- moved the desktop and X session file to new location: shared Modified Paths: -------------- ChangeLog addons/README Added Paths: ----------- shared/ shared/fvwm-crystal shared/fvwm-crystal.desktop Removed Paths: ------------- addons/fvwm-crystal addons/fvwm-crystal.desktop Modified: ChangeLog =================================================================== --- ChangeLog 2013-05-21 17:11:36 UTC (rev 440) +++ ChangeLog 2013-05-22 08:43:18 UTC (rev 441) @@ -1,5 +1,8 @@ ChangeLog for FVWM-Crystal +Mercredi 22 Mai 2013 Dominique Michel + moved the X session and desktop files to new location: shared + Mardi 21 Mai 2013 Dominque Michel scripts/ThunarCheckMounts; apps/Thunar: version 2 much simpler and better even if I do prefer the look of the old version; v2 is just better. Modified: addons/README =================================================================== --- addons/README 2013-05-21 17:11:36 UTC (rev 440) +++ addons/README 2013-05-22 08:43:18 UTC (rev 441) @@ -18,12 +18,6 @@ convert_colorsets: will show you how to convert colorsets for fvwm-crystal<3.0.7 -fvwm-crystal: session file to launch fvwm-crystal. Is installed - by default in /etc/X11/Sessions/ - -fvwm-crystal.desktop: a desktop file to launch fvwm-crystal. - Installed by default in $prefix/share/xsessions - fvwm.vim: fvwm syntax file for vim make_mo: copy the locales and make_mo in $[FVWM_USERDIR]/locale/$LANG/LC_MESSAGES, Deleted: addons/fvwm-crystal =================================================================== --- addons/fvwm-crystal 2013-05-21 17:11:36 UTC (rev 440) +++ addons/fvwm-crystal 2013-05-22 08:43:18 UTC (rev 441) @@ -1,2 +0,0 @@ -#!/bin/sh -/usr/bin/fvwm-crystal Deleted: addons/fvwm-crystal.desktop =================================================================== --- addons/fvwm-crystal.desktop 2013-05-21 17:11:36 UTC (rev 440) +++ addons/fvwm-crystal.desktop 2013-05-22 08:43:18 UTC (rev 441) @@ -1,13 +0,0 @@ -# /usr/share/xsessions/fvwm-crystal.desktop -[Desktop Entry] -Encoding=UTF-8 -Name=FVWM-Crystal -Comment=Umm... Nice desktop. Transparent, and all... -Exec=fvwm-crystal -Terminal=False -TryExec=fvwm-crystal -Type=Application - -[Window Manager] -SessionManaged=true - Added: shared/fvwm-crystal =================================================================== --- shared/fvwm-crystal (rev 0) +++ shared/fvwm-crystal 2013-05-22 08:43:18 UTC (rev 441) @@ -0,0 +1,2 @@ +#!/bin/sh +/usr/bin/fvwm-crystal Property changes on: shared/fvwm-crystal ___________________________________________________________________ Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: shared/fvwm-crystal.desktop =================================================================== --- shared/fvwm-crystal.desktop (rev 0) +++ shared/fvwm-crystal.desktop 2013-05-22 08:43:18 UTC (rev 441) @@ -0,0 +1,13 @@ +# /usr/share/xsessions/fvwm-crystal.desktop +[Desktop Entry] +Encoding=UTF-8 +Name=FVWM-Crystal +Comment=Umm... Nice desktop. Transparent, and all... +Exec=fvwm-crystal +Terminal=False +#TryExec=fvwm-crystal +Type=Application + +[Window Manager] +SessionManaged=true + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |