diff options
author | Eitan Isaacson <eitan@monotonous.org> | 2011-04-29 15:46:59 -0700 |
---|---|---|
committer | Eitan Isaacson <eitan@monotonous.org> | 2011-05-02 10:21:08 -0700 |
commit | 18e6f7f81a8923570cd84084653df95421e053ce (patch) | |
tree | d0cc03619589a90c1c36c2130478b47fb6e3c2f6 /caribou | |
parent | e1ae6ee91507a47cbe2fe537f3107c17390bc0e2 (diff) | |
download | caribou-18e6f7f81a8923570cd84084653df95421e053ce.tar.gz |
Added executable and DBus service file for Antler.
Diffstat (limited to 'caribou')
-rw-r--r-- | caribou/daemon/main.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/caribou/daemon/main.py b/caribou/daemon/main.py index b9df5cf..1798592 100644 --- a/caribou/daemon/main.py +++ b/caribou/daemon/main.py @@ -17,6 +17,7 @@ class CaribouDaemon: dbus_obj = bus.get_object("org.gnome.Caribou.%s" % keyboard_name, "/org/gnome/Caribou/%s" % keyboard_name) except dbus.DBusException: + raise print "%s is not running, and is not provided by any .service file" % \ keyboard_name return |