[Thunar-workers] [Thunar File Manager] page changed: documentation:sendto_menu

thunar-workers at xfce.org thunar-workers at xfce.org
Sun Jun 11 22:28:50 CEST 2006


A page in your DokuWiki was added or changed. Here are the details:

Date        : 2006/06/11 20:28
Browser     : Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051116 Firefox/1.0.7
IP-Address  : 80.131.232.98
Hostname    : p5083E862.dip.t-dialin.net
Old Revision: http://thunar.xfce.org/pwiki/documentation/sendto_menu?rev=1150056957
New Revision: http://thunar.xfce.org/pwiki/documentation/sendto_menu
Edit Summary: add examples
User        : benny

@@ -29,4 +29,36 @@
  
  ==== Linux distributions ====
  
  Linux distributions (for example [[http://www.xubuntu.org/|Xubuntu]]) may use this mechanism to add targets to the menu for currently connected devices, like floppy disks, portable media players, and the like. This could be easily archived by creating a ''.desktop'' file in one of the ''Thunar/sendto'' directories in the ''$XDG_DATA_DIRS'' whenever a new device is connected, and removing the ''.desktop'' file once the device is removed. Feel free to [[start#mailinglist|contact us]] if you need help implementing this for a specific distribution.
+ 
+ ===== Examples =====
+ 
+ This section provides a few examples to demonstrate how to add additional targets to the **Send To** menu.
+ 
+ ==== Printer (xfprint) ====
+ 
+ Save the content below to a file ''x-xfprint.desktop'' in ''~/.local/share/Thunar/sendto/'' (create the directory if it does not already exists):
+ <file>
+ [Desktop Entry]
+ Version=1.0
+ Type=Application
+ Encoding=UTF-8
+ Name=Printer
+ Exec=xfprint4 %f
+ Icon=xfprint
+ </file>
+ 
+ ==== X Multimedia System (xmms) ====
+ 
+ Save the content below to a file ''x-xmms.desktop'' in ''~/.local/share/Thunar/sendto/'' (create the directory if it does not already exists):
+ <file>
+ [Desktop Entry]
+ Version=1.0
+ Type=Application
+ Encoding=UTF-8
+ Name=X Multimedia System
+ Exec=xmms -e %F
+ Icon=applications-multimedia
+ MimeType=application/x-annodex;audio/x-ogg;audio/x-speex;application/x-ogg;video/x-ms-asf;video/x-ms-wmv;video/x-ms-wma;application/vnd.ms-asf;application/x-mplayer2;video/x-ms-asf-plugin;video/x-ms-wvx;video/x-ms-wax;audio/x-aiff;audio/aiff;audio/x-pn-aiff;audio/x-realaudio;audio/basic;audio/x-basic;audio/x-pn-au;audio/x-wav;audio/wav;audio/x-pn-wav;audio/x-pn-windows-acm;video/msvideo;video/x-msvideo;video/quicktime;video/x-quicktime;audio/x-m4a;application/x-quicktimeplayer;video/x-flic;audio/x-pn-realaudio;audio/x-pn-realaudio-plugin;audio/x-real-audio;application/vnd.rn-realmedia;video/mkv;audio/x-8svx;audio/8svx;audio/x-16sv;audio/168sv;image/x-ilbm;image/ilbm;video/x-anim;video/anim;video/mpeg;video/x-mpeg;audio/mpeg2;audio/x-mpeg2;audio/mpeg3;audio/x-mpeg3;audio/mpeg;audio/x-mpeg;audio/x-mpegurl;audio/mpegurl;audio/mp3;audio/x-mp3;application/x-flac;
+ </file>
+ 



-- 
This mail was generated by DokuWiki at
http://thunar.xfce.org/pwiki/




More information about the Thunar-workers mailing list