~flimm/epidermis/icon-theme-bugfix

« back to all changes in this revision

Viewing changes to epidermis/epidermis.py

  • Committer: David D Lowe
  • Date: 2010-01-14 19:19:37 UTC
  • Revision ID: daviddlowe.flimm@gmail.com-20100114191937-yvklopszr839vqnm
Fixed PolicyKitShell so that it raises a ShellNotReadyException if user fails to enter correct password. managepigments.py handles this exception correctly now.
pshell_service.py checks for Python2.5 now.
Removed release.py as it is not up-to-date.
Added pt_BR, it and es .po translated languages and their screenshot files.
Updated copyright notices to 2010.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env python2.5
2
2
# -*- encoding: UTF-8 -*-
3
 
# Copyright: David D Lowe (c) 2008-2009
 
3
# Copyright: David D Lowe (c) 2008-2010
4
4
"""Epidermis
5
5
Epidermis theme manager
6
6
For a description of this application in general, see README.txt"""
939
939
                            lambda progress, pt=pt: progress_callback(progress, pt), \
940
940
                            shell=shll)
941
941
                    else:
942
 
                        print >> sys.stderr, "shell could not be prepared for " + pt
 
942
                        logger.debug("shell could not be prepared for " + pt)
943
943
                        
944
944
                else:
945
945
                    skin.linkedPigments[pt].activate(progressCallback=\