armindarvish / consult-omni

A Powerful Versatile Omni Search inside Emacs
https://github.com/armindarvish/consult-omni/tree/main
162 stars 4 forks source link

(consult-omni-apps) Apps cannot write to stderr after launching #25

Closed Dev380 closed 2 months ago

Dev380 commented 2 months ago

Describe the bug

Some apps (I tested using armcord, which uses electron) expect stderr to be open after launching. However, consult-omni currently keeps it closed, resulting in an error with these apps.

To Reproduce Steps to reproduce the behavior:

  1. Open consult-omni-apps
  2. Launch armcord, discord or similar electron app
  3. See error

Expected behavior

The app should launch normally as would be expected when using gtk-launch appname.desktop from a terminal.

Screenshots

20240817_16h24m40s

Important Information:

armindarvish commented 2 months ago

This was resolved in #24, so closing it now!