[Github-comments] [geany/geany] Warning when opening files in Geany with xargs (#2208)

LadyAleena notifications at xxxxx
Mon Jul 1 01:05:02 UTC 2019


* 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
```


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2208#issuecomment-507083577
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190630/6c2e8efd/attachment-0001.html>


More information about the Github-comments mailing list