-
Notifications
You must be signed in to change notification settings - Fork 41
v0.10.x Changes
Damian edited this page Mar 24, 2023
·
1 revision
This page highlights some of the changes made to Avalonia in the v0.10.x lifecycle.
See also, Avalonia Change Log
- .NET v6.0.100 to v6.0.200
- OSX Window changes (IsDialog to IsModal) for zooming
The following error is thrown when attempting to remote X11 via SSH on a Windows machine. Resulting in Unhandled exception. System.Exception: XOpenDisplay failed
.
To remedy this issue, make sure you are issuing set DISPLAY
ssh -X testuser@000.000.000.000
testuser@Test-Dev1:~/VSLinuxDbg/DiagnosticsTool$ dotnet DiagnosticsTool.dll
Unhandled exception. System.Exception: XOpenDisplay failed
at Avalonia.X11.AvaloniaX11Platform.Initialize(X11PlatformOptions options) in /_/src/Avalonia.X11/X11Platform.cs:line 57
at Avalonia.AvaloniaX11PlatformExtensions.<>c__0`1.<UseX11>b__0_0() in /_/src/Avalonia.X11/X11Platform.cs:line 280
at Avalonia.Controls.AppBuilderBase`1.Setup() in /_/src/Avalonia.Controls/AppBuilderBase.cs:line 303
at Avalonia.Controls.AppBuilderBase`1.SetupWithLifetime(IApplicationLifetime lifetime) in /_/src/Avalonia.Controls/AppBuilderBase.cs:line 179
at Avalonia.ClassicDesktopStyleApplicationLifetimeExtensions.StartWithClassicDesktopLifetime[T](T builder, String[] args, ShutdownMode shutdownMode) in /_/src/Avalonia.Controls/ApplicationLifetimes/ClassicDesktopStyleApplicationLifetime.cs:line 208
at DiagnosticsTool.Program.Main(String[] args) in C:\XXXX\DiagnosticsTool\source\DiagnosticsTool\Program.cs:line 40
Aborted (core dumped)