- Timestamp:
- May 29, 2017, 10:17:02 AM (4 years ago)
- Location:
- lliurex-store/trunk/fuentes/python3-lliurex-store.install/usr/share/lliurexstore/plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-store/trunk/fuentes/python3-lliurex-store.install/usr/share/lliurexstore/plugins/debManager.py
r4920 r4935 140 140 appInfo['size']=str(app_detail.get_size()) 141 141 break 142 try: 143 info=app.get_info() 144 appInfo['state']=info.to_string(info) 145 self._debug("State: "+appInfo['state']) 146 except: 147 self._debug("State: not available") 148 pass 142 149 143 150 return(appInfo) -
lliurex-store/trunk/fuentes/python3-lliurex-store.install/usr/share/lliurexstore/plugins/infoManager.py
r4907 r4935 102 102 break 103 103 else: 104 #If there's no icon set lliurex-store as app icon105 appInfo['icon']=" 64x64/lliurex-store.png"104 #If there's no icon set empty icon path 105 appInfo['icon']="" 106 106 # if app.get_icon_default(): 107 107 # appInfo['icon']=appInfo['icon']+'/'+app.get_icon_default().get_name()
Note: See TracChangeset
for help on using the changeset viewer.