[Magick-bugs] ImageMarick 6.3.2-8 issue with fvwm2
Rich Cook
rcook at llnl.gov
Wed Sep 12 12:35:41 PDT 2007
You need to find out what it means to "launch from an fvwm2 window
manager." What does it do exactly?
One way to do this is to create a shell script, call it "display" and
put it in your PATH before ImageMagick's display. Put the following
in the script:
#!/usr/bin/env bash
echo display launched on $(date) as $0 $* > $HOME/display.debug
Be sure to make this script executable:
chmod 755 display
Now try to "launch from within fvwm2" . A file called display.debug
should appear in your home directory. If not, temporarily move the
"real" display program to display.backup and replace it with the
script from above. If that doesn't work, then fvwm2 is not actually
running display and your problem is with fvwm2, which it actually is
anyway.
On Sep 12, 2007, at 12:15 PM, Toufique, Imam wrote:
> Hi,
>
>
>
> We have been using ImageMagick 6.1.7-5 version where we actually can
> launch the "display" command from fvwm2 window manager directly (not
> with any xterm support). Recently we have compiled 6.3.5-8 version
> and
> we can no longer launch the "display" program within fvwm2
> anymore. We
> launch this within an xterm as usual, but it no longer works directly
> from an fvwm2 window manager.
>
>
>
> Regards,
>
> Imam
>
> _______________________________________________
> Magick-bugs mailing list
> Magick-bugs at imagemagick.org
> http://studio.imagemagick.org/mailman/listinfo/magick-bugs
>
--
✐Richard Cook
✇ Lawrence Livermore National Laboratory
Bldg-453 Rm-4037, Mail Stop L-557
7000 East Avenue, Livermore, CA, 94550, USA
☎ (office) (925) 423-9605
☎ (fax) (925) 423-6961
---
Information Management & Graphics Grp., Services & Development Div.,
Integrated Computing & Communications Dept.
(opinions expressed herein are mine and not those of LLNL)
More information about the Magick-bugs
mailing list