flavors rev 189

justX: fix X session, justX dont have LXDE and need openbox as WINDOW_MANAGER in /etc/slitaz/applications.conf
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jan 02 20:18:09 2014 +0100 (2014-01-02)
parents 92e8f350d6b7
children 1c747847f214
files justx/rootfs/etc/slitaz/applications.conf
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/justx/rootfs/etc/slitaz/applications.conf	Thu Jan 02 20:18:09 2014 +0100
     1.3 @@ -0,0 +1,18 @@
     1.4 +# SliTaz default applications configuration file. These apps can be
     1.5 +# started through wrappers: browser, editor and terminal.
     1.6 +#
     1.7 +
     1.8 +# File manager.
     1.9 +FILE_MANAGER="clex"
    1.10 +
    1.11 +# Web browser.
    1.12 +BROWSER="retawq"
    1.13 +
    1.14 +# Text editor.
    1.15 +EDITOR="nano"
    1.16 +
    1.17 +# X terminal.
    1.18 +TERMINAL="xterm"
    1.19 +
    1.20 +# Window manager.
    1.21 +WINDOW_MANAGER="openbox"