Il giorno mer, 07/09/2005 alle 20.16 +0700, ridho muhammad ha scritto: > Anyone know what file calls applications to start while X is loading? > For example I want to load gdeskcal or torsmo at startup... What > file(s) makes this happen? > for the n-th time, put all your startup commands in a script[1] for your shell, then use e_util_eapp_edit to create an .eap from your script, then use entangle to put that .eap on the "Startup" section.
[1] e.g. if you're using bash, the script may look like: #!/bin/bash /usr/bin/whatever & /usr/bin/whatever_else & -- Ciro Mattia Gonano Winged.it Master - http://www.winged.it FlyingCircus.it member - http://www.flyingcircus.it GPG Keynumber: DEF86925 --- ICQ#: 52631406 ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
