# HG changeset patch # User Christophe Lincoln # Date 1388690289 -3600 # Node ID 2fea9593600f83c208e1b5b2141ece8416d16ee6 # Parent 92e8f350d6b7a210f068ef5ae7e4671e4c687f98 justX: fix X session, justX dont have LXDE and need openbox as WINDOW_MANAGER in /etc/slitaz/applications.conf diff -r 92e8f350d6b7 -r 2fea9593600f justx/rootfs/etc/slitaz/applications.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/justx/rootfs/etc/slitaz/applications.conf Thu Jan 02 20:18:09 2014 +0100 @@ -0,0 +1,18 @@ +# SliTaz default applications configuration file. These apps can be +# started through wrappers: browser, editor and terminal. +# + +# File manager. +FILE_MANAGER="clex" + +# Web browser. +BROWSER="retawq" + +# Text editor. +EDITOR="nano" + +# X terminal. +TERMINAL="xterm" + +# Window manager. +WINDOW_MANAGER="openbox"