Trying to run vscode remotely, and display it back to my Windows machine.
Working on Amazon EC2 instance, logging in through putty and using x-ming for the xserver on Windows. I can launch and display an xterm window, I can launch and display a…
Currently running a program in OpenVMS on a Vax machine and sending it to a Windows 10 PC running Xming.
I am having errors with the fonts. After research have found that the fonts I am having errors with are not supported on Xming (Type 1 fonts,…
I am trying something new to me and have not found much information on the subject...
I am running Xming on a Windows 10 PC (this is on an isolated environment and cannot be connected to the internet) and sending a map program from VMS to it.
The…
I want to be able to use gedit from my windows 10 machine, but I can't get my Ubuntu20.04 LTS app to open any displays over my xming server.
I know the Xming server is set up because it shows up in the bottom left of my task bar and reads "Xming…
I've just upgraded Xming from about 7.5 to 7.7.0.56 and colors no longer display properly in multiwindow mode.
On my Windows PC I run Xming in multiwindow mode like this:
"C:\Program Files\Xming\Xming.exe" -multiwindow
Then through a putty session…
I am writing a code that should graph a simple function, and it temporarily works, but I keep encountering this cycle of problems when I restart my computer:
The first time I try running the code, it doesn't send out any errors, but neither does it…
After doing the configuraton on Putty for X11. When I am running dbca I am getting the following error:
[oracle@XYZ bin]$ dbca
Exception in thread "main" java.lang.NoClassDefFoundError: Could not
initialize class sun.awt.X11.XToolkit
at…
Correct setting: add |redraw at the end
augroup CmdLineStatus_to_Title
autocmd!
autocmd CmdlineEnter * set titlestring=CommandlineMode|redraw
autocmd CmdlineEnter * set titlestring=%F\ %{v:servername}\ %{mode()}
augroup END
Original…
did a fresh install of meld (3.14.2-1) on ubuntu 16.04, and running it gives the following error.
$ meld
Failed to connect to Mir: Failed to connect to server socket: No such file or directory
Unable to init server: Could not connect: Connection…
So im trying to install intellij idea to my remote redhat 7 server, and im trying to access it via Xming from my local PC with windows on.
Problem is that idea.sh starts, but the character encoding is messed up.
Would love to hear some suggetions…
What I am trying to do is basically run Visual Studio Code on the Linux subsystem of a Windows 10 Anniversary Update machine. I have installed the code.xxx.deb package using gdebi and solved the few requirements missing. I have Xming installed on…
I have been setting up Qt Creator to run on an embedded device (Odroid XU-4) for my work and I have been getting issues with initialising the application. when I call qtcreator, I get:
odroid@odroid:~$ failed to get the current screen resources
The…
I'm using xming 6.9.0.31 on Windows XP computer to connect to Linux server and run Matlab scripts there. I have 2 configurations of xming and both have problems related to matlab output figures.
In one configuration everything works on the first…
I've read similar questions, and have applied the suggestions posted, but none seem to fix my issue...
In Putty, I've enabled x11 forwarding, with the 'X display location' set to 0.0
The remote Debian 8.4's X -version is 1.16.4, with the the…
I'm trying to run My Java Program
final GpioController gpio = GpioFactory.getInstance();
mux_a = gpio.provisionDigitalOutputPin(RaspiPin.GPIO_02, "MUX_A", PinState.LOW);
mux_b = gpio.provisionDigitalOutputPin(RaspiPin.GPIO_03, "MUX_B",…