Also, it seems as if the bug is easier to trigger if i copy an image from teleram in comparison to other things i've tried. But i'm not completely sure about this.
-------- Оригинальное Сообщение -------- 16.12.2024 23:32, the_wurfkreuz <the_wurfkr...@proton.me> написал: > Ah, no, the problem is still here. > > > I am assuming that you're running the PGTK build > > I compiled emacs with gtk3: > > ./configure --with-tree-sitter \ > --with-gif --with-png --with-jpeg --with-tiff \ > --with-imagemagick --with-x-toolkit=gtk3 --with-xwidgets \ > --without-rsvg \ > WEBKIT_CFLAGS="$(pkg-config --cflags webkit2gtk-4.1)" \ > WEBKIT_LIBS="$(pkg-config --libs webkit2gtk-4.1)" \ > CPPFLAGS="-I/usr/lib/gcc/x86_64-linux-gnu/14/include" \ > --with-mailutils > > I'm running emacs on wayland. > > > On Monday, December 16th, 2024 at 17:54, the_wurfkreuz > <the_wurfkr...@proton.me> wrote: > > > > [திங்கள் டிசம்பர் 02, 2024] the_wurfkreuz via "General discussions about > Org-mode." wrote: > > > > > > > When using the yank-media command to paste images, the results are > > > > inconsistent. This issue persists even when running Emacs with emacs > > > > -Q. > > > > > > > > In some instances, the command successfully pastes the image. > > > > At other times, it fails with the message: "yank-media: No handler in > > > > the current buffer for anything on the clipboard." > > > > Alternatively, it may display: "Timed out waiting for property-notify > event." > > > > > > > > Occasionally, attempting the command twice in quick succession results > > > > in success on the second attempt, though this is rare. > > > > Copying images directly from a web browser using the "Copy Image" > > > > option generally works without issue.However, copying images using the > > > > command grim -g "$(slurp)" - | wl-copy or from Telegram often results > > > > in the aforementioned errors. > > > > Emacs : GNU Emacs 30.0.91 (build 1, x86_64-pc-linux-gnu, GTK+ Version > 3.24.43, cairo version 1.18.0) > > > > Package: Org mode version 9.8-pre (release_9.7.16-169-ge87ecf) > > > > > > I am assuming that you're running the PGTK build. I am quite sure this > > > is the same bug as bug#72254. How recent is the build of your Emacs 30? > > > Does it include the fix for bug#72254: > https://git.savannah.gnu.org/cgit/emacs.git/commit/?h=emacs-30&id=11e7ae3964e192b0e4bcc437a04278ee727e720b > > > > > > Compiled to the latest version 'GNU Emacs 31.0.50 (build 1, > x86_64-pc-linux-gnu, GTK+ Version 3.24.41, cairo version 1.18.0) of > 2024-12-16' and for now it looks like the problem is gone.