I’m using 64-bit Arch Linux and yesterday updated my system, thereby also updating imagemagick from 6.8.2.3 to 6.8.3.10. I’m using i3 as a leightweight tiling window manager and have imagemagick’s display utility draw my desktop background that would otherwise just be a boring black area. The command I use to draw the background is executed by i3 on startup and looks as follows:
Code: Select all
display -window root /home/quintus/Bilder/Hintergründe/Hintergrund.jpg
The last working version of display is this one:
Code: Select all
% display -version
Version: ImageMagick 6.8.2-3 2013-02-03 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2013 ImageMagick Studio LLC
Features: DPC Modules
Delegates: bzlib fontconfig freetype gslib jng jp2 jpeg lcms lqr lzma openexr pango png ps rsvg tiff wmf x xml zlib
Code: Select all
% LANG=en_US.utf8 pacman -Qi imagemagick
Name : imagemagick
Version : 6.8.2.3-1
URL : http://www.imagemagick.org/
Licenses : custom
Groups : None
Provides : None
Depends On : perl libltdl lcms2 libxt fontconfig libxext liblqr
Optional Deps : ghostscript: for Ghostscript support
openexr: for OpenEXR support
libwmf: for WMF support
librsvg: for SVG support
libxml2: for XML support
jasper: for JPEG-2000 support
libpng: for PNG support
Required By : cuneiform inkscape
Conflicts With : None
Replaces : None
Installed Size : 9984.00 KiB
Packager : Eric Belanger <eric@archlinux.org>
Architecture : x86_64
Build Date : Sun 03 Feb 2013 06:58:10 PM CET
Install Date : Sat 23 Mar 2013 11:50:17 AM CET
Install Reason : Installed as a dependency for another package
Install Script : No
Description : An image viewing/manipulation program
Code: Select all
% display -version
Version: ImageMagick 6.8.3-10 2013-03-19 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2013 ImageMagick Studio LLC
Features: DPC Modules
Delegates: bzlib fontconfig freetype gslib jng jp2 jpeg lcms lqr lzma openexr pango png ps rsvg tiff wmf x xml zlib
Code: Select all
% LANG=en_US.utf8 pacman -Qi imagemagick
Name : imagemagick
Version : 6.8.3.10-1
URL : http://www.imagemagick.org/
Licenses : custom
Groups : None
Provides : None
Depends On : perl libltdl lcms2 libxt fontconfig libxext liblqr
Optional Deps : ghostscript: for Ghostscript support
openexr: for OpenEXR support
libwmf: for WMF support
librsvg: for SVG support
libxml2: for XML support
jasper: for JPEG-2000 support
libpng: for PNG support
Required By : cuneiform inkscape
Conflicts With : None
Replaces : None
Installed Size : 10380.00 KiB
Packager : Eric Belanger <eric@archlinux.org>
Architecture : x86_64
Build Date : Wed 20 Mar 2013 04:39:03 AM CET
Install Date : Sat 23 Mar 2013 12:23:08 PM CET
Install Reason : Installed as a dependency for another package
Install Script : No
Description : An image viewing/manipulation program
Code: Select all
% uname -a
Linux hades 3.8.4-1-ARCH #1 SMP PREEMPT Wed Mar 20 22:10:25 CET 2013 x86_64 GNU/Linux
Code: Select all
% X -version
X.Org X Server 1.14.0
Release Date: 2013-03-05
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.8.2-1-ARCH x86_64
Current Operating System: Linux hades 3.8.4-1-ARCH #1 SMP PREEMPT Wed Mar 20 22:10:25 CET 2013 x86_64
Kernel command line: BOOT_IMAGE=/vmlinuz-linux cryptdevice=/dev/disk/by-uuid/100d791f-2cd3-4c0b-9111-5e6e2ecb221a:arch root=/dev/mapper/arch ro init=/bin/systemd
Build Date: 09 March 2013 11:43:05AM
Current version of pixman: 0.28.2
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Valete,
Marvin