python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Linking C++ Wayland application with g++ not possible?
I am trying to link a Wayland C++ application with g++ and got stuck. It should be possible to link to the Wayland libraries from C++ since the headers (wayland-core.h, wayland-client.h etc.) correctl...

Andreas Spindler
Votes: 0
Answers: 0
Can JavaFx support Linux Gnome Wayland fractional scaling?
I downloaded the latest Open JavaFX SDK, 17.0.2 for x64 Linux, and ran the sample HelloFX code using the instructions. I did not make any changes to them.
The problem is that the text looks blurry if ...

Damn Vegetables
Votes: 0
Answers: 0
How to get pynput code to work under Wayland (and Windows, too)?
I have a trivial example program that works on Windows and from within PyCharm (on Linux, on a Wayland display):
from pynput import keyboard
from queue import Queue
kbd_q = Queue(maxsize=1)
def on_a...

Andreas Schuldei
Votes: 0
Answers: 1
Specify a display for a sink in GStreamer
I'm trying to display a video stream on a specific screen.
Right now I use the waylandsink that has display and fullscreen properties so I have:
gst-launch-1.0 videotestsrc ! waylandsink display=wayla...
Yuutsuna
Votes: 0
Answers: 1