I have youtranslation application running without problem on my laptop, but on my pc I get the following error:
Exception in Gtk# callback delegate
Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.DllNotFoundException: gdk-x11-2.0
at (wrapper managed-to-native) TrayIcon:gdk_x11_display_get_xdisplay (intptr)
at TrayIcon.OnRealized () [0x00000]
at Gtk.Widget.realized_cb (IntPtr widget) [0x00000]
at GLib.ExceptionManager.RaiseUnhandledException(Syst em.Exception e, Boolean is_terminal)
at Gtk.Widget.realized_cb(IntPtr widget)
at Gtk.Widget.realized_cb(IntPtr )
at Gtk.Widget.gtk_widget_show_all(IntPtr )
at Gtk.Widget.gtk_widget_show_all(IntPtr )
at Gtk.Widget.ShowAll()
at YTTrayIcon..ctor(Gtk.Window mwin, .ytApp y)
at ytApp.setupGUI()
at ytApp..ctor(System.String[] args)
at ytApp.Main(System.String[] args)
Any idea how to solve this DLL problem?
Exception in Gtk# callback delegate
Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.DllNotFoundException: gdk-x11-2.0
at (wrapper managed-to-native) TrayIcon:gdk_x11_display_get_xdisplay (intptr)
at TrayIcon.OnRealized () [0x00000]
at Gtk.Widget.realized_cb (IntPtr widget) [0x00000]
at GLib.ExceptionManager.RaiseUnhandledException(Syst em.Exception e, Boolean is_terminal)
at Gtk.Widget.realized_cb(IntPtr widget)
at Gtk.Widget.realized_cb(IntPtr )
at Gtk.Widget.gtk_widget_show_all(IntPtr )
at Gtk.Widget.gtk_widget_show_all(IntPtr )
at Gtk.Widget.ShowAll()
at YTTrayIcon..ctor(Gtk.Window mwin, .ytApp y)
at ytApp.setupGUI()
at ytApp..ctor(System.String[] args)
at ytApp.Main(System.String[] args)
Any idea how to solve this DLL problem?
Comment