Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/bin/idesk-sysinfo.sh

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

revision 2107 by niro, Thu Jan 2 09:56:27 2014 UTC revision 2108 by niro, Thu Jan 2 14:57:21 2014 UTC
# Line 40  xpos="$(( ${xorg_width} / 2 ))" Line 40  xpos="$(( ${xorg_width} / 2 ))"
40  # xorg_height - text_height; text_height=22 pixel  # xorg_height - text_height; text_height=22 pixel
41  ypos="$(( ${xorg_height} - 22))"  ypos="$(( ${xorg_height} - 22))"
42    
43    [ -d ~/.idesktop ] || install -d ~/.idesktop
44    
45  cat > ~/.idesktop/sysinfo.lnk << EOF  cat > ~/.idesktop/sysinfo.lnk << EOF
46  table Icon  table Icon
47    Caption: ${sysinfo}    Caption: ${sysinfo}

Legend:
Removed from v.2107  
changed lines
  Added in v.2108