From: <dom...@us...> - 2014-01-08 14:11:41
|
Revision: 581 http://sourceforge.net/p/fvwm-crystal/code/581 Author: dominique_libre Date: 2014-01-08 14:11:37 +0000 (Wed, 08 Jan 2014) Log Message: ----------- functions/Media: create ~/.mplayer directory if it does not exist Modified Paths: -------------- ChangeLog fvwm/components/functions/Media Modified: ChangeLog =================================================================== --- ChangeLog 2014-01-05 03:58:07 UTC (rev 580) +++ ChangeLog 2014-01-08 14:11:37 UTC (rev 581) @@ -3,6 +3,9 @@ Version 3.2.8 ------------- +Mercredi 8 janvier 2014 Dominique Michel + functions/Media: create ~/.mplayer directory if it doesn't exist. + Dimanche 5 Janvier 2014 Dominique Michel scripts/KeyModifiersEditor/KeyModifiersEditor: fix the locale aware titles locale/fr*/*/*: sorted the locale strings; new strings in fvwm-crystal-sring.*. Modified: fvwm/components/functions/Media =================================================================== --- fvwm/components/functions/Media 2014-01-05 03:58:07 UTC (rev 580) +++ fvwm/components/functions/Media 2014-01-08 14:11:37 UTC (rev 581) @@ -76,6 +76,7 @@ # We must start mplayer in slave mode and send the commands via a pipe # Create the pipe if it doesn't exist: Piperead 'echo InfoStoreAdd USERDIR `id -un`' +Piperead 'mkdir -p /home/$[infostore.USERDIR]/.mplayer' Test (!F /home/$[infostore.USERDIR]/.mplayer/pipe) PipeRead 'mkfifo /home/$[infostore.USERDIR]/.mplayer/pipe' # xmms2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |