On 9/14/20 11:41 AM, Helge Kruse wrote:
I have a Ubuntu 16.04 LTS running in WSL. There is a Xming X11-Server
running on the PC. I have installed some X11 applications with
"sudo apt-get install x11-apps". The DISPLAY variable is set "DISPLAY=:0".

I start "xterm&" and in that terminal window I start "~/sr/bin/pulseview".

The same effect is visible with variations for the DISPLAY variable.
DISPLAY=:0.0
DISPLAY=127.0.0.1:0.0

Do I need some shared object libraries to run a Qt application?

if you already switched to WSL2, you got many trouble with X applications.

Setting DISPLAY to localhost or 127.x does not work anymore (like WSL 1), you had to "manually" set to the real IP the WSL2 is using (that is different from the one used by Win10), and than take care of opening doors in Windows firewall to let X pass.
Try Googling, many request on this topic.

I had a Debian 10 in WSL2 and, at the end, I got X work again, but was a pain. Just compiled a QT app [1] an work well

[1] https://github.com/alus-it/AirspaceConverter
--
Valerio


_______________________________________________
sigrok-devel mailing list
sigrok-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sigrok-devel

Reply via email to