Alex Murray
Alex Murray
For filtering we might be able to set `G_MESSAGES_PREFIXED` as per https://docs.gtk.org/glib/running.html
So I can't reproduce this myself on Ubuntu 23.04 - do you happen to have the `at-spi2-core` deb package installed? This should be part of the default install on Ubuntu...
Yank / paste does appear to work - but kill does not - although it works in the emacs-pgtk build on Debian / Ubuntu 23.10
Thanks for reporting this issue - unfortunately this is likely due to an incompatibility between the various libraries shipped in the emacs snap compared to the ones used on your...
Yes I tested it on 23.04 but released it anyway due to popular demand. But this is why there is no stable release, it's only published to the edge channel...
Apologies I wasn't clear above - I meant I tested it on 23.04 _and found the same issue_ but released it anyway due to popular demand.
@victoronascimento I am a bit confused by your comment - this issue is about how the pgtk channel doesn't work as expected when run under Wayland on Ubuntu 23.04 etc...
Hopefully this should be fixed with https://github.com/alexmurray/emacs-snap/commit/bb8ec9945d7b3713cf2604c7d9df7761b0a8d32a - if someone else could please test this once new builds are available on the pgtk/edge channel soon that would be great.
Hmmmm I'm surprised the code from site-lisp.el doesn't appear to be working (I realise it won't run for the `snap run --shell emacs` case but it should get run automatically...
This seems very similar to https://github.com/alexmurray/emacs-snap/issues/73#issuecomment-1774075962 - which was due to some cached variables apparently. Can you try make sure there are no old .elc files or similar? Cheers