Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/docs


Modified Files:
        README-0.16.8 


Log Message:
Notes on tweaking the Aqua theme (Yasufumi Haga).
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/docs/README-0.16.8,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- README-0.16.8       19 Feb 2006 16:14:05 -0000      1.4
+++ README-0.16.8       19 Feb 2006 17:02:47 -0000      1.5
@@ -2,6 +2,14 @@
 About 0.16.8
 ============
 
+Credits
+-------
+This note contains contributions by
+- Kim Woelders
+- Peter Hyman ([EMAIL PROTECTED])
+- Yasufumi Haga ([EMAIL PROTECTED])
+
+
 Contents
 --------
 
@@ -65,6 +73,7 @@
 A few themes will have to be tweaked to work with e16.8. The most likely 
problem
 is that configuration settings or menu definitions are included in .cfg files
 where they are no longer accepted.
+See the "Migrating ..." section below for additional information.
 
 e16keyedit will work, but the "Action" field is no longer used. In stead, the
 action (IPC command) must be specified in the "Parameters" field.
@@ -118,9 +127,6 @@
 
 Session Scripts
 ---------------
-By Peter Hyman ([EMAIL PROTECTED])
-November 2005
-
 Enlightenment can now automatically run user scripts or applications during
 Startup, Restart, and Shutdown. This facilitates the loading of system
 tray applets, rss readers, screensavers, and other daemons (e.g. dbus),
@@ -289,7 +295,6 @@
 
 Migrating from Enlightenment 0.16.7 to 0.16.8 
 ---------------------------------------------
-By Peter Hyman ([EMAIL PROTECTED])
 
 Users upgrading from enlightenment 0.16.7 need to read the following.
 
@@ -316,3 +321,30 @@
    directory will have to be moved to $prefix/share/e16
 7) any startup scripts or Session scripts that reference the startup
    executable `enlightenment` must be edited to the new e16 program.
+
+
+A few themes have to be tweaked to work with 0.16.8.
+For the AQUA theme (and derivatives) this can be done as follows:
+
+1) move to AQUA theme directory
+2) edit menustyles.cfg to comment out "#include <menus/menus.cfg>":
+
+#include <definitions>
+__E_CFG_VERSION 0
+
+#include <menustyles/menustyles.cfg>
+/*#include <menus/menus.cfg>*/
+
+3) move to ~/.e16
+4) copy /usr/local/share/e16/config/menus.cfg to ~/.e16 like:
+   (assuming the installation prefix is /usr/local)
+
+$ cp /usr/local/share/e16/config/menus.cfg ~/.e16
+
+5) append the contents of menus/menus.cfg in AQUA theme to
+   menus.cfg in ~/.e16:
+
+$ cat /path/to/aquq-theme/menus/menus.cfg >> menus.cfg
+
+6) You may need to restart e16.8 after purging all caches
+




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to