longxin

genghuanyuan
https://www.codeleading.com/article/2229911499/
UOS部署 .Net Core开发环境
https://blog.csdn.net/weixin_45813250/article/details/111151270

Unhandled exception. System.EntryPointNotFoundException: Unable to find an entry point named 'XRRGetMonitors' in shared library 'libXrandr.so.2'.
at CPF.Linux.XLib.XRRGetMonitors(IntPtr dpy, IntPtr window, Boolean get_active, Int32& nmonitors)
at CPF.Linux.ScreenImpl.get_Screens()
at CPF.Linux.LinuxPlatform.GetAllScreen()
at CPF.Platform.Screen.get_AllScreens()
at CPF.Linux.X11Window.get_Screen()
at CPF.Controls.View.get_Screen()
at CPF.Controls.Window.get_Screen()
at CPF.LayoutManager.Measure(UIElement control)
at CPF.LayoutManager.ExecuteMeasurePass()
at CPF.LayoutManager.ExecuteLayoutPass()
at CPF.Linux.X11Window.SetVisible(Boolean visible)
at CPF.Controls.View.OnPropertyChanged(String propertyName, Object oldValue, Object newValue, PropertyMetadataAttribute propertyMetadata)
at CPF.CpfObject.SetValue(Object value, Byte& propertyIndex)
at CPF.UIElement.SetValue(Object value, Byte& propertyIndex)
at CPF.UIElement.set_Visibility(Visibility value)
at CPF.Controls.Window.Show()
at CPF.Platform.Application.Run(IApp app)
at CPFApplication2.Program.Main(String[] args)

原文地址:https://www.cnblogs.com/ccqin/p/15767443.html