Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/modules/idesk/idesk-sysinfo.in

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

revision 2772 by niro, Mon Aug 31 11:32:34 2015 UTC revision 2773 by niro, Thu Feb 11 15:00:24 2016 UTC
# Line 17  fi Line 17  fi
17  ${x11runas} xinfo &> /dev/null || exit 1  ${x11runas} xinfo &> /dev/null || exit 1
18    
19  # eval xorg_width and xorg_height  # eval xorg_width and xorg_height
20  eval $(${x11runas} xinfo)  xinfo=$(${x11runas} xinfo)
21    if [[ $? = 0 ]]
22    then
23     eval ${xinfo}
24    fi
25    
26  # fallback  # fallback
27  [[ -z ${xorg_width} ]] && xorg_width="1024"  [[ -z ${xorg_width} ]] && xorg_width="1024"

Legend:
Removed from v.2772  
changed lines
  Added in v.2773