Magellan Linux

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

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

revision 2402 by niro, Wed Aug 26 11:13:18 2015 UTC revision 2403 by niro, Mon Aug 31 08:03:03 2015 UTC
# Line 110  case "${method}" in Line 110  case "${method}" in
110    
111   CONFIG="${MCORE_UNPRIV_HOME}/.idesktop/${filename}.${ICON_SUFFIX}"   CONFIG="${MCORE_UNPRIV_HOME}/.idesktop/${filename}.${ICON_SUFFIX}"
112   clearconfig   clearconfig
113     # fix permissions
114     chown "${MCORE_UNPRIV_USER}":"${MCORE_UNPRIV_GROUP}" "${MCORE_UNPRIV_HOME}/.idesktop"
115    
116   addconfig 'table Icon'   addconfig 'table Icon'
117   addconfig "  Caption: ${name}"   addconfig "  Caption: ${name}"

Legend:
Removed from v.2402  
changed lines
  Added in v.2403