Hi,<br><br>Xubuntu's Xfce has a little issue with displaying the<br>menu of the items of a launcher in the right monitor<br>in a dual head system (mine ;-).<br><br>I decided to try to dig a solution on my own, and<br>thankfully the solution followed the same idea of the
<br>WindowList plugin.<br><br>I created this little patch:<br><br>dewd@dewd-desktop:~/t_/test_downloads/xfce/xfce4-panel$ svn diff plugins/launcher/launcher.c <br>Index: plugins/launcher/launcher.c<br>===================================================================
<br>--- plugins/launcher/launcher.c (revisão 23567)<br>+++ plugins/launcher/launcher.c (cópia de trabalho)<br>@@ -803,6 +803,8 @@<br> <br>     gdk_screen_get_monitor_geometry (screen, num, &geom);<br> <br>+    gtk_menu_set_screen (menu, screen);
<br>+<br>     if (*x > geom.x + geom.width - req.width)<br>         *x = geom.x + geom.width - req.width;<br>     if (*x < geom.x)<br><br><br>See the attach.<br><br>Thanks,<br>Joao<br>