Questions tagged [xming]

X server for windows

Xming

X Server on Wikipedia

84 questions
1
vote
0 answers

Tkinter widgets not showing up in Hummingbird Exceed

I created a GUI using Tkinter and tested it in windows. When I run it in windows, everything appears as it should. When I run the GUI in Linux using Hummingbird Exceed, all of the buttons (a total of 2) do not show up. Yet, when I run the same…
elmons13
  • 51
  • 7
1
vote
1 answer

Text fields and areas in swing applications become non-editable when forwarding X11 session with XMing using openjdk

I'm attempting to run intellij from a Linux machine that is connected with putty that has had the display forwarded by Xming. Intellij is able to come up and I'm able to use most of the widgets, however I'm unable to select or type into any of the…
lordoku
  • 908
  • 8
  • 22
1
vote
1 answer

Xterm on raspberry-pi to Xming on windows

I have a raspberry-pi. I have it set up so I can ssh into it with putty from my windows machine. I have codeblocks installed on the raspberry-pi. I would like to be able to open and display the codeblocks ide on my windows machine from the pi. I…
Elena
  • 77
  • 2
  • 9
1
vote
1 answer

Xming: why JFrame lost focus when it is setUndecorated(true)?

I have strange situation: when I starting some java application on remote computer via Putty + Xming - and if JFrame is setUndecorated(true) - it can not gain focus again if it was…
Ernestas Gruodis
  • 8,567
  • 14
  • 55
  • 117
1
vote
1 answer

Unable to open the frame (swing) in full screen mode in xming

I've developed an app in Java Swing which is running absolutely fine in windows but the same when ran in linux (RedHat 64 bit) doesn't open in full screen mode because of which some of the components aren't visible at all and hence inaccessible. I'd…
Raja Arora
  • 35
  • 2
  • 5
1
vote
1 answer

fail to update jdk1.7.0_45 in raspberry pi

I'm developing the TV Scoreboard app with the use of window laptop and raspberry pi. I'm using the putty to have socket connection. Before that it request to state the X11 server variable, so I have installed the Xming server in my window laptop and…
user3113582
  • 35
  • 1
  • 4
1
vote
2 answers

RTTI check fails on remote Linux machine

I use C++/Qt for my project and I am facing this strange issue. My application runs fine on any native Linux machine and Windows. The problem appears when I use a remote Linux machine to execute my program and use a X Windows server (I use Xming) to…
0
votes
0 answers

Issue on activating miniconda on WSL

I work on a dual boot (Windows 10 and Linux) machine. I am attempting to share the Miniconda distribution I used in Linux (Manjaro) with WSL (Pengwin). As I navigated the working directory to the binary folder of Miniconda (miniconda/bin) and issued…
Baytars
  • 103
  • 1
  • 8
0
votes
0 answers

Running 2 firefox instance on a Linux machine using same user account but display on remote Xming servers on 2 Windows separately

I have a Linux machine and 2 Windows desktop. The 2 Windows have Xming installed. I tried to use SSH and remotely run firefox on Windows. But I find second Firefox will also open on the Windows which run the first Firefox. Anyway to force Firefox…
sing lam
  • 131
  • 1
  • 10
0
votes
1 answer

Xlib: extension "MIT-SHM" missing on display ":0". Error trying to display a surface to the window in SDL2

Here's my code: #include #include //Variables //////////////////////////////// //The window we'll be rendering to SDL_Window* gWindow = NULL; //The surface contained by the window SDL_Surface* gScreenSurface…
0
votes
1 answer

Plink and X display location

Using X forwarding with Putty there is an option to specify the X display location, e.g. localhost:100. How can I do the same think using Plink? I wish to have multiple X servers on the same box with different display locations, and need to be…
0
votes
1 answer

How to keep mouse position proportional while dragging a drawn rectangle?

I am currently creating boxes that you can select and drag around using OpenGL. Right now I am having the issue where when I click on a box, it snaps the mouse to the center and drags the box from the center point. I want to have the boxes be…
0
votes
1 answer

How to set "X11 DISPLAY variable was set"?

I'm trying to remote into my raspberry with netbeans in Windows 10, but there is a report like this picture. I have received the following error, and I do not understand it. I see that some X11 DISPLAY variable needs to be set, but what value should…
donabela
  • 9
  • 1
  • 1
  • 3
0
votes
3 answers

X11 forwarding works on Ubuntu using Windows 10 cmd-line ssh only after first using Putty

Note: X11 forwarding works fine if I use putty and X11 forwarding using localhost:0.0. I would like to get it to work using Windows 10 command line ssh. Here are my steps. My Windows 10 computer and my Ubuntu computer are on the same local…
Adrian Hood Sr
  • 405
  • 5
  • 18
0
votes
1 answer

How to use Git GUI from Unix using Xming

I'm using Windows XP and I log in to a unix system using Putty where I run several Git commands. I have also installed Xming + Git GUI in my Windows system. Now is it possible to use the Git GUI installed in my windows from the Unix system I login?…
Veera
  • 32,532
  • 36
  • 98
  • 137