slitaz-forge rev 287

roadmap: Add XDG autostart task
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 17 18:29:02 2012 +0200 (2012-04-17)
parents c4ada3732329
children 602839559efc
files roadmap/releases/5.0/xdg-autostart.conf
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/roadmap/releases/5.0/xdg-autostart.conf	Tue Apr 17 18:29:02 2012 +0200
     1.3 @@ -0,0 +1,22 @@
     1.4 +# SliTaz task
     1.5 +
     1.6 +TASK="Use XDG standards to auto start applications"
     1.7 +STATUS="TODO"
     1.8 +PRIORITY="3"
     1.9 +PEOPLE="pankso"
    1.10 +WIKI=""
    1.11 +BUGS=""
    1.12 +
    1.13 +DESC="Actually we start desktop applications vis Openbox autostart.sh
    1.14 +script, but it's not portable and we need custom start scripts for
    1.15 +each WM. Using XDG standard will let us have start same applications
    1.16 +for all installed WM.
    1.17 +
    1.18 +For LXDE I think will use LXSession and LXSession-edit. Razorqt is
    1.19 +standars compliant as well as XFCE. There will use files in
    1.20 +
    1.21 +/etc/xdg/autostart and ~/.config/autostart
    1.22 +
    1.23 +To make XDG work we also need to export some variables at session start,
    1.24 +and so to manage these vars and non complian WM we should have slitaz-xdg
    1.25 +script."