https://github.com/minlexx/test_dbus
Just me messing with raw libdbus API. Want some time to get working StatusNotifier tray icon example
https://github.com/minlexx/test_dbus
Last synced: 3 months ago
JSON representation
Just me messing with raw libdbus API. Want some time to get working StatusNotifier tray icon example
- Host: GitHub
- URL: https://github.com/minlexx/test_dbus
- Owner: minlexx
- License: gpl-2.0
- Created: 2015-09-27T22:18:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-29T18:05:59.000Z (over 9 years ago)
- Last Synced: 2025-01-21T17:18:07.774Z (4 months ago)
- Language: C
- Size: 156 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# test_dbus
Just me messing with raw libdbus API.
Want some time to get working StatusNotifier tray icon example, with *only* dbus dependencyWell, it's complete now. It is a working exapmle except some features:
* can use only predefined well-known icon names, not any pixmaps. See http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html
* does not emit signals about changed text/icon/tooltipSignals emitting is trivial, but sending raw pixmap data is a bit more complex operation :)
But I will test it some day.