From thunar-workers at xfce.org Wed Apr 9 20:05:32 2008 From: thunar-workers at xfce.org (thunar-workers@xfce.org) Date: Wed, 9 Apr 2008 18:05:32 +0000 (UTC) Subject: [Thunar-workers] [Thunar File Manager] page changed: documentation:sendto_menu Message-ID: <20080409180532.6FCCBF29D8@mocha.foo-projects.org> A page in your DokuWiki was added or changed. Here are the details: Date : 2008/04/09 18:05 Browser : Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.13) Gecko/20080311 Iceweasel/2.0.0.13 (Debian-2.0.0.13-1) IP-Address : 84.189.120.134 Hostname : p54BD7886.dip.t-dialin.net Old Revision: http://thunar.xfce.org/pwiki/documentation/sendto_menu?rev=1182134170 New Revision: http://thunar.xfce.org/pwiki/documentation/sendto_menu Edit Summary: User : hennr @@ -2,14 +2,29 @@ Thunar includes a **Send To** sub menu, which provides possible targets where files can be sent to. It is available from both the file context menu, and the **File** menu in the menu bar. {{ :documentation:thunar-sendto.png |:documentation:thunar-sendto.png}} + ===== Default targets ===== By default, the **Send To** menu includes an entry named **Desktop (Create Links)** for all files and folders, which simply creates a link on the desktop for each selected file. In addition, if the **Shortcuts** side pane is active, the menu also includes an entry **Side Pane (Create Shortcuts)** for folders, which allows the user to add new shortcuts to the side pane (if you don't want to use drag'n'drop). The Thunar distribution also includes the ''thunar-sendto-email'' plugin (in the ''plugins/'' subfolder), which adds an entry **Mail Recipient** to the menu, that opens the mail composer with the selected files attached to the new email. If the selection contains atleast one folder, the selected items are added to a ZIP archive before attaching them. Otherwise, if the selection contains multiple files, or a single file, which is larger than 200KiB, the user will be prompted whether to pack the files into a ZIP archive, and send the ZIP archive. The mail composer is launched via the [[http://www.xfce.org/documentation/api-4.4/exo/exo-Executing-Applications.html|Xfce Preferred Applications]] framework, but the applications (and esp. the launchers) must support attaching files to emails explicitly (fortunately, all included launches for mail clients, i.e. Thunderbird, Evolution, Sylpheed, Kmail and Mutt, already support this since exo 0.3.1.7). + + Attachments with icedove doesn't work for me here, so I wrote my own .desktop file, and placed it in .local/share/Thunar/sendto/icedove.desktop + + With the following lines in it: + + + [Desktop Entry] + Type=Application + Version=1.0 + Encoding=UTF-8 + Exec=icedove -compose 'attachment=file://%F' + Icon=icedove + Name=Icedove + ===== Extending the menu ===== The **Send To** menu can be easily extended by users and other applications using standard [[http://freedesktop.org/wiki/Standards_2fdesktop_2dentry_2dspec|desktop entry files]], that are placed in ''$XDG_DATA_DIRS/Thunar/sendto''. -- This mail was generated by DokuWiki at http://thunar.xfce.org/pwiki/ From thunar-workers at xfce.org Tue Apr 15 04:47:24 2008 From: thunar-workers at xfce.org (thunar-workers@xfce.org) Date: Tue, 15 Apr 2008 02:47:24 +0000 (UTC) Subject: [Thunar-workers] [Thunar File Manager] page changed: documentation:custom_actions Message-ID: <20080415024724.ED9A6F29D8@mocha.foo-projects.org> A page in your DokuWiki was added or changed. Here are the details: Date : 2008/04/15 02:47 Browser : Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.13) Gecko/20080401 BonEcho/2.0.0.13 IP-Address : 65.183.133.213 Hostname : 65-183-133-213-dhcp.burlingtontelecom.net Old Revision: http://thunar.xfce.org/pwiki/documentation/custom_actions?rev=1204545411 New Revision: http://thunar.xfce.org/pwiki/documentation/custom_actions Edit Summary: Example for rotating JPEGs losslessly with jpegtran User : deadrabbit @@ -88,12 +88,17 @@ * Name: **To JPEG** * Command: ''convert %f -quality 75 %f.jpg'' * File pattern: *.png * Appears if selection contains: Image Files - **Note:** You can use a similar form for rotating JPEG files losslessly using the ''jpegtran'' utility (available as part of the libjpeg or libjpeg-progs packages of most distributions). **Hint:** ''`basename %f .png`.jpg'' (be careful--those are //back//ticks) will strip the old .png extension off of the original filename. + ==== Losslessly Rotating JPEGs ==== + * Name: **Rotate Clockwise** + * Command: ''for file in %F; do tempfile=$(mktemp); (jpegtran -rotate 90 $file > $tempfile); mv -f $tempfile $file; rm -f $tempfile; done'' + * File pattern: *.jpg;*.JPG;*.jpeg;*.JPEG + * Appears if selection contains: JPEG Image Files + **Note:** jpegtran is available as part of the libjpeg or libjpeg-progs packages of most distributions. Unlike using "convert", the complicated loop structure is necessary with "jpegtran": "jpegtran -rotate 90 -outfile %F %F" will produce a 0kb file. ==== Opening a terminal ==== * Name: **Open in a terminal** * Command: ''%%terminal --default-working-directory=%d%%'' -- This mail was generated by DokuWiki at http://thunar.xfce.org/pwiki/ From thunar-workers at xfce.org Thu Apr 24 20:05:34 2008 From: thunar-workers at xfce.org (thunar-workers@xfce.org) Date: Thu, 24 Apr 2008 20:05:34 +0200 (CEST) Subject: [Thunar-workers] [SPAMKLASSAT av SU] Thu, 24 Apr 2008 11:05:35 -0800 Dear thunar-workers@xfce.org April 85% 0FF Message-ID: <20080424030535.11243.qmail@ABTS-MP-dynamic-188.70.168.122.airtelbroadband.in> An HTML attachment was scrubbed... URL: http://foo-projects.org/pipermail/thunar-workers/attachments/20080424/81270f16/attachment.html From thunar-workers at xfce.org Mon Apr 28 22:35:19 2008 From: thunar-workers at xfce.org (thunar-workers@xfce.org) Date: Mon, 28 Apr 2008 20:35:19 +0000 (UTC) Subject: [Thunar-workers] [Thunar File Manager] page changed: documentation:sendto_menu Message-ID: <20080428203519.ACB0BF29DC@mocha.foo-projects.org> A page in your DokuWiki was added or changed. Here are the details: Date : 2008/04/28 20:35 Browser : Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b5) Gecko/2008041514 Firefox/3.0b5 IP-Address : 88.216.18.71 Hostname : 88.216.18.71 Old Revision: http://thunar.xfce.org/pwiki/documentation/sendto_menu?rev=1207764332 New Revision: http://thunar.xfce.org/pwiki/documentation/sendto_menu Edit Summary: User : arcx @@ -93,9 +93,9 @@ Name=Bluetooth OBEX Recipient Icon=internet-mail Exec=/usr/bin/gnome-obex-send %f - This will allow you to select from a list of potential Bluetooth-enabled recipients. + This will allow you to select from a list of potential Bluetooth-enabled recipients. Since there is no gnome-obex-send in Hardy, use Exec= bluetooth-sendto %F instead (it's in bluez-gnome package). If you have a particular device you'd like to send to and want to avoid having to select it everytime, you can do the following. First, you need to figure out the recipient device's Bluetooth address using hcitool. Then customize the following file by inserting the Bluetooth address where it says INSERT BLUETOOTH ADDRESS: -- This mail was generated by DokuWiki at http://thunar.xfce.org/pwiki/