Author: duncan
Date: Sun Jul 8 09:47:34 2007
New Revision: 9748
Log:
[ 1749908 ] Add Ability to Pass Arguments to X When Using freevo -fs
Patch applied
Modified:
branches/rel-1/freevo/ChangeLog
branches/rel-1/freevo/freevo
Modified: branches/rel-1/freevo/ChangeLog
==============================================================================
--- branches/rel-1/freevo/ChangeLog (original)
+++ branches/rel-1/freevo/ChangeLog Sun Jul 8 09:47:34 2007
@@ -21,6 +21,7 @@
* Added translation for Greek (F#)
* Added XINE_BOOKMARK for when xine has support for get_time, default is off
(B#1745076)
* Updated childapp to use subprocess instead of popen (F#1729597)
+ * Updated freevo to allow X server options to be passed when using -fs
(F#1749908)
* Updated local_conf.py.example with MPLAYER_HAS_FIELD_DOMINANCE (F#1729404)
* Updated record_client to allow favourites to be added from the command line
(F#1734781)
* Updated skins to adjust the window heights when the button bar is active
(F#1733061)
Modified: branches/rel-1/freevo/freevo
==============================================================================
--- branches/rel-1/freevo/freevo (original)
+++ branches/rel-1/freevo/freevo Sun Jul 8 09:47:34 2007
@@ -345,7 +345,7 @@
break
server_num += 1
sys.stdin.close()
- os.execvp('xinit', [ 'xinit', freevo_script, '-force-fs', '--',
':'+str(server_num) ])
+ os.execvp('xinit', [ 'xinit', freevo_script, '-force-fs', '--',
':'+str(server_num) ] + sys.argv[2:])
elif arg == 'execute':
# execute a python script
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog