~vcs-imports/kupfer/master-new

« back to all changes in this revision

Viewing changes to kupfer/ui/listen.py

  • Committer: Ulrik Sverdrup
  • Date: 2013-01-22 19:54:49 UTC
  • mfrom: (2957.1.17)
  • Revision ID: git-v1:04bbd63c483cbefe8230679aa892452fabb77e14
Merge Karol's patch queue on master

* karol/master:
  firefox: check is bookmarks file exists before loading it
  preferences: catch exceptions when loading .Desktop files
  preferences: prevent Kupfer crashing on broken .desktop files
  plugin top: fix for locales not using dot as decimal point.
  rhythmbox: use dbus to control rhythmbox and load library
  gui/preferences: update plugin info on activate/deactivate plugin by keyb.
  session_gnome: support Gnome3 for logoff/shutdown actions
  Added check for no alternatives when getting settings.
  websearch: find all search plugin from firefox/iceweasel
  trash +EmptyTrash action
  plugin_support: fix problems with save passwords in keyring lp1056686
  gtg: workaround for broken GetTasks method in GTG DBUS API
  calculator: change localized decimal point symbol to dot
  calculator: separate action for expression with and w/o =
  calculator: add missing operators (&|~); update description and manual
  calculator: Calculate action now valid for other mathematical operators
  dbus: fix problem with crashing kupfer

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
        import dbus.service
12
12
        from kupfer.dbuscompat import ExportedGObject
13
13
 
 
14
        dbus.glib.threads_init()
 
15
 
14
16
# if dbus unavailable print the exception here
15
17
# but further actions (register) will fail without warning
16
18
        session_bus = dbus.Bus()