Skip to content

Three D-Bus services

Dirk HOFFMANN requested to merge github/fork/ederag/three-services into master

Created by: ederag

This PR is a different proposition for #533 (closed), without the shortcomings of #536.

The old WindowServer is kept, except internally it just launches hamster <window name>. It seems to work well.

The Gtk.Application must then have a different name. For now, it is org.gnome.Hamster.GtkApp Not org.gnome.Hamster.GtkApplication to make it clear it is a custom name. Not a more generic name such as org.gnome.Hamster.Windows as the actions can only be accessed through a org.gtk.Actions interface anyway ?

Merge request reports