Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning when opening files in Geany with xargs #2208

Open
LadyAleena opened this issue Jul 1, 2019 · 3 comments
Open

Warning when opening files in Geany with xargs #2208

LadyAleena opened this issue Jul 1, 2019 · 3 comments
Labels

Comments

@LadyAleena
Copy link

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)
@codebrainz
Copy link
Member

codebrainz commented Jul 1, 2019

  • Do you get the same message if you just run geany -v on the command line?
  • What specific command are you running?
  • How are you running the command (ex. in terminal emulator, desktop entry, etc.)?
  • Are you doing anything fishy, like running as root?
  • What Geany version, operating system/desktop version, GTK+ version, etc.?

@LadyAleena
Copy link
Author

LadyAleena commented Jul 1, 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, XFCE (unknown version), 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

@elextr
Copy link
Member

elextr commented Jul 1, 2019

@LadyAleena and what desktop environment?

@codebrainz codebrainz added a11y Accessibility Debian gtk labels Jul 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants