<div dir="ltr">Hi Onda,<br><br>I indeed needed --socker=wayland!<br><br>I also forgot the "- " in front of the elements in the finish-args list...<br><br><div>Thanks for the help!</div><br><div>/Emil</div><br>>Hi Emil,<br>><br>>I think you need to adjust your finish-args. Try to explicitly add <br>>--socket=wayland.<br>><br>>Cheers<br>>Ondra<br>><br>>On 07/02/2021 1:26 pm, Emil Johansson wrote:<br>>> Hey,<br>>><br>>> I am trying to make a flatpak version of my command line application <br>>> <a href="https://github.com/emiljoha/mpw">https://github.com/emiljoha/mpw</a> <<a href="https://github.com/emiljoha/mpw">https://github.com/emiljoha/mpw</a>>. I <br>>> have gotten most of the dependencies in order but I have not been able <br>>> to figure out how to write to the clipboard.<br>>><br>>> I have managed to bundle wl-clipboard but it says it cannot connect to <br>>> a wayland server. Looking in the source code of wl-clipboard it gets <br>>> NULL back from wl_display_connect. From the documentation I can find <br>>> <a href="https://manpages.debian.org/experimental/libwayland-doc/wl_display_connect.3.en.html">https://manpages.debian.org/experimental/libwayland-doc/wl_display_connect.3.en.html</a> <br>>> <<a href="https://manpages.debian.org/experimental/libwayland-doc/wl_display_connect.3.en.html">https://manpages.debian.org/experimental/libwayland-doc/wl_display_connect.3.en.html</a>> <br>>><br>>><br>>> > *wl_display_connect* connects to a Wayland socket that was <br>>> previously opened by a Wayland server. The server socket must be <br>>> placed in *XDG_RUNTIME_DIR* when *WAYLAND_DISPLAY* (or /name/, see <br>>> below) is a simple name, for this function to find it. The server <br>>> socket is also allowed to exist at an arbitrary path<br>>><br>>> wl-copy.c call the function with NULL as the name.<br>>><br>>> I have in my manifest.<br>>> finish-args:<br>>><br>>> --socket=fallback-x11<br>>><br>>> --share=ipc<br>>><br>>> More details and the code of my attempt can be found in the PR <br>>> <a href="https://github.com/emiljoha/mpw/pull/21">https://github.com/emiljoha/mpw/pull/21</a> <br>>> <<a href="https://github.com/emiljoha/mpw/pull/21">https://github.com/emiljoha/mpw/pull/21</a>><br>>><br>>> Thanks<br>>> Emil<br>>><br>>> _______________________________________________<br>>> Flatpak mailing list<br>>> <a href="mailto:Flatpak@lists.freedesktop.org">Flatpak@lists.freedesktop.org</a><br>>> <a href="https://lists.freedesktop.org/mailman/listinfo/flatpak">https://lists.freedesktop.org/mailman/listinfo/flatpak</a></div>