Hi Duncan,

Today I updated freevo to the latest version. I found that the freevo
script has changed.
I'm using freevo -fs to startup freevo. This didn't work with the new
changes. It seems like the script is restarting the xserver over and
over again.

To solve that I changed the following:
--- freevo      (revision 11318)
+++ freevo      (working copy)
@@ -573,11 +573,11 @@
                 server_num += 1
             sys.stdin.close()
             if opts.debug:
-                _debug_('os.execvp(', 'xinit', [ 'xinit',
freevo_script, '--force-fs' ] + opt_trace + opt_debug + \
+                _debug_('os.execvp(', 'xinit', [ 'xinit',
freevo_script ] + opt_trace + opt_debug + \
                     [ '--', ':'+str(server_num) ] + opt_server_layout,
')')
             if opts.dry_run:
                 sys.exit(0)
-            os.execvp('xinit', [ 'xinit', freevo_script, '--force-fs' ]
+ opt_trace + opt_debug +
+            os.execvp('xinit', [ 'xinit', freevo_script ] + opt_trace +
opt_debug +
                 [ '--', ':'+str(server_num) ] + opt_server_layout)
         elif opts.daemon:
             # start freevo in background

I'm guessing you might know the problem. It is not yet clear to me.

Regards,
Joost
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to