Magellan Linux

Diff of /alx-src/trunk/tinyalxconfig-ng/init.d/alxsettings

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

revision 517 by niro, Tue Jun 17 19:09:58 2008 UTC revision 518 by niro, Sun Jun 22 22:26:47 2008 UTC
# Line 11  Line 11 
11  #%before:  #%before:
12  #%after:  #%after:
13    
14  # $Header: /home/cvsd/alx-cvs/alx-src/tinyalxconfig-ng/init.d/alxsettings,v 1.22 2008-06-17 19:08:33 niro Exp $  # $Header: /home/cvsd/alx-cvs/alx-src/tinyalxconfig-ng/init.d/alxsettings,v 1.23 2008-06-22 22:26:47 niro Exp $
15    
16  # checks first if the client was already configured and if it has an valid serial  # checks first if the client was already configured and if it has an valid serial
17  # if not it runs the autoconfiguration script  # if not it runs the autoconfiguration script
# Line 529  import_settings_local() Line 529  import_settings_local()
529   # (no txt - length required, xtdesk manage that itself)   # (no txt - length required, xtdesk manage that itself)
530   xres="$((1024 / 2))"   xres="$((1024 / 2))"
531   # default y pos (full yres -22 !)   # default y pos (full yres -22 !)
532   yres="$((768 - 22 ))"   #yres="$((768 - 22 ))"
533     # place it at top
534     yres="-5"
535    
536   generate_icon \   generate_icon \
537   --name "${sysinfo}" \   --name "${sysinfo}" \

Legend:
Removed from v.517  
changed lines
  Added in v.518