]> icculus.org git repositories - mikachu/openbox.git/commit
revamp the autostart functionality, so autostart apps launch after openbox.
authorDana Jansens <danakj@orodu.net>
Wed, 17 Feb 2010 21:11:36 +0000 (16:11 -0500)
committerDana Jansens <danakj@orodu.net>
Wed, 17 Feb 2010 21:11:36 +0000 (16:11 -0500)
commitbcc31faf7ecd8b0ad3b66a75fc72145e93e6c35a
treede901ca02d357392d35e88ce42db60e8adca841f
parent7d71fb8a77ba9e2ea4938e793410f029265507a8
revamp the autostart functionality, so autostart apps launch after openbox.

add /usr/libexec/openbox-autostart which runs the global/user scripts and
  launches /usr/libexec/openbox-xdg-autostart (which runs .desktop autostart
  stuff)

make openbox-session call openbox with --startup option, to make openbox launch
  /usr/libexec/openbox-autostart *after* it is initialized.

add /etc/xdg/openbox/environment and ~/.config/openbox/environment files to let
  user change environment variables (locale) for their Openbox session, which
  openbox-session loads before running openbox.
.gitignore
Makefile.am
data/autostart.sh.in [deleted file]
data/autostart/Makefile [moved from tools/xdg-autostart/Makefile with 56% similarity]
data/autostart/autostart [new file with mode: 0644]
data/autostart/openbox-autostart.in [new file with mode: 0755]
data/autostart/openbox-xdg-autostart [moved from tools/xdg-autostart/xdg-autostart with 98% similarity]
data/environment [new file with mode: 0644]
data/xsession/openbox-session.in
openbox/openbox.c