Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/docs


Modified Files:
        README-0.16.8 


Log Message:
A few notes on e16 with GNOME/KDE.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/docs/README-0.16.8,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- README-0.16.8       10 Nov 2005 21:46:15 -0000      1.2
+++ README-0.16.8       19 Nov 2005 17:25:50 -0000      1.3
@@ -101,6 +101,52 @@
 start, and the first matching item will be used.
 
 
+Using e16 with GNOME
+--------------------
+(Using Fedora Core 4, may be pertinent to other distributions as well).
+
+The GNOME desktop can be started using e16 as WM with:
+
+$ export WINDOW_MANAGER=e16
+$ gnome-sesssion
+
+Alternatively, add a GNOME/e16 session entry to the display manager login:
+# cp /usr/share/e16/misc/e-gnome.desktop /usr/share/xsessions/
+
+However, somewhere along the way the script /usr/bin/gnome-wm is called.
+This is supposed to handle differences in all the different WM's out there,
+but does not know of "e16". This will cause a major delay when starting up
+the GNOME desktop.
+One way to fix this is to use gnome-session-properties to get rid of
+the "gnome-wm" session entry.
+Another is to apply this patch to /usr/bin/gnome-wm:
+
+--- /usr/bin/gnome-wm-org       2005-04-19 21:33:53.000000000 +0200
++++ /usr/bin/gnome-wm   2005-11-15 20:46:09.000000000 +0100
+@@ -69,7 +69,7 @@
+ OPT2=
+ if [ ! -z "$SMID" ] ; then
+   case `basename $WINDOW_MANAGER` in
+-    sawfish|sawmill|metacity)
++    sawfish|sawmill|metacity|e16)
+       OPT1=--sm-client-id=$SMID
+       ;;
+     openbox)
+
+
+Using e16 with KDE
+------------------
+(Using Fedora Core 4, may work with other distributions as well).
+
+The KDE desktop can be started using e16 as WM with:
+
+$ export KDEWM=e16
+$ startkde
+
+Alternatively, add a KDE/e16 session entry to the display manager login:
+# cp /usr/share/e16/misc/e-kde.desktop /usr/share/xsessions/
+
+
 Migrating from Enlightenment 0.16.7 to 0.16.8 
 ---------------------------------------------
 By Peter Hyman ([EMAIL PROTECTED])




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to