[Pkg-phototools-devel] Bug#812657: feh and GIF images: imlib2 problem

2016-02-04 Thread Daniel Friesel
Hi, Thanks a lot for looking into it! On Tue, Feb 02, 2016 at 04:57:26PM +0200, Peter Pentchev wrote: > At least on my Debian testing machine, there are indeed 100 failures out of > 100 attempts. I can reproduce that on my Debian sid machine, and also confirm that it works fine on Debian jessie

[Pkg-phototools-devel] Bug#812657: feh: FTBFS - Can't exec "mandoc"

2016-02-02 Thread Daniel Friesel
tags 812657 upstream retitle 812657 feh: FTBFS: test failure when preloading gif images thanks Hi, The missing mandoc binary is not the issue here, the test expects that and silently passes. However, some library difference between stable and unstable causes the gif preload / list test to fail

[Pkg-phototools-devel] Bug#773967: Bug#773967: feh crashes on invalid gif image data

2015-01-05 Thread Daniel Friesel
Hi, On Mon, Jan 05, 2015 at 09:22:37AM +0100, Andreas Tille wrote: Hi, thanks for this bug report. Unfortunately I do not fully understand how to reproduce the problem. You generated the affected test images and it would help if you could put them online somehow to simplify the

[Pkg-phototools-devel] Bug#745467: weird Usage: .%V volume ... (#913) messages

2014-04-22 Thread Daniel Friesel
Hi, On Tue, Apr 22, 2014 at 07:46:40AM +0800, 積丹尼 Dan Jacobson wrote: $ man feh 21 /dev/null Usage: .%V volume ... (#913) This is a bug in the feh manual, a fix will be included in the next release. Patch: http://git.finalrewind.org/feh/commit/?id=c07a9474ed54fb7eda17b801770cf65acda9ba7f

[Pkg-phototools-devel] Bug#478605: Fixed in 2.9.1

2013-02-17 Thread Daniel Friesel
feh v2.9.1 fixes this issue. signature.asc Description: Digital signature ___ Pkg-phototools-devel mailing list Pkg-phototools-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-phototools-devel

[Pkg-phototools-devel] Bug#612035: Ping: Bug#612035: Bug#612035: vulnerability: rewrite arbitrary user file

2012-02-03 Thread Daniel Friesel
Hi, On Thu, Jan 19, 2012 at 12:47:06PM +, Jonathan Wiltshire wrote: On Fri, Jul 08, 2011 at 08:06:17PM +0200, Julien Cristau wrote: [...] ick. mkdtemp(3), please. Any news on this? the attached patches (created against the unpatched 1.3.4.dfsg.1-1 / 1.8-1 packages) use mkdtemp for the

[Pkg-phototools-devel] Bug#657173: URL returned error: 404... but say what the error was

2012-01-25 Thread Daniel Friesel
Hi, On Wed, Jan 25, 2012 at 12:27:37AM +0800, jida...@jidanni.org wrote: Why don't you tell the user what the error message was?! Because libcurl does not easily tell me, either. I could write a custom header function to parse the non-number part out of the status message, but I don't see why

[Pkg-phototools-devel] Bug#657172: digs through dots if no file is specified

2012-01-24 Thread Daniel Friesel
On Wed, Jan 25, 2012 at 12:31:09AM +0800, jida...@jidanni.org wrote: $ feh feh WARNING: ./.Xauthority - No Imlib2 loader for that file format feh WARNING: ./.Xresources - No Imlib2 loader for that file format feh WARNING: ./.basex - No Imlib2 loader for that file format feh WARNING:

[Pkg-phototools-devel] Bug#654569: data: images

2012-01-04 Thread Daniel Friesel
On Wed, Jan 04, 2012 at 07:37:33PM +0800, jida...@jidanni.org wrote: What about the 'data:' images mentioned in https://bugzilla.mozilla.org/show_bug.cgi?id=632119 It would be simple to make feh deal properly with $ feh 'data:image/png;base64,iVBORw0KGgoNS...' or maybe $ echo

[Pkg-phototools-devel] Bug#653689: No Imlib2 loader for that file format

2012-01-02 Thread Daniel Friesel
Hi, On Fri, Dec 30, 2011 at 06:49:46PM +0800, jida...@jidanni.org wrote: Package: feh Version: 2.1-1 What's the matter here? $ feh http://graph.facebook.com/jidanni/picture feh WARNING: /tmp/feh_005386_01_picture_i2oriT - No Imlib2 loader for that file format feh WARNING: couldn't

[Pkg-phototools-devel] Bug#646421: deal with today's longer image URLs

2011-10-24 Thread Daniel Friesel
Hi, This has been fixed in git commit 021d0f975df35c52643bb6abca1c8a8459af1326, a release including this fix will follow in a few days. Thanks for pointing it out, Daniel signature.asc Description: Digital signature ___ Pkg-phototools-devel mailing

[Pkg-phototools-devel] Bug#570903: images march right off the screen

2011-04-26 Thread Daniel Friesel
tags: 570903 +upstream forwarded: 570903 http://github.com/derf/feh/issues/22 thanks There is some new evidence that this might be feh's fault after all, see https://github.com/derf/feh/issues/22. I'll hopefully find out more next week. --Daniel signature.asc Description: Digital signature

[Pkg-phototools-devel] Bug#619828: Caused by Imlib2

2011-03-29 Thread Daniel Friesel
Hi, feh uses Imlib2 to load/save the various image formats. I have verified that this bug is caused by Imlib2, not feh, so please report it to the Imlib2 devs. perl -MImage::Imlib2 'EOF' my $im = Image::Imlib2-load('foo.pbm'); $im-image_set_format('png'); $im-save('foo.png'); EOF You'll see