[Bug 445435] Re: evolution is hanging, if an email has a .tif attachment.

2010-11-22 Thread blabj
Bug is still in 10.04 LTS which uses gtk+ 2.20..  According to
https://bugzilla.gnome.org/show_bug.cgi?id=581150 , this was patched in
gtk+ 2.16.. did the patch not make it into ubuntu?  OR perhaps the patch
doesn't fix the problem.

-- 
evolution is hanging, if an email has a .tif attachment. 
https://bugs.launchpad.net/bugs/445435
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 445435] Re: evolution is hanging, if an email has a .tif attachment.

2010-11-22 Thread blabj
When I strace evolution, and select the email with the tiff attachment,
I can see it trying to open this file:

/usr/share/icons/Humanity/mimes/22/image-x-generic.svg (via image-
tiff.svg symlink)

If you want to stick with Humanity theme (which I did).. you can copy
the png from oxygen theme:

cp /usr/share/icons/oxygen/22x22/mimetypes/image-x-generic.png
/usr/share/icons/Humanity/mimes/22/image-x-generic.svg

yes its a png with an svg extension, but it solves the problem!

-- 
evolution is hanging, if an email has a .tif attachment. 
https://bugs.launchpad.net/bugs/445435
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 304036] Re: evolution mailto CLI cannot handle attachments with # in filename

2009-01-13 Thread blabj
Will this fix make it into hardy?  It is an LTS release..  and is my
companies primary platform.

-- 
evolution mailto CLI cannot handle attachments with # in filename
https://bugs.launchpad.net/bugs/304036
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 304036] [NEW] evolution mailto CLI cannot handle attachments with # in filename

2008-12-01 Thread blabj
Public bug reported:

When attempting to attach a file from the command line using evolution
'mailto:?attachment=file:///...'  and the filename has a # (0x23) in
it, the filename gets truncated at the #, and therefore cannot attach
the file.  URI-encoded filenames have the same problem (with %23).

This is a fairly serious problem since OpenOffice uses this method for
attaching files with choosing File - Send...  So any OpenOffice
document with # in the filename, cannot be sent with evolution.  (of
course workaround is saving the file, and then launching evolution, and
attaching from a compose window ... a total pain).

**Steps To Reproduce...  Create an OpenOffice document with a # in the
name.. set evolution as your mail handler.. and try to send the
document.  OR  try from the command line:  evolution
'mailto:?attachment=file:///home/user/some # document'

Below is example of how OO uri-encodes the filename, but evolution still
truncates after the %23

++ echo 'file:///tmp/svjia.tmp/svjm4.tmp/K1 London  #2   (asdf) CofA.pdf'
++ /usr/lib/openoffice/program/uri-encode
+ 
MAILTO='attachment=file:///tmp/svjia.tmp/svjm4.tmp/K1%20London%20%20%232%20%20%20(asdf)%20CofA.pdf'
+ shift
+ shift
+ '[' '' '!=' '' ']'
+ 
MAILTO='mailto:?attachment=file:///tmp/svjia.tmp/svjm4.tmp/K1%20London%20%20%232%20%20%20(asdf)%20CofA.pdf'
+ evolution 
'mailto:?attachment=file:///tmp/svjia.tmp/svjm4.tmp/K1%20London%20%20%232%20%20%20(asdf)%20CofA.pdf'
+ exit 0

** Affects: evolution (Ubuntu)
 Importance: Undecided
 Status: New

-- 
evolution mailto CLI cannot handle attachments with # in filename
https://bugs.launchpad.net/bugs/304036
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

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