Re: add xcompmgr to the olpc-development stream builds

2008-11-11 Thread Erik Garrison
On Tue, Nov 11, 2008 at 12:47:16AM -0500, Bernie Innocenti wrote:
 Erik Garrison wrote:
  Attached is a patch to pilgrim which adds xcompmgr to the
  olpc-development stream builds.  This is a prerequisite for testing.
  Size delta is negligible: I believe the binary is 26K.
  
  Could we enable this?  Bernie and I are in agreement that we need to
  start testing of composite.
 
 Where is the part to launch xcompgr from olpc-session?  I could commit it
 for you.

I have attached a patch to bin/sugar.in which launches xcompmgr prior to
starting matchbox.  I have not tested this as I don't have a recent
build of Sugar to test on an XO.  In 8.2 it was possible to achieve the
same result by adding a hook to main.py.

Erik
diff --git a/bin/sugar.in b/bin/sugar.in
index c802b77..55de1df 100644
--- a/bin/sugar.in
+++ b/bin/sugar.in
@@ -11,6 +11,8 @@ if ! test -f $GTK2_RC_FILES; then
 exit 1
 fi
 
+xcompmgr 
+
 matchbox-window-manager -use_titlebar no -theme sugar \
 -kbdconfig @prefix@/share/sugar/data/kbdconfig 
 
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: [sugar] add xcompmgr to the olpc-development stream builds

2008-11-11 Thread Marco Pesenti Gritti
On Wed, Nov 12, 2008 at 4:52 AM, Bernie Innocenti [EMAIL PROTECTED] wrote:
 However, I noticed we also run the window manager from there and it
 would make a lot of sense to keep the composing manager next to it.
 Some modern window managers even do both things.

 Perhaps these things should be moved to olpc-session?  Either way, it
  could be done at a later point with a separate patch.

I'm trying to stay more or less consistent with the separation between
DM and desktop session, for practical reasons (Sugar needs to work
fine if runned from gdm, for example).

olpc-session is the equivalent of a DM, so I don't think it should run
the window manager, nor the composite manager.

Marco
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


add xcompmgr to the olpc-development stream builds

2008-11-10 Thread Erik Garrison
Attached is a patch to pilgrim which adds xcompmgr to the
olpc-development stream builds.  This is a prerequisite for testing.
Size delta is negligible: I believe the binary is 26K.

Could we enable this?  Bernie and I are in agreement that we need to
start testing of composite.

Erik
diff --git a/streams.d/olpc-development.stream b/streams.d/olpc-development.stream
index 452dd94..c9da610 100755
--- a/streams.d/olpc-development.stream
+++ b/streams.d/olpc-development.stream
@@ -166,6 +166,7 @@ less
 diffutils
 PolicyKit-olpc
 python-alsaaudio
+xcompmgr
 
 
 # Large packages that get pulled in as dependencies, but which we can
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: add xcompmgr to the olpc-development stream builds

2008-11-10 Thread Bernie Innocenti
Erik Garrison wrote:
 Attached is a patch to pilgrim which adds xcompmgr to the
 olpc-development stream builds.  This is a prerequisite for testing.
 Size delta is negligible: I believe the binary is 26K.
 
 Could we enable this?  Bernie and I are in agreement that we need to
 start testing of composite.

Where is the part to launch xcompgr from olpc-session?  I could commit it
for you.

-- 
   // Bernie Innocenti - http://www.codewiz.org/
 \X/  Sugar Labs   - http://www.sugarlabs.org/
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel