View Issue Details

IDProjectCategoryView StatusLast Update
0001110SkyChart1-Softwarepublic13-05-06 14:32
Reporteraruangra Assigned ToPatrick Chevalley  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformARMOSUbuntu ARMHFOS Version12.10
Product Version3.7 SVN 
Target Version3.8Fixed in Version3.7 SVN 
Summary0001110: Blue-tinted screen image from daemon
DescriptionI run Skychart as a daemon in a headless server using the commands:

Xvfb :1 -screen 0 800x600x16 -ac &
sudo DISPLAY=:1 skychart --unique --daemon &

When running the following script, I get a blue-tinted shot:
http://imageshack.us/a/img853/7565/testtestk.png
This problem didn't occur when I use 3.6.

==========================================================
#!/usr/bin/perl -w
use IO::Socket;
use Cwd;

#
# example program to send sequential command to the program
#

$host = "127.0.0.1";
$port = "3292";
$eol = "\x0D\x0A";
$path = cwd;

  connectCDC();

  sendcmd("search M45");
  sendcmd("setfov 8d0m0s");
  sendcmd("redraw");

  sleep(2);
  sendcmd("saveimg PNG /home/pi/www/test.png");

TagsNo tags attached.

Activities

Patrick Chevalley

13-01-05 16:05

administrator   ~0002397

I confirm I get the same blue chart when running with --daemon on my system.
This is not ARM specific.

Patrick Chevalley

13-01-05 16:34

administrator   ~0002398

This is fixed by revision 2364:
http://sourceforge.net/p/skychart/code/2364

Issue History

Date Modified Username Field Change
13-01-05 14:39 aruangra New Issue
13-01-05 16:05 Patrick Chevalley Note Added: 0002397
13-01-05 16:05 Patrick Chevalley Assigned To => Patrick Chevalley
13-01-05 16:05 Patrick Chevalley Status new => confirmed
13-01-05 16:05 Patrick Chevalley Target Version 0.3.0 => 3.8
13-01-05 16:34 Patrick Chevalley Note Added: 0002398
13-01-05 16:34 Patrick Chevalley Status confirmed => resolved
13-01-05 16:34 Patrick Chevalley Resolution open => fixed
13-01-05 16:34 Patrick Chevalley Fixed in Version 0.3.0 => 3.7 SVN
13-05-06 14:32 Patrick Chevalley Status resolved => closed