Tiny Core Linux

Tiny Core Base => TCB Talk => Topic started by: jls on January 23, 2011, 11:13:16 AM

Title: [SUGGESTION] ~/.X.d could be changed in ~/.config/autostart
Post by: jls on January 23, 2011, 11:13:16 AM
http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html (http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html)

~/.xsession could process also /usr/local/etc/xdg/autostart entries
Title: Re: [SUGGESTION] ~/.X.d could be changed in ~/.config/autostart
Post by: hiro on January 24, 2011, 07:53:04 AM
Do we have to implement every single freedesktop standard?
I've learned what .xsession is for years ago. But now I have to search in /usr/local/etc/xdg/autostart and .config/autostart too? What is xdg anyway?
Title: Re: [SUGGESTION] ~/.X.d could be changed in ~/.config/autostart
Post by: MSumulong on October 26, 2015, 02:58:07 PM
xdg = X Desktop Group aka freedesktop.org

https://en.wikipedia.org/wiki/Freedesktop.org
Title: Re: [SUGGESTION] ~/.X.d could be changed in ~/.config/autostart
Post by: curaga on October 26, 2015, 05:31:10 PM
I see a potential conflict: only users of big DEs would put files there, but those DEs handle the autostart themselves. If it was checked for in .xsession, the apps would be launched twice for big DEs.