User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1) Gecko/20061028 Firefox/2.0 Build Identifier: I'm experimenting with thunarx in order to write a svn integration plugin for thunar but i would like it to show its actions in a submenu for more clarity and to avoid having too many entries in the root level of the context menu. Reproducible: Always Steps to Reproduce:
Override the create_menu_item() method from GtkAction, return a GtkMenuItem and attach a GtkMenu to it.
See the ThunarTemplatesAction class for an example.
thanks for the info