12 lines
455 B
Markdown
12 lines
455 B
Markdown
# 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
|
|
```
|