| 1 #!/usr/bin/env python |
1 #!/usr/bin/env python |
| 2 |
2 |
| |
3 # NOTICE: This script is currently broken as the libpurple DBus |
| |
4 # bindings have been removed. |
| |
5 # |
| 3 # This is a dbus script to show a docklet for Finch. This should work |
6 # This is a dbus script to show a docklet for Finch. This should work |
| 4 # for any 'compatible' purple client. |
7 # for any 'compatible' purple client. |
| 5 # |
8 # |
| 6 # By 'compatible', I mean any client that sets and updates the |
9 # By 'compatible', I mean any client that sets and updates the |
| 7 # "unseen-count" data on the conversations. |
10 # "unseen-count" data on the conversations. |