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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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?…