Consequently, updated to latest version from ImageMagick v.6.8.9-8, where display works after a fashion, and where the gui works most of the time. Although display works, have to contend with two alerts that pop upCento 7 wrote:Color Is Not Known To Server (FOREGROUND) [No Such File Or Directory].
I have installed both ImageMagick and GraphicsMagick on this computer.
Using the “display” command (from ImageMagick) to show any image gets me this message:
display: color is not known to server `FOREGROUND’: No such file or directory @ error/xwindow.c/XGetPixelPacket/3064.
No image shows up.
- display: color is not known to server `FOREGROUND': Success @ error/xwindow.c/XGetPixelPacket/3040.
- display: color is not known to server `BACKGROUND': Success @ error/xwindow.c/XGetPixelPacket/3052.
Image appears straight away when display invoked from CLI
Code: Select all
guest@porteus:~$ display zelda.png
display: color is not known to server `FOREGROUND': Success @ error/xwindow.c/XGetPixelPacket/3040.
display: color is not known to server `BACKGROUND': Success @ error/xwindow.c/XGetPixelPacket/3052.
Similar behaviour observed here
but with different error message.Cento 7 wrote:Using the “gm display” command (from GraphicsMagick) to show any image gets me this message:
gm display: Unable to load font (-*-helvetica-medium-r-normal–12-*-*-*-*-*-iso8859-1) [Resource temporarily unavailable]. gm display: Color is not known to server (FOREGROUND) [No such file or directory]. gm display: Color is not known to server (BACKGROUND) [No such file or directory].
In this case, the image does appear.
Dealing with alerts particularly annoying with animated gif. The alert pair appears before each frame in gui version, and before second and subsequent frames in CLI version.
Hint, in another reported instance:
Taking the cue here, tried out on mate DE, but no improvement. Seems to point to interface between DE and X. And lastlyImagemagick error
From: Paul Cartwright <pbcartwright@...>
Date: Mon, 25 Nov 2013 13:54:28 -0500
I just tried to open Imagemagick in trinity and nothing happened. So I
edited the menu, found the executable and ran it in a terminal. This is
what it came back with:
:~$ display.im6
display.im6: color is not known to server `FOREGROUND': No such file or
directory @ error/xwindow.c/XGetPixelPacket/3064.
I switched to Mate desktop and Imagemagick ran as normal.. So it is a
trinity issue..
Despite being asked on several forums, no answer as yet furnished.Cento 7 wrote:What does “Color is not known to server” actually mean?