xahlee / xah-fly-keys

the most efficient keybinding for emacs
http://xahlee.info/emacs/misc/xah-fly-keys.html
469 stars 80 forks source link

fix xdg-open quits too early and kill external app #149

Closed emiltoacs closed 1 year ago

emiltoacs commented 1 year ago

The linux branch of xah-open-in-external-app and xah-show-in-desktop that uses xdg-open starts another child process to open its parameters with the appropriate command then it quits however it makes emacs kill the subprocess as soon as xdg-open has finished therefore the files opened externally are also instantaneously killed.

xahlee commented 1 year ago

thank you.