|
I have it working, and this is what I did: (you may have already done
some of this, I suppose) -Add shell scripts (as root) to /etc/X11/Sessions that dictate which window managers to start; for example, I have one called e17 whose content is: #!/bin/sh /usr/local/bin/enlightenment -I then did chmod a+x e17 to make the script executable. -As root, type: 'edb_gtk_ed /etc/entrance_config.db' (without the quotes). -Following the model already in this database, add an entry called /entrance/session/x/title where x is the next number in the sequence of sessions. Change the 'type' to 'String' and type a name for the session. Do the same for the 'icon' entry and the 'session' entry, for which you should type the name of the file that you created in /etc/X11/Sessions. All of these are string entries. For example, my e17 entries are: str /entrance/session/1/session e17 str /entrance/session/1/title e17 str /entrance/session/1/icon default.png -Finally, change the all-too-vital key called '/entrance/session/count' so that it reflects the total number of sessions you have configured. Since there is a session 0, this will be one more than the last session key number you input. -Press Save. Press Quit. Log out and test. Hope that helps. Felix Breuer wrote: On Thu, 17 Feb 2005 20:10:47 +0100 Emanuele Cecchi <[EMAIL PROTECTED]> wrote: ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users |
