From ed136d3b9a70370700595005f12794eff20bbaae Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Fri, 24 May 2024 23:01:16 +0200 Subject: Add a stub method to query the time zones --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 1f26492..0749b7d 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,16 @@ for KDE. Then running `dbus-monitor --system` as root can be used to see the communication between the control center and this service. +Messages to the D-Bus service can also be sent with `dbus-send`. For example +to get the list of time zones: + +```sh +dbus-send --system --print-reply --type=method_call \ + --dest=org.freedesktop.timedate1 \ + /org/freedesktop/timedate1 \ + org.freedesktop.timedate1.ListTimezones +``` + ## Dependencies - glib -- cgit v1.2.3