Re: What's the Right Way to read resources on X startup?
Re: What's the Right Way to read resources on X startup?
- Subject: Re: What's the Right Way to read resources on X startup?
- From: Jeremy Huddleston <email@hidden>
- Date: Wed, 23 Jun 2010 21:51:04 -0700
>> Personally, I prefer to have X11 not run any application on startup.
>> I just start X11 once per login session and never quit it. Thus I
>> never see the race conditions associated with X11 startup.
>
> I don't see how that can help -- sure, I don't start X that often, but I
> still see the race condition every time I do.
I don't use app_to_run, so I don't notice those problems (sorry). Try just disabling it by setting it to "/usr/bin/true" and starting your application with something like:
mkdir -p ~/.xinitrc.d
echo "exec xterm" > ~/.xinitrc.d/50-start_apps.sh
chmod 755 ~/.xinitrc.d/50-start_apps.sh
--Jeremy
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden