~ubuntu-branches/ubuntu/raring/screenlets/raring

« back to all changes in this revision

Viewing changes to src/share/screenlets-manager/screenlets-manager.py

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2011-03-25 22:02:52 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20110325220252-bneepbdlr2k23qxv
Tags: 0.1.3-0ubuntu1
* New upstream release, including only fixes and translations updates since
  last upload.
* debian/watch:
 - Update to watch for all types of archives.
* debian/control:
 - Add Recommends on screenlets-pack-basic.
 - Add Suggests on screenlets-pack-all.

Show diffs side-by-side

added added

removed removed

Lines of Context:
905
905
                        if screenlets.UBUNTU:
906
906
                                if not utils.is_screenlets_ppa_enabled():
907
907
                                                if screenlets.show_question(None, _('The Screenlets PPA is not listed among Software Sources. Adding this enables installing individual screenlets from Package Manager (or Software Center) and by clicking on an AptURL on web pages like Gnome-look.org. Would you like to add the Screenlets PPA to your system?'), title=_("Do you want to enable the Screenlets PPA?")):
908
 
                                                        result = commands.getstatusoutput('gksudo add-apt-repository ppa:screenlets-dev/ppa && sudo apt-get update')[0]
 
908
                                                        result = commands.getstatusoutput('gksudo add-apt-repository ppa:screenlets/ppa && sudo apt-get update')[0]
909
909
                                                        if result == 0:
910
910
                                                                screenlets.show_message(None, _('The Screenlets PPA added successfully.'), title=_("Success!"))
911
911
                                                        else: