wayland Questions

6

Solved

I cannot copy into the + or * register. :echo has('clipboard') from within Vim returns 0 meaning I don't have that feature flag, I don't want to recompile. I'm running wayland so I cannot use X1...
Planoconvex asked 23/4, 2020 at 4:20

3

I am working on a small acceptance test for my OpenGL application written in C. So far, I'm only able to take screenshots and haven't found a way of simulating mouse and keyboard input on both Wayl...
Sanmicheli asked 18/7, 2018 at 15:52

3

I don't know how to set the position of the wayland window on the screen. It seems like it is being set somehow, because on my PC the window seems to be in a repetitive location. I tried the soluti...
Xanthochroid asked 29/4, 2021 at 13:26

3

From this article, it states that windows 11 natively supports running of X11 and wayland applications on wsl. I tried to do the same through a docker container, setting the environment variable DI...

1

On X11 I used to use xprop to get information about active windows but on Wayland that tool doesn't work anymore. There have been questions like this, or this one which ask basically the same quest...
Bellamy asked 3/5, 2020 at 13:42

5

I want to include Java GUI support on my system which has only wayland backend supported. I tried to include OpenJDK-7-jre package, but it seems to have X11 dependency. I compiled ‘Openjre-8’ packa...
Tengler asked 29/8, 2016 at 1:0

7

Solved

Is it possible to have weston run without the toolbar at the top and change the background to black. So that when i have a script in init.d it calls weston first than my qt5 app? such as: weston...
Warlike asked 2/6, 2015 at 20:27

4

Solved

Background: I'm working on a piece of software called ActivityWatch that logs what you do on your computer. Basically an attempt at addressing some of the issues with: RescueTime, selfspy, arbtt, e...
Apyretic asked 2/8, 2017 at 15:28

2

Solved

I'm trying to write an application that sends different dBus signals to different applications depending on what application is active. The idea is to pair it with Libinput-gestures, and allow per ...
Lieberman asked 14/2, 2018 at 22:33

2

Solved

So I've done some Google searching and this is something that has very little knowledge out there. What would be an effective and foolproof way of detecting whether X11 or Wayland is in use, prefer...
Gca asked 17/7, 2017 at 2:39

1

Solved

Is it possible for a c application using libwayland-client.so to get the name of the compositor / display server it opened a connection to (e.g. KWin, Sway, ...)? I fail to find it in the docs. For...
Serf asked 23/9, 2021 at 15:10

0

I am trying to run a test suite on GitHub Actions for a package that wraps utilities for calling the clipboard on a variety of platforms. While I have managed to get headless testing set up for a L...
Ruse asked 6/12, 2021 at 14:46

1

It seems that Electron has not support Wayland yet. About Electron issue: Consider providing a build for Wayland Does anybody know how to compile Electron to support Wayland native? (step by step) ...
Nomenclator asked 31/7, 2020 at 7:26

1

I've got the following error when trying to run android emulator from android studio. I'm on Manjaro (Arch linux) under a wayland graphic manager. WARN - manager.EmulatorProcessHandler - Emulator t...
Phosphorescent asked 26/11, 2020 at 12:25

4

Solved

Pardon for the long introduction, but I haven't seen any other questions for this on SO. I'm playing with DRM (Direct Rendering Manager, a wrapper for Linux kernel mode setting) and I'm having dif...
Kyanize asked 17/4, 2015 at 20:17

4

Solved

I'm experimenting with wayland. You can start Gnome with X through startx command. Is there an way to start Gnome with wayland through some command? I would like to be able to run Gnome/X o...
Redcap asked 3/7, 2015 at 20:22

3

I am porting some tests from X11 to Wayland and there is little to no information on how to list the available resolutions supported. All the examples that use Wayland and EGL manually speci...
Balneal asked 5/10, 2017 at 6:12

3

Assuming I'm using intel's driver. Gnome-shell allows to rotate screens in Settings -> Display when using Xorg. Is it possible to rotate when using Wayland?
Canicular asked 10/10, 2015 at 12:43

0

I noticed that my animation suffers from artifacts that look like missed vblanks. No visible tearing, but sometimes the frame halts for a split second and then visibly jumps. I decided to measure t...
Unconstitutional asked 5/4, 2019 at 13:41

3

Is there such a thing as a clipboard API in Wayland? Or where should I look to paste contents to the clipboard programmatically? I am running Fedora 24 on Wayland. Having a single clipboard if pe...
Pectoralis asked 21/9, 2016 at 12:3

1

Solved

I'm trying to understand how selection(i.e. Primary and Clipboard in X) works in Wayland. I've read a bit on it, and I understand that Xorg has many(three) buffers used for managing selection and c...
Laurentia asked 1/2, 2017 at 5:9

1

There are dozens of questions on here asking how to create global keyboard bindings in a Wayland environment. Generally, the answer is "use your desktop environment" - an answer that is pretty much...
Seward asked 8/11, 2018 at 16:57

1

This video introduced to me the issues with X and it's replacement by the Wayland protocol. The adoption of the Wayland protocol appears to be growing over the years. My questions: Is tkinter a...
Plasmo asked 28/3, 2017 at 8:57

1

Solved

I create a Wayland shell surface to show "FPS info". Now, I would like to set fixed position for this wayland client while starting the application. How can I do this ?
Marrilee asked 15/11, 2017 at 11:14

3

I want to write a simple tool that will take screenshots at Wayland. Am I right in my understanding that it would be completely different from Xorg? Could anybody give me any examples?
Kicker asked 25/5, 2014 at 14:12

© 2022 - 2025 — McMap. All rights reserved.