Ciro Mattia Gonano wrote:

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 &


Mmmm, what if you're using e16 still? E16 with entrance?
I've got apps that used to start because they were in ~/.xinitrc, but they don't anymore. Where would I put them? Or is there something I need to do for entrance to use my .xinitrc file? (My ~/.xinitrc and ~/.xsession files are linked to each other)
Thanks


-------------------------------------------------------
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
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to