x11 Questions

4

Solved

I'd like to be able to raise another application's Window using Python. I did see this, which I suppose I could try: X11: raise an existing window via command line? However, I'd prefer to do it ...
Gertudegerty asked 20/4, 2010 at 15:33

2

DISCLAIMER: This question has been asked in different forms on Stackoverflow and other venues, but I could get none to work. So I hope someone can help me figure this out once and for all. I need ...
Mayers asked 4/2, 2019 at 21:43

4

I want to enable x11 forwarding on macOS connected to a Jetson Xavier nx. However, upon connecting: sudo ssh -Xvvv id@host The connection establishes successfully. But in the verbose logs, I'm get...
Maupassant asked 28/8, 2020 at 1:27

8

We have an application which consumes a large amount of data. Currently a desktop app, but we would like to deliver it via the browser. It doesn't make sense to me to create a web app where we nee...
Vaclava asked 24/10, 2013 at 4:29

5

I'm using mininet version 2.1.0. My setup is such that I've to run the mininet command from a remote machine, e.g., ssh -X user@IP python mininet.py X11 forwarding seems to be fine. X forward...
Prevent asked 26/6, 2016 at 15:37

13

Is there any way to find out if the current session user is running an Xserver (under Linux) ? I've started off with things like: ps -e | grep X but this doesn't work always and one more thing I ...
Legible asked 12/3, 2009 at 1:0

4

Solved

I'm working on a small application and I need to find the PID of a process given the X11 window ID of its main window or child windows. I saw examples for doing such a conversion using _NET_WM_PID,...
x11
Clark asked 15/7, 2009 at 13:4

5

Solved

Without a Docker container, it is straightforward to run an X11 program on a remote server using the SSH X11 forwarding (ssh -X). I have tried to get the same thing working when the application run...
Jarv asked 12/1, 2018 at 22:43

5

Solved

My question is similar to a question previously posted but never really answered here: Disable GUI, graphics devices in R I do not like the R tcltk popups for CRAN mirror selection. They also pop...
Carnegie asked 15/9, 2011 at 11:59

12

Solved

How do I hide the mouse pointer under X11? I would like to use the built in libraries in order to do this and not something like SDL (SDL_ShowCursor(0)) or glut (glutSetCursor(GLUT_CURSOR_NONE)). A...
Undersexed asked 19/3, 2009 at 0:25

5

Solved

This is an exact duplicate of this question; however the code linked in the accepted answer is nearly 11 years old, and this comment in the code leads to my duplicate question: The keysym -> UTF...
Tatouay asked 23/1, 2012 at 10:18

13

Solved

I am trying to install a Java application on my Linux machine (Slackware). I have received the following error, and I do not understand it. Could you advise me how to approach the problem? Than...
Jibe asked 19/3, 2009 at 14:28

2

R version 3.5.2 macOS version 10.14.2 mojave Whenever installing an R, package I see the following warning: Warning message: In doTryCatch(return(expr), name, parentenv, handler) : unable to lo...
Edi asked 30/1, 2019 at 2:17

2

Solved

Consider an application where it's desirable to grab the keyboard when focused in order to capture all window manager commands (Alt+F4 and whatnot) for processing. Now, this has the downside that t...
Garlicky asked 25/9, 2010 at 21:29

2

Solved

I have made the following observations: $ xclip text.txt The execution terminates instantly, it copies the content of text.txt to the default selection XA_PRIMARY which means you can paste it th...
Bushey asked 8/10, 2013 at 17:13

5

Visual Studio Code displays perfectly from a local display on a Ubuntu 20 installation, but just produces a blank white window when run from a remote Ubuntu machine through X-windows. Running code ...
Crosstie asked 13/11, 2020 at 1:52

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...

6

Solved

I'd like to open an OpenGL context without X in Linux. Is there any way at all to do it? I know it's possible for integrated Intel graphics card hardware, though most people have Nvidia cards in t...
Cambist asked 24/7, 2010 at 19:53

2

I have a simple java gui (code below) which for some reason when displayed, will "jump" back to it's original position the first time I try to move or resize it. So basically I will have to move th...
Garmaise asked 15/11, 2012 at 21:28

14

Solved

I have a VPS which OS is CentOS6.3. I want to run startx via PuTTY and Xming. But, it produces this error: PuTTY X11 proxy: unable to connect to forwarded X server: Network error: Connection refu...
Thrombus asked 21/1, 2016 at 19:20

34

Solved

I have a script using java to connect to display X11 in the port 10.0 at localhost but i get always this error java.lang.InternalError: Can't connect to X11 window server using 'localhost:10.0' a...
Keli asked 15/4, 2012 at 20:26

4

Solved

I am using WSL in Windows 10. I have this warning getting displayed when I run a python file: QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-aadithyasb' I can understand th...
Vice asked 17/1, 2020 at 15:29

2

How do you setup VcXSrv.exe on Windows 10 to work with WSL2 without disabling access control? Every description on the internet shows to disable the access control, but this allows any program on t...
x11
Stettin asked 23/3, 2021 at 17:22

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

9

Solved

When I try to run chromium inside a docker container I see the following error: Gtk: cannot open display: :0 Dockerfile: (based on https://registry.hub.docker.com/u/jess/chromium/dockerfile) FROM...
Bicycle asked 8/2, 2015 at 10:33

© 2022 - 2024 — McMap. All rights reserved.