[SCM] General FITS file browser/editor/plotter with a gui branch, debian, updated. 7f842f67a83a7eb7ca770b90a19d4763ae44cf04
Ole Streicher
debian at liska.ath.cx
Mon Jul 30 12:00:46 UTC 2012
The following commit has been merged in the debian branch:
commit 7f842f67a83a7eb7ca770b90a19d4763ae44cf04
Author: Ole Streicher <debian at liska.ath.cx>
Date: Mon Jul 30 13:52:58 2012 +0200
Set XLIB_SKIP_ARGB_VISUALS=1. This removes an X error:
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 91 (X_QueryColors)
Value in failed request: 0xff000000
Serial number of failed request: 499
Current serial number in output stream: 499
The hint was found in <http://www.stsci.edu/institute/software_hardware/pyraf/pyraf_faq#5.7>
diff --git a/debian/patches/pow_fix_startup.patch b/debian/patches/pow_fix_startup.patch
index 4c5d3d1..67a01ea 100644
--- a/debian/patches/pow_fix_startup.patch
+++ b/debian/patches/pow_fix_startup.patch
@@ -1,6 +1,6 @@
--- a/tcltk/pow/POWplot
+++ b/tcltk/pow/POWplot
-@@ -1,19 +1,3 @@
+@@ -1,19 +1,4 @@
#!/bin/sh
-#
-#
@@ -20,5 +20,6 @@
-$POW/bin/wish $POW_LIBRARY/POWplot.tcl -- $1 $2 $3 $4 $5 $6 $7 $8 $9;
-fi; \
-exit)
++export XLIB_SKIP_ARGB_VISUALS=1
+export POW_LIBRARY=/usr/share/heasoft/POW
+exec wish $POW_LIBRARY/POWplot.tcl -- $*
--
General FITS file browser/editor/plotter with a gui
More information about the debian-science-commits
mailing list