! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
reimplement desktop actions as a ThunarxMenuProvider plugin
Status:
CLOSED: INVALID
Severity:
enhancement

Comments

Description Brian J. Tarricone (not reading bugmail) 2006-03-05 11:43:01 CET
It would be pretty cool if the desktop actions were implemented as a plugin, so
xfdesktop could display them too ^_^.  Only if you have time and think it's
worthwhile, of course.
Comment 1 Benedikt Meurer editbugs 2006-03-05 11:46:48 CET
Desktop actions are implemented by ThunarVfsMimeAction. ThunarVfsMimeAction
derives from ThunarVfsMimeHandler, which you already use for the "Open With XYZ"
menu items. You just need to call thunar_vfs_mime_application_get_actions() for
all of these applications and add the additional mime handlers to the menu. And
viola, xfdesktop supports desktop actions.
Comment 2 Brian J. Tarricone (not reading bugmail) 2006-03-05 12:09:18 CET
Odd, that function (or ThuanrVfsMimeAction) isn't in the gtk-doc.
Comment 3 Benedikt Meurer editbugs 2006-03-05 12:24:22 CET
Hm, both are included in thunar-vfs-sections.txt and appear properly here. Maybe
you forget to pass --enable-gtk-doc to configure, and so the docs weren't updated?
Comment 4 Brian J. Tarricone (not reading bugmail) 2006-03-05 12:39:38 CET
Possible; I just updated and now they're there.  Anyway, I implemented this in
xfdesktop, so all is well.

Bug #1541

Reported by:
Brian J. Tarricone (not reading bugmail)
Reported on: 2006-03-05
Last modified on: 2009-07-17

People

Assignee:
Jannis Pohlmann
CC List:
0 users

Version

Version:
unspecified

Attachments

Additional information