linux_course_doc/modules/qualifying/learning_dbus.md

12 lines
455 B
Markdown
Raw Normal View History

2021-08-30 21:50:26 +02:00
# DBus
## What is dbus
## Command line interfacing with dbus
## Graphical interfacing
```
dbus-send --session --print-reply --dest=org.freedesktop.Notifications --type=method_call --reply-timeout=10000 /org/freedesktop/Notifications org.freedesktop.Notifications.Notify string:'Test Application' uint32:0 string: string:'NOTIFICATION TEST' string:'This is a test of the notification system via DBus.' array:string: dict:string:string: int32:10000
```