jlesage / docker-czkawka

Docker container for Czkawka
MIT License
134 stars 10 forks source link

Gtk-WARNING: in log #18

Closed nodecentral closed 1 year ago

nodecentral commented 1 year ago

Hi

I’ve just installed a docker instance of czkawka, which looks great - many thanks for sharing it..

While the install seemed to go well, in the console / log i noticed the following error, and wanted to find out what it is, and if there is something I should look to do?

[supervisor  ] starting service 'app'...
[app         ] (czkawka_gui:613): Gtk-WARNING **: 08:50:56.588: Unable to acquire the address of the accessibility bus: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files. If you are attempting to run GTK without a11y support, GTK_A11Y should be set to 'none'.
[supervisor  ] all services started.
jlesage commented 1 year ago

This warning message is not harmful and should not cause any issue with Czkawka.

Still, as indicated by the message, I will add the GTK_A11Y=none variable to get ride of the message. So you should no longer see it with the next version of the container image :)

nodecentral commented 1 year ago

Awesome, many thanks @jlesage

jlesage commented 1 year ago

This issue can now be closed.