lp://staging/~3v1n0/fogger/fix-crash-1025332
Created by
Marco Trevisan (Treviño)
and last modified
- Get this branch:
- bzr branch lp://staging/~3v1n0/fogger/fix-crash-1025332
Only
Marco Trevisan (Treviño)
can upload to this branch. If you are
Marco Trevisan (Treviño)
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
On hold
for merging
into
lp://staging/fogger
- Owais Lone: Disapprove
-
Diff: 28 lines (+0/-11)1 file modifieddata/ui/FoggerAppWindow.ui (+0/-11)
Related bugs
Bug #1025332: Fogger crashes when opening a fogapp (Unhandled tag: 'packing') | Undecided | Fix Released |
Related blueprints
Branch information
Recent revisions
- 196. By Owais Lone
-
Improved support for icons. No more missing icons when user switches to an icon theme with missing icons
- 194. By Owais Lone
-
* Fixed --list option
* Same spinner size for app creation and app loading windows - 191. By Owais Lone
-
* Added a failsafe class which emulates any attribute resolution of function call
This can be used in place of classes which should not break the app in case they fail themselves.The idea:
class RealClass(object):
def __new__(cls):
try:
# Initialize here and return new instance
except:
# return FailSafe instance which will log errors but will fail silently without breaking eecution of the real program
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/fogger