diff --git a/packages/python/multimedia/moovida/conf.d/moovida b/packages/python/multimedia/moovida/conf.d/moovida new file mode 100644 index 0000000000..7cce4e4ee2 --- /dev/null +++ b/packages/python/multimedia/moovida/conf.d/moovida @@ -0,0 +1,20 @@ +################################################################################ +# Moovida environment variables. +# +# This file contains non-OpenELEC evironment variables as well as OpenELEC +# evironment variables that are not user defined. +################################################################################ + +#------------------------------------------------------------------------------- +# Moovida environment variables. +#------------------------------------------------------------------------------- +MOOVIDA_FULLSCREEN=yes + +#------------------------------------------------------------------------------- +# Do not change this. +#------------------------------------------------------------------------------- +if test "$DEBUG" = yes; then + MOOVIDA_DEBUG=yes + MOOVIDA_TMPLOG=yes + MOOVIDA_LOGFILE='/var/log/moovida.log' +fi diff --git a/packages/sysutils/busybox/conf.d/home b/packages/sysutils/busybox/conf.d/home new file mode 100644 index 0000000000..4f3c80f557 --- /dev/null +++ b/packages/sysutils/busybox/conf.d/home @@ -0,0 +1,13 @@ +################################################################################ +# Core (HOME) environment variables. +# +# This file contains non-OpenELEC evironment variables as well as OpenELEC +# evironment variables that are not user defined. +################################################################################ + +#------------------------------------------------------------------------------- +# Home environment variables. +#------------------------------------------------------------------------------- +HOME="/storage" + +export HOME diff --git a/packages/sysutils/busybox/conf.d/language b/packages/sysutils/busybox/conf.d/language new file mode 100644 index 0000000000..f0d12a43ed --- /dev/null +++ b/packages/sysutils/busybox/conf.d/language @@ -0,0 +1,13 @@ +################################################################################ +# Core (Language) environment variables. +# +# This file contains non-OpenELEC evironment variables as well as OpenELEC +# evironment variables that are not user defined. +################################################################################ + +#------------------------------------------------------------------------------- +# Language variables. +#------------------------------------------------------------------------------- +LANG='de_DE.UTF-8' + +export LANG diff --git a/packages/sysutils/busybox/conf.d/path b/packages/sysutils/busybox/conf.d/path new file mode 100644 index 0000000000..d09d931f6e --- /dev/null +++ b/packages/sysutils/busybox/conf.d/path @@ -0,0 +1,13 @@ +################################################################################ +# Core (PATH) environment variables. +# +# This file contains non-OpenELEC evironment variables as well as OpenELEC +# evironment variables that are not user defined. +################################################################################ + +#------------------------------------------------------------------------------- +# General environment variables. +#------------------------------------------------------------------------------- +PATH="/bin:/sbin:/usr/bin:/usr/sbin" + +export PATH diff --git a/packages/sysutils/busybox/conf.d/shell b/packages/sysutils/busybox/conf.d/shell new file mode 100644 index 0000000000..ccf4f9d880 --- /dev/null +++ b/packages/sysutils/busybox/conf.d/shell @@ -0,0 +1,11 @@ +################################################################################ +# Core (Shell) environment variables. +# +# This file contains non-OpenELEC evironment variables as well as OpenELEC +# evironment variables that are not user defined. +################################################################################ + +#------------------------------------------------------------------------------- +# Prompt environment variables. +#------------------------------------------------------------------------------- +PS1='\u@\h:\w \$ ' diff --git a/packages/virtual/Xorg/conf.d/xorg b/packages/virtual/Xorg/conf.d/xorg new file mode 100644 index 0000000000..74283ae3fa --- /dev/null +++ b/packages/virtual/Xorg/conf.d/xorg @@ -0,0 +1,19 @@ +################################################################################ +# X.org environment variables. +# +# This file contains non-OpenELEC evironment variables as well as OpenELEC +# evironment variables that are not user defined. +################################################################################ + +#------------------------------------------------------------------------------- +# X environment variables. +#------------------------------------------------------------------------------- +DISPLAY=':0.0' +TTY=1 +XINITRC='/usr/lib/X11/xinit/xinitrc' +XSERVERRC='/usr/lib/X11/xinit/xserverrc' + +export DISPLAY +export XINITRC +export XSERVERRC +export TTY diff --git a/packages/x11/other/openbox/conf.d/openbox b/packages/x11/other/openbox/conf.d/openbox new file mode 100644 index 0000000000..8a4770c96a --- /dev/null +++ b/packages/x11/other/openbox/conf.d/openbox @@ -0,0 +1,11 @@ +################################################################################ +# Openbox environment variables. +# +# This file contains non-OpenELEC evironment variables as well as OpenELEC +# evironment variables that are not user defined. +################################################################################ + +#------------------------------------------------------------------------------- +# Turn on/off WindowManager +#------------------------------------------------------------------------------- +OE_X_WM_ENABLED=yes