Hi guys,
surely you have heard of the annoyance regarding the smileys menu under
Compiz/Beryl; if this is not the case, you should know that the menu
does not responds to mouse clicks (better said, the mouse clicks are
passing through the menu and activating the underlying buttons and
components). This means that there is no way, when the aforementioned
window managers are running to add a custom smiley, or editing/removing
a smiley, or sending a smiley without entering its keyword.
As I am running Beryl this is, for me, a major bug :)
After some experimenting, I found that forcing the focus on the smileys
menu is enough to fix the bug. So here's a one-line-added patch.
I hope this is helpful, and that I've not written too much :)
Bye
Cristofaro
Index: smileys.tcl
===================================================================
--- smileys.tcl (revisione 7657)
+++ smileys.tcl (copia locale)
@@ -465,6 +465,8 @@
}
event generate $w <Enter>
+ # It won't work on Compiz/Beryl without this
+ focus -force $w.c
}
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel