Magellan Linux

Diff of /trunk/alxconfig-ng/patches/alxconfig-ng-0.6.0_rc1-sleep-before-autorun-wfica.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1364 by niro, Wed Jun 8 08:35:42 2011 UTC revision 1365 by niro, Wed Jun 8 08:49:37 2011 UTC
# Line 1  Line 1 
1  Index: alxconf-060/functions/config_sessions.sh  diff -Naur alxconfig-ng-0.6.0-rc1/functions/config_sessions.sh alxconfig-ng-0.6.0-rc1-fixed/functions/config_sessions.sh
2  ===================================================================  --- alxconfig-ng-0.6.0-rc1/functions/config_sessions.sh 2011-05-18 23:55:22.000000000 +0200
3  --- alxconf-060/functions/config_sessions.sh    (Revision 2168)  +++ alxconfig-ng-0.6.0-rc1-fixed/functions/config_sessions.sh 2011-06-08 10:49:41.000000000 +0200
 +++ alxconf-060/functions/config_sessions.sh    (Arbeitskopie)  
4  @@ -370,7 +370,8 @@  @@ -370,7 +370,8 @@
5       # add autostart session   # add autostart session
6       if [[ ! -z ${cfg_autostart_session} ]]   if [[ ! -z ${cfg_autostart_session} ]]
7       then   then
8  -        addconfig "[startup] {nohup nice -n 19 wfica ${ALX_ICA_SESSIONS}/$(fix_whitespaces ${cfg_autostart_session}) &}"  - addconfig "[startup] {nohup nice -n 19 wfica ${ALX_ICA_SESSIONS}/$(fix_whitespaces ${cfg_autostart_session}) &}"
9  +        # sleep one second to wait until busybox is fully initialized and the screen is really centered  + # sleep one second to wait until busybox is fully initialized and the screen is really centered
10  +        addconfig "[startup] {sleep 1 && nohup nice -n 19 wfica ${ALX_ICA_SESSIONS}/$(fix_whitespaces ${cfg_autostart_session}) &}"  + addconfig "[startup] {sleep 1 && nohup nice -n 19 wfica ${ALX_ICA_SESSIONS}/$(fix_whitespaces ${cfg_autostart_session}) &}"
11       fi   fi
12    
13       # fluxbox hotkeys   # fluxbox hotkeys

Legend:
Removed from v.1364  
changed lines
  Added in v.1365