Bug#801170: awesome fails to recognize image file format for png

2016-01-03 Thread Uli Schlachter
reassign 801170 libgdk-pixbuf2.0-0 thanks Hi, I tried a slight variation of your instruction: host$ fallocate -l 10G testimg host$ /sbin/mkfs.ext4 testimg host$ mkdir /tmp/mount host$ mount testimg /tmp/mount host$ sudo /usr/sbin/debootstrap --variant=minbase unstable /tmp/mount host$ echo

Bug#801170: awesome fails to recognize image file format for png

2015-10-07 Thread Johannes Schauer
Package: awesome Version: 3.5.6-1 Severity: important Hi, to reproduce my problem, I prepared the following script which sets up a minimal virtual machine image: rm -f testimg fallocate -l 10G testimg sudo mkfs.ext4 testimg ROOT=`mktemp -d` sudo mount testimg "$ROOT" sudo debootstrap