My guess on this is that the underlying problem is the change from - if(gtk_widget_has_screen(GTK_WIDGET(desktop))) - screen = gtk_widget_get_screen(GTK_WIDGET(desktop)); - else - screen = gdk_display_get_default_screen(gdk_display_get_default());
to just using the gtk_grab functions. That altered code likely isn't tolerating a different display for the widget... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1514527 Title: right click context menu displays on wrong screen/desktop To manage notifications about this bug go to: https://bugs.launchpad.net/xfdesktop/+bug/1514527/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
