Gimp/app/gui
Jehan 2c1efdedf0 app: do not free non-allocated DBus manager.
While this issue was unseen so far on common desktop machines, the CI
build encountered it, hence failing 6 of the unit tests.
A connection to the bus could not be established hence the dbus_manager
was never allocated, and finally it would crash at exit if we tried to
unref it unconditionnally. Use g_clear_object() instead.

Also add some stderr output for easier debugging, for when one of the 2
possible error cases might happen (as documented by g_bus_own_name()).
2020-03-19 17:44:24 +01:00
..
.gitignore
dbus-service.xml
gimpdbusservice.c
gimpdbusservice.h
gimpuiconfigurer.c
gimpuiconfigurer.h
gui-message.c
gui-message.h
gui-types.h
gui-unique.c app: do not free non-allocated DBus manager. 2020-03-19 17:44:24 +01:00
gui-unique.h
gui-vtable.c
gui-vtable.h
gui.c
gui.h
icon-themes.c
icon-themes.h
Makefile.am
meson.build
session.c
session.h
splash.c
splash.h
themes.c
themes.h