From b0eac53ed4b09bae019da1944971f1172c48e389 Mon Sep 17 00:00:00 2001 From: ederag Date: Mon, 17 Feb 2020 19:48:15 +0100 Subject: [PATCH] mark org.gnome.Hamster.GUI as experimental --- src/hamster-cli.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/hamster-cli.py b/src/hamster-cli.py index 461f05ce7..35b0c14a3 100644 --- a/src/hamster-cli.py +++ b/src/hamster-cli.py @@ -98,7 +98,12 @@ def fact_dict(fact_data, with_date): class Hamster(gtk.Application): """Hamster gui. - Can be accessed across D-Bus with the 'org.gnome.Hamster.GUI' id. + Actions should eventually be accessible via Gio.DBusActionGroup + with the 'org.gnome.Hamster.GUI' id. + but that is still experimental, the actions API is subject to change. + Discussion with "external" developpers welcome ! + The separate dbus org.gnome.Hamster.WindowServer + is still the stable recommended way to show windows for now. """ def __init__(self):