Пример #1
0
 def _getting_started_item_clicked(self, widget):
     try:
         # try to open documentation in yelp
         ga_Gtk.show_uri(None, 'ghelp:subscription-manager', time.time())
     except Exception as e:
         # if we can't open it, it's probably because the user didn't
         # install the docs, or yelp. no need to bother them.
         log.warn("Unable to open help documentation: %s", e)
Пример #2
0
 def _getting_started_item_clicked(self, widget):
     try:
         # try to open documentation in yelp
         ga_Gtk.show_uri(None, 'ghelp:subscription-manager', time.time())
     except Exception, e:
         # if we can't open it, it's probably because the user didn't
         # install the docs, or yelp. no need to bother them.
         log.warn("Unable to open help documentation: %s", e)