[Bug 656932] Re: send file to thunderbird with non-ASCII path

2011-09-01 Thread riu
*** This bug is a duplicate of bug 757976 ***
https://bugs.launchpad.net/bugs/757976

This bug seems to be fixed (see Bug #757976)

** This bug has been marked a duplicate of bug 757976
   Thunderbird attachment name changes cause send error

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus-sendto in Ubuntu.
https://bugs.launchpad.net/bugs/656932

Title:
  send file to thunderbird with non-ASCII path

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-sendto/+bug/656932/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 656932] Re: send file to thunderbird with non-ASCII path

2010-12-11 Thread urusha
So, here is quick fix, run this as root:

printf '#!/usr/bin/perl
system(/usr/bin/thunderbird @ARGV);
'  /usr/local/bin/thunderbird 
chmod 755 /usr/local/bin/thunderbird 
chown root:root /usr/local/bin/thunderbird

It just runs thunderbird through perl script (using the fact that
/usr/local/bin is in the left of /usr/bin in PATH). Don't ask me why it
works:).

But there is another bug: if you want send many files at the time, only one 
file appears in the created message. So, I write workaround. Copy thunderbird 
from attachment to /usr/local/bin, chmod 755 and chown root:root it.
This workaround has a little bug, which breaks file names if you enter 
something like %D0 in recipient field in nautilus-sendto window. But I can't 
imagine a situation you'll need or want this.

** Attachment added: thunderbird
   
https://bugs.launchpad.net/ubuntu/+source/nautilus-sendto/+bug/656932/+attachment/1763056/+files/thunderbird

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus-sendto in ubuntu.
https://bugs.launchpad.net/bugs/656932

Title:
  send file to thunderbird with non-ASCII path

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 656932] Re: send file to thunderbird with non-ASCII path

2010-12-10 Thread urusha
As I see, this is not a bug of nautilus-sendto, but thunderbird (don't exactly 
know is it bug or feature).
Thuderbird doesn't understand percent-encoded file uris. So here is my 
perl-written nautilus-script which does it well (works with many, non-ascii 
encoded, full of spaces files). And the next step is implementing filter (which 
could be found in script) right in /usr/bin/thunderbird.
Toggle in attachment.

** Attachment added: thunderbird
   
https://bugs.launchpad.net/ubuntu/+source/nautilus-sendto/+bug/656932/+attachment/1762160/+files/thunderbird

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus-sendto in ubuntu.
https://bugs.launchpad.net/bugs/656932

Title:
  send file to thunderbird with non-ASCII path

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 656932] Re: send file to thunderbird with non-ASCII path

2010-12-09 Thread urusha
Have the same bug on every lucid, maverick machine (many). I think it's problem 
with /usr/lib/nautilus-sendto/plugins/libnstevolution.so which is used for this 
action.
Is there anyone who created quick fix for this? (IMO, nautilus-scripts is not 
the graceful way to do this) I'm thinking about including some sed-like filter 
to /usr/bin/thunderbird

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus-sendto in ubuntu.
https://bugs.launchpad.net/bugs/656932

Title:
  send file to thunderbird with non-ASCII path

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 656932] Re: send file to thunderbird with non-ASCII path

2010-10-08 Thread riu

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/656932/+attachment/1678958/+files/Dependencies.txt

-- 
send file to thunderbird with non-ASCII path
https://bugs.launchpad.net/bugs/656932
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus-sendto in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 656932] Re: send file to thunderbird with non-ASCII path

2010-10-08 Thread drizzle
Dear Riu,

Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please answer these questions:

* Is this reproducible?
* If so, what specific steps should we take to recreate this bug?

This will help us to find and resolve the problem.

Sincerely,

Darran

-- 
send file to thunderbird with non-ASCII path
https://bugs.launchpad.net/bugs/656932
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus-sendto in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 656932] Re: send file to thunderbird with non-ASCII path

2010-10-08 Thread riu
This is reproducible on my sysytem. How to reproduce:
(Thunderbird must be default email client in order to reproduce this)
1. Create a file with non-ASCII name ( for example новый файл ) (or create a 
folder with non ASCII-name and a file with ASCII/non-ASCII name in it)
2. Right-click on it in nautilus and choos Send to...
3. Enter an email address in the thunderbird new email window
4. Click close button on the title bar of ths window and choose save to 
draft (or click send message button and choose without subject)
See screenshots.


** Attachment added: Screenshot-Save Draft Error.png
   
https://bugs.launchpad.net/ubuntu/+source/nautilus-sendto/+bug/656932/+attachment/1679718/+files/Screenshot-Save%20Draft%20Error.png

-- 
send file to thunderbird with non-ASCII path
https://bugs.launchpad.net/bugs/656932
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus-sendto in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 656932] Re: send file to thunderbird with non-ASCII path

2010-10-08 Thread riu

** Attachment added: Screenshot-Send Message Error.png
   
https://bugs.launchpad.net/ubuntu/+source/nautilus-sendto/+bug/656932/+attachment/1679719/+files/Screenshot-Send%20Message%20Error.png

-- 
send file to thunderbird with non-ASCII path
https://bugs.launchpad.net/bugs/656932
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus-sendto in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs