From 617e8fddcc2c409de9e4b881f33e689e245c98ef Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Fri, 5 Dec 2008 02:31:05 +0000 Subject: [PATCH] default has idle cursor off - dont need in wizard. SVN revision: 37929 --- config/default/e.src | 2 +- x-ui.sh | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config/default/e.src b/config/default/e.src index ef6023e40..68fe2b872 100644 --- a/config/default/e.src +++ b/config/default/e.src @@ -519,7 +519,7 @@ group "E_Config" struct { value "scale.use_dpi" uchar: 1; value "scale.use_custom" uchar: 0; value "show_cursor" uchar: 1; - value "idle_cursor" uchar: 1; + value "idle_cursor" uchar: 0; value "default_system_menu" string: ""; value "cfgdlg_normal_wins" uchar: 0; value "syscon.main.icon_size" int: 64; diff --git a/x-ui.sh b/x-ui.sh index 35bf239ca..ee0055826 100755 --- a/x-ui.sh +++ b/x-ui.sh @@ -14,5 +14,6 @@ Xephyr :1 -noreset -ac -br -dpi 284 -screen 480x640x16 & sleep 1 export DISPLAY=:1 unset E_RESTART E_START E_IPC_SOCKET E_START_TIME -#E_CONF_PROFILE=default enlightenment_start -enlightenment_start -profile illume +#E_CONF_PROFILE=default ltrace enlightenment_start +E_CONF_PROFILE=default enlightenment_start +#enlightenment_start -profile illume