I got the following warning when I opened several files using xargs. ``` ** (geany:626): WARNING **: (bridge.c:993):atk_bridge_adaptor_init: runtime check failed: (root) ```
Do you get the same message if you just run `geany -v` on the command line?
Also what Geany version, operating system/desktop version, GTK+ version, etc.?
* I get a similar message when I opened geany from the command line. * I was using xargs geany with a grep. * I was using my terminal emulator. * I am not running as root. * I am on Debian Stretch, Geany 1.29, not sure about GTK version.
Message when I run <geany -v>. ``` ** (geany:6010): WARNING **: (bridge.c:993):atk_bridge_adaptor_init: runtime check failed: (root) Geany-INFO: Geany 1.29, en_US.UTF-8 Geany-INFO: GTK 2.24.31, GLib 2.50.3 Geany-INFO: System data dir: /usr/share/geany Geany-INFO: User config dir: /home/me/.config/geany Geany-INFO: System plugin path: /usr/lib/x86_64-linux-gnu/geany Geany-INFO: Added filetype Cython (61). Geany-INFO: Added filetype JSON (62). Geany-INFO: Added filetype Genie (63). Geany-INFO: Added filetype Graphviz (64). Geany-INFO: Added filetype CUDA (65). Geany-INFO: Added filetype Clojure (66). Geany-INFO: Added filetype Scala (67). Geany-INFO: Loaded libvte from libvte.so.9 Geany-INFO: Loaded: /usr/lib/x86_64-linux-gnu/geany/addons.so (Addons) Geany-INFO: Ignoring only one of plugin_key_group[_info] symbols defined for plugin 'Code navigation'. Maybe use plugin_set_key_group() instead? Geany-INFO: Loaded: /usr/lib/x86_64-linux-gnu/geany/codenav.so (Code navigation) Geany-INFO: Loaded: /usr/lib/x86_64-linux-gnu/geany/spellcheck.so (Spell Check) Geany-INFO: Loaded: /usr/lib/x86_64-linux-gnu/geany/splitwindow.so (Split Window) Geany-INFO: unknown : None (UTF-8) ``` I was running the following when I got the initial message: ``` grep -Prl --color=never '(map|grep)(.+?)' --include '*.p[lm]' | sort | xargs geany ```
@LadyAleena and what desktop environment?
github-comments@lists.geany.org