Xfce Wiki

Sub domains
 
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


projects:thunar-plugins:thunar-actions-plugin [2008/10/07 13:18] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== thunar-actions-plugin ======
  
 +
 +
 +
 +===== About =====
 +The plugin is an evolution on the current existing thunar-uca custom actions plugin.
 +
 +The reason for the creation of the new plugin is the need for a better system to manage custom actions. This include more standardization and automated options.
 +
 +The improved system will be based on freedesktop.org standards, and will include .desktop files and mime-type activation.
 +
 +Additional information:
 +
 +{{:projects:thunar-actions-plugin_-_project_description_-_v0.1.1j.pdf|:projects:thunar-actions-plugin_-_project_description_-_v0.1.1j.pdf}}
 +
 +If you want to improve this documentation, please use the below file:
 +
 +{{:projects:thunar-actions-plugin_-_project_description_-_v0.1.1j.odt|:projects:thunar-actions-plugin_-_project_description_-_v0.1.1j.odt}}
 +
 +
 +If you want to help with the plugin project, please contact us bye sending an email to the thunar-dev mailinglist.
 +
 +===== Usage =====
 +In the Thunar file/folder view right click on a file, multiple files or folder and the context menu pops up showing custom actions suitable for the selected file.
 +
 +
 +
 +
 +===== Screenshots =====
 +{{:projects:thunar-plugins:thunar-actions-plugin-22-03-2008-v0.1.1j.png|Manipulated image}}
 +
 +Picture is showing a possible situation, it depends on how it is configured.
 +
 +
 +===== Releases =====
 +
 +
 +No version uploaded, yet.
 +
 +==== Subversion / trunk ====
 +[[http://svn.xfce.org/svn/goodies/thunar-actions-plugin/]]\\
 +  svn co http://svn.xfce.org/svn/goodies/thunar-actions-plugin/trunk/ thunar-actions-plugin
 +
 +
 +
 +===== Dependencies =====
 + * Thunar 
 + * Thunarx 0.4.0 or higher
 + * gtk 2.6.0 or higher
 + * glib 2.6.0 or higher
 + * gobject 2.6.0 or higher
 +
 +
 +
 +===== Building and Installing =====
 +For Thunar to be able to find the Thunar Actions Plugin both have to be install with the same prefix.
 +To ensure this run the following command to build from tarball:
 +  ./configure --prefix=$(pkg-config --variable prefix thunarx-1)
 +For source build from the goodies repository run the following:
 +  ./autogen.sh --prefix=$(pkg-config --variable prefix thunarx-1)
 +Afterwards one of these commands the source is ready to be build and installed.
 +For install root access might be necessary.
 +  make && make install
 +
 +
 +===== Reporting Bugs =====
 +
 +Bugs should be reported to the [[http://bugzilla.xfce.org|Xfce bug tracking system]] (product ''Thunar Plugins'', component ''thunar-actions-plugin'').
 +
 +
 +===== Related links =====
 +**[[http://thunar.xfce.org/pwiki/projects/thunar-actions-plugin|Wiki page on thunar.xfce.org/pwiki]]**