Ticket #424 (closed enhancement: wontfix)
Better error reporting when org.freedesktop.Notifications service is not provided
| Reported by: | ulidtko | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | 0.5.0 |
| Component: | guake | Version: | |
| Keywords: | Cc: |
Description
Guake should show meaningful message when org.freedesktop.Notifications DBus service isn't available. Now it displays tracebacks like this:
File "/usr/lib/guake/guake.py", line 1353, in <module> if not main(): File "/usr/lib/guake/guake.py", line 1296, in main instance = Guake() File "/usr/lib/guake/guake.py", line 649, in init notification.show() glib.GError: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message did not receive a reply
which aren't friendly, and hence lots of users are reporting this as a bug in Guake.
Change History
Note: See
TracTickets for help on using
tickets.