When launched via xdg-open emacsclient triggers warning about running pgtk emacs under X #98
Closed
Description
Reproduce under wayland desktop on Ubuntu 24.10 using emacs-30 from current beta (30.0.93, rev 2628)
$ emacs -q -e server-start
Then in another terminal
$ XDG_UTILS_DEBUG_LEVEL=10 xdg-open foo.el
Selected DE gnome3
Spawns a new emacs frame along with the warning dialog saying:
You are trying to run Emacs configured with the "pure-GTK" interface under the X Window System...
And then eventually the original emacs instance will crash.
Can also reproduce by just opening file from Nautilus.