Bug#915904: [Pkg-phototools-devel] Bug#915904: Bug#915904: feh: Does not store rotate images

2018-12-11 Thread Daniel Friesel
Hi, On Tue, Dec 11, 2018 at 10:17:20AM +0100, Andreas Tille wrote: > On Sat, Dec 08, 2018 at 01:06:35AM +0100, László Böszörményi wrote: > > Add option --edit, which makes flip and rotation change the underlying > > file as well as the displayed image. This was the default behaviour in > > feh

Bug#894554: libdatetime-locale-perl: fails to deserialize (thaw) from Storable

2018-04-01 Thread Daniel Friesel
Package: libdatetime-locale-perl Version: 1:1.17-1 Severity: normal Hi, When loading a DateTime / DateTime::Locale object which was previously serialized using Storable, DateTime::Locale::FromData::STORABLE_thaw fails if the code loading the Storable object does not import DateTime::Locale. To

Bug#813729: libimlib2: unable to load gifs after loading another image

2018-03-08 Thread Daniel Friesel
Hi, I can confirm that gif support is working on an up-to-date Debian unstable. AFAIK giflib 5.1.4 and/or a corresponding imlib2 release contain the necessary fixes. I think we can consider this issue to be resolved. Regards, Daniel

Bug#813729: libimlib2: unable to load gifs after loading another image

2016-02-15 Thread Daniel Friesel
Hi again, I poked around with imlib2 some more and got a bunch of additional clues for the issue. On mips, mipsel and (some?) arm/armhf machines, Imlib2 is unable to load -any- gif images, regardless of the order. 02_fix-gif-with-no-cmap.patch is not responsible (the bug remains even when

Bug#813729: libimlib2: unable to load gifs after loading another image

2016-02-04 Thread Daniel Friesel
Package: libimlib2 Version: 1.4.7-1+b1 Severity: normal Hi, When using imlib_load_image_with_error_return repeatedly in the same process, it is unable to load gif images and returns IMLIB_LOAD_ERROR_NO_LOADER_FOR_FILE_FORMAT instead. This does not happen for the first call, only for subsequent

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

Bug#813729: libimlib2: unable to load gifs after loading another image

2016-02-04 Thread Daniel Friesel
Follow-Up: After reporting this issue, I asked two Arch Linux users to run the tests on their systems (both using Imlib2 1.4.7). They were unable to reproduce the bug, so it might be Debian-specific. --Daniel signature.asc Description: Digital signature

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

Bug#773967: [Pkg-phototools-devel] 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

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

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

Bug#666158: clang: C code using bad memset calls causes illegal instruction when compiled with optimizations enabled

2012-03-29 Thread Daniel Friesel
Package: clang Version: 3.0-6 Severity: minor Hi, when compiling C code using memset in a bad way with clang, enabling optimizations (-O1 / -O2 / -Os) creates binaries with an illegal instruction on x86 and x86_64 systems: zsh: illegal hardware instruction ./ill valgrind: vex x86-IR: unhandled

Bug#612035: Ping: Bug#612035: [Pkg-phototools-devel] 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

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

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:

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

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

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

Bug#632242: RFP: ekgping -- Electrocardiograph-like graphical and audible ping

2011-06-30 Thread Daniel Friesel
Package: wnpp Severity: wishlist * Package name: ekgping Version : 1.3 Upstream Author : Daniel Friesel d...@finalrewind.org * URL : http://finalrewind.org/projects/ekgping/ * License : WTFPL Programming Lang: Perl Description : Electrocardiograph-like

Bug#626140: RFP: libx11-guitest-perl -- Perl module providing GUI testing/interaction routines using XTest

2011-05-09 Thread Daniel Friesel
Package: wnpp Severity: wishlist X11::GUITest is very useful for automated testing of X11 applications, especially when combined with Xnest (and probably Xvfb, though I didn't try that yet). It'd be nice to have it included in Debian. Thanks, Daniel * Package name: libx11-guitest-perl

Bug#625683: say how to adjust the number of images per row

2011-05-05 Thread Daniel Friesel
Hi, Right, index mode only refers to another section. On Thu, May 05, 2011 at 11:42:58AM +0800, jida...@jidanni.org wrote: Also say how to adjust the number of images per row. You can't. It's calculated via thumbnail width and image width, there's nothing else to control it. Also mention why

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

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

Bug#612035: Fixed in 1.12

2011-03-12 Thread Daniel Friesel
Hi, feh 1.12 has just been released, which fixes this bug by switching from wget to mkstemp + libcurl. http://feh.finalrewind.org/changelog http://feh.finalrewind.org/feh-1.12.tar.bz2 --Daniel signature.asc Description: Digital signature

Bug#570903: images march right off the screen

2011-01-16 Thread Daniel Friesel
Hi everyone, this also occurs in fluxbox, it appears to be a problem with the way in which feh handles window borders. I'll work on it, but I can't tell when exactly ;) --derf signature.asc Description: Digital signature

Bug#599611: feh segmentation faults when displaying invalid images with long file names after a valid image

2010-11-30 Thread Daniel Friesel
Hi, this bug should be fixed by git commit 9b5fac879c86ee35cb23ccf9b4e0b448fafbf69a. A bugfix release will follow in the next weeks --Daniel signature.asc Description: Digital signature

Bug#599611: feh segmentation faults when displaying invalid images with long file names after a valid image

2010-10-12 Thread Daniel Friesel
Hi, yes, I can confirm this bug. It is caused by a fix for another (way more annoying) issue related to several unloadable images in a row. I'll try to come up with a fix soon. --Daniel signature.asc Description: Digital signature

Bug#598820: mcabber: Segmentation fault when connecting to prosody server

2010-10-09 Thread Daniel Friesel
Okay... I _think_ it is related to IPv6, at least when disabling IPv6 on my host (ip r a unreachable default ...) mcabber connects fine and when re-enabling it it segfaults again. I have however not been able to reproduce this with any other servers so far. signature.asc Description: Digital

Bug#598820: mcabber: Segmentation fault when connecting to prosody server

2010-10-08 Thread Daniel Friesel
Hi, Hm, interesting. I just tried it again after a few system updates, and now it works. I don't know what exactly was causing it, but I guess we can close this now. Thanks for your time. --Daniel signature.asc Description: Digital signature

Bug#598820: mcabber: Segmentation fault when connecting to prosody server

2010-10-08 Thread Daniel Friesel
Update: Apparently, it is somehow related to the LAN I'm connected to... I'll see if I can figure something out. signature.asc Description: Digital signature

Bug#598820: mcabber: Segmentation fault when connecting to prosody server

2010-10-02 Thread Daniel Friesel
Package: mcabber Version: 0.10.0-1 Severity: serious Hi all, mcabber dies with a segmentation fault as soon as it tries to connect to a prosody server. I'm not sure what exactly causes the bug, at least connecting to jabber.org (with invalid auth data) does not make mcabber segfault, but

Bug#475481: support http_proxy

2010-10-02 Thread Daniel Friesel
Hi jidanni, By default feh calls wget to fetch remote images, in which case it does support http_proxy. When using the builtin client (feh -Q) http_proxy is indeed ignored, and I will not change that. The builtin client is bad enough of a hack already, just install wget ;-) --Daniel (feh

Bug#597123: exifprobe: exifgrep does not properly escape patterns

2010-09-16 Thread Daniel Friesel
Package: exifprobe Version: 2.0.1-1 Severity: normal Tags: patch exifgrep does not escape patterns passed to egrep properly, leading to completely wrong behaviour because they are mis-interpreted as glob patterns by the shell. Commandline: cd /tmp; echo f .foo; exifgrep '.*'

Bug#362762: feh: use EXIF headers

2010-09-10 Thread Daniel Friesel
Hi, I decided not to add EXIF support to feh, since it is a feature limited to JPEG while feh is a generic image viewer. However, I added a --info function today, which can display the output of any command, for example an EXIF dump tool. The feature and some examples on how to use it with EXIF

Bug#587484: libvirt0: routing setup (iptables) relies on working DNS

2010-06-28 Thread Daniel Friesel
Package: libvirt0 Version: 0.8.1-2 Severity: normal Setup: libvirt with qemu, network managed by libvirt. Problem: When starting libvirt VMs when no working DNS is available, virsh is unable to connect to libvirt and simply hangs without saying anything. Adding the IPs configured for the VMs

Bug#587205: feh: Arbitrary code execution with --wget-timestamp and URLs

2010-06-26 Thread Daniel Friesel
Package: feh Version: 1.3.4.dfsg.1-1 Severity: grave Tags: security Justification: user security hole Hello, there exists an (IMHO rather unlikely, but still possible) arbitrary code execution hole in feh. All versions = 1.7 down to at least the 1.3.4 in stable (I didn't check earlier ones) are

Bug#585666: feh: FTBFS: Relies on writable home directory?

2010-06-14 Thread Daniel Friesel
Hi, I'm the feh upstream. On Sat, Jun 12, 2010 at 11:50:39PM +0200, Cyril Brulebois wrote: it looks like feh FTBFS when the home directory is missing or write-protected: [...] Being unable to deal with .fehrc seems to lead to extra messages, breaking the comparison with the reference

Bug#474514: JPEG limitation

2010-03-04 Thread Daniel Friesel
This is caused by the lossless rotation algorithm used in libjpeg. Rotating in the reverse direction will make the margin go away. From libjpeg (man 1 jpegtran), which is used for the rotation: The transpose transformation has no restrictions regarding image dimensions. The other

Bug#569743: Fixed in libimlib2 1.4.2-8

2010-02-14 Thread Daniel Friesel
Yeah, it seems the imlib2 fix didn't work as planned. However, with libimlib2 version 1.4.2-8 (which should appear on the mirrors some time soon now) it works again. So either build that one or use libimlib2 1.4.2-5 from testing, or wait ;-) signature.asc Description: Digital signature

Bug#409245: Possible using the keypad

2010-02-12 Thread Daniel Friesel
You can do this on the keypad with NumLock disabled. Keypad left/right/up/down will move the image 10 pixels in the respective direction, Keypad +/- zoom it. This should suffice, but if there are devices which neither have a keypad nor a suitable replacement, feh could of course be changed to

Bug#302750: feh: transparency fix

2010-02-05 Thread Daniel Friesel
Package: feh Version: 1.3.4.dfsg.1-4 Severity: normal Tags: patch Heya, I could reproduce this bug here as well. I assume that at some point the imlib2 default for new images changed from with alpha channel to without alpha channel, which then broke all alpha in feh since it did not initialize

Bug#563727: Probably caused by faulty initscript

2010-01-04 Thread Daniel Friesel
I think that this bug is caused by the set -e in /etc/init.d/console-screen.sh. On line 85, the script does readlink /proc/self/fd/0 | grep -q -e /dev/vc -e '/dev/tty[^p]' -e /dev/console and then checks $?. Theoretically, this would be the same as if readlink ... | grep ...; then but due to

Bug#562495: apvlv: Manpage contains partially weird english/formatting

2009-12-24 Thread Daniel Friesel
Package: apvlv Version: 0.0.8.1-1 Severity: wishlist Tags: patch The English in the manpage isn't always correct and it is formatted in a (IMHO) unusual way, leading to suboptimal output when viewing it on a small terminal (like MANWIDTH=80 man apvlv). I rewrote the manual with the -mdoc macros

Bug#562495: Patch correction

2009-12-24 Thread Daniel Friesel
Huh... seems somewhere, something failed. All the leading double dots in the attached manual are actually single dots, so sed'ing the attachment with s/^\.\././ may be neccessary... signature.asc Description: Digital signature

Bug#558684: ITP: envstore -- save and restore environment variables

2009-12-13 Thread Daniel Friesel
On Sat, Dec 12, 2009 at 07:54:12PM +0100, Frank Lin PIAT wrote: WTF? Please Sam, drop your F* webpage. The [Open-Source] world don't need yet another license. Or make it clear that no one should actually use it. You might want to send that part of the message to Sam. Anyway, noone forces

Bug#550513: Manpage shell-fm-config(5) contains wrong format strings

2009-10-10 Thread Daniel Friesel
Package: shell-fm Version: 0.4+svn20071125.r282-1 Severity: normal Tags: patch The Format strings described in shell-fm-config(5) are partially wrong. The attached patch should fix them. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable')

Bug#522750: git-core: git remote show segfaults when branch.master.merge contains wrong values

2009-04-06 Thread Daniel Friesel
Package: git-core Version: 1:1.6.2.1-1 Severity: normal Steps to reproduce: cd /tmp mkdir repo_a; cd repo_a; git init; cd .. mkdir repo_b; cd repo_b; git init touch foo; git add foo; git commit -m huhu; cd .. cd repo_a; git remote add origin /tmp/repo_b git config branch.master.merge origin; git

Bug#512793: /bin/sh is owned by bash

2009-03-02 Thread Daniel Friesel
On Thu, Feb 26, 2009 at 03:58:32PM +0100, Holger Levsen wrote: Daniel, you're probably aware that you change this sysmlink with dpkg-reconfigure dash?! Whoops. Thanks for the hint, I completely forgot about that. Nevertheless, it'd still be nicer if that was done by the alternative system :)

Bug#516816: zsh: mplayer completion does not complete flac files

2009-02-23 Thread Daniel Friesel
Package: zsh Version: 4.3.9-1 Severity: minor Tags: patch the file completion for mplayer dose not complete *.flac files -- System Information: Debian Release: 5.0 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)

Bug#513291: mpd: update and kill permissions are in the same group (admin)

2009-01-27 Thread Daniel Friesel
Package: mpd Version: 0.14-1 Severity: wishlist In mpd.conf, the admin permission covers updating the db and killing mpd. Since there are quite some usecases in which the user can upload music to the mpd's directory by means of anonymous FTP or so, it is desirable that any user may issue a db

Bug#512793: base: /bin/sh should be handled by the debian alternative system

2009-01-23 Thread Daniel Friesel
Package: base Severity: wishlist The /bin/sh symlink should be covered by the alternative system, so that packages like 'dash' may change it. -- System Information: Debian Release: 5.0 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.26-1-686 (SMP

Bug#510545: mcabber: consumes 100% cpu while waiting for reconnect

2009-01-02 Thread Daniel Friesel
Package: mcabber Version: 0.9.7-0.1 Severity: normal After the message [Jabber] Not connected to the server, while waiting for the next reconnect attempt, mcabber consumes 100% CPU. This happens both when mcabber is started and not able to connect at all, and whan mcabber was connected, but then

Bug#502626: logstalgia is too picky about the logfile format

2008-10-18 Thread Daniel Friesel
Package: logstalgia Version: 0.9.1-2 Severity: important logstalgia seems to assume that the logfile's second field (the hostname) is always empty (-) and cannot handle lines which actually have a hostname there. In most cases, these lines are simply ignored, yet if all lines in the logfile are

Bug#482373: syntax/zsh.vim: Everything after '' is highlighted as string

2008-05-22 Thread Daniel Friesel
Package: vim-runtime Version: 1:7.1.293-3 Severity: minor When redirecting a programs STDIN using '', as in 'grep foo $SOMETHING', everything from $SOMETHING to the end of the file will be highlighted as string -- System Information: Debian Release: lenny/sid APT prefers unstable APT

Bug#471761: also segfaults when the directory becomes empty

2008-04-19 Thread Daniel Friesel
It will also cause a segmentation fault when the current directory becomes empty (neither it nor it's subdirectories contain any music) signature.asc Description: Digital signature

Bug#471761: ncmpc: segfaults when a db update removes the current directory

2008-03-19 Thread Daniel Friesel
Package: ncmpc Version: 0.11.1+svn-r3965-2 Severity: normal When a database update removes the current 'working directory' (like, you are in foo/bar, and bar is removed), ncmpc causes a segmentation fault. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: