A drop-down console written in Emacs Lisp, designed for eshell and terminal emulation.
In GitLab by @edgar.vincent on Jun 9, 2022, 07:25 Hi! Thanks again adding support for Gnome Shell under Wayland. Since it was added, it seems that invoking Equake interferes with [the Pop OS shell extension for Gnome Shell](https://github.com/pop-os/shell), which adds tiling capabilities to Gnome Shell. I'm running the git master version on Arch Linux, with Gnome 42.2 and Emacs 28.1. Immediately after logging in with the extension enabled, tiling works as expected, but it stops after having run `equake-invoke-wayland.sh`. This is the output of `journalctl /usr/bin/gnome-shell -f -o cat` after invoking equake: ``` g_find_program_in_path: assertion 'program != NULL' failed JS ERROR: SyntaxError: nothing to repeat @ /usr/share/gnome-shell/extensions/[email protected]/config.js:86:21 Could not create transient scope for PID 331520: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 331520 does not exist. Could not create transient scope for PID 331521: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 331521 does not exist. ``` The line mentioned in the logs can be found [there](https://github.com/pop-os/shell/blob/b299641fb472f47f062d6457252b072360cedca2/src/config.ts#L136). Not sure if equake is to blame here, but one never knows! Thanks again! ev
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by emacsomancer and has received 2 comments.