Bug 423805 - KStars in image dump mode can't set the location as requested
Summary: KStars in image dump mode can't set the location as requested
Status: REPORTED
Alias: None
Product: kstars
Classification: Applications
Component: general (show other bugs)
Version: 3.4.2
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Jasem Mutlaq
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-02 19:01 UTC by Alex Fliker
Modified: 2020-07-02 19:29 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Fliker 2020-07-02 19:01:24 UTC
$ kstars --paused --script ~/Documents/jup_iss_1.kstars --dump ~/Documents/jup_iss_1.png --width 1920 --height 1200
Reading time zone rules
Upgrade existing user city db to support geographic elevation.
City table already contains "Elevation".
Loading city data
Loading User Information
Loading sky objects
org.kde.kstars: Processing  "unnamedstars.dat" , HTMesh Level 3
org.kde.kstars:   Sky Mesh Size:  512
org.kde.kstars: Loaded DSO catalog file:  "unnamedstars.dat"
Loading Large Magellanic Clouds (1%)
Loading Small Magellanic Clouds (1%)
Loading Milky Way (1%)
Loading Milky Way (20%)
Loading Milky Way (40%)
Loading Milky Way (60%)
Loading Milky Way (80%)
Loading Milky Way (100%)
Loading Constellation Boundaries (1%)
Loading Constellation Boundaries (10%)
Loading Constellation Boundaries (20%)
Loading Constellation Boundaries (30%)
Loading Constellation Boundaries (40%)
Loading Constellation Boundaries (50%)
Loading Constellation Boundaries (60%)
Loading Constellation Boundaries (70%)
Loading Constellation Boundaries (80%)
Loading Constellation Boundaries (90%)
Loading Constellation Boundaries (100%)
org.kde.kstars: "Star HD20,794 not found."
org.kde.kstars: "Star HD98,230 not found."
File opened:  "/usr/share/kstars/ngcic.dat"
org.kde.kstars: Loading NGC/IC objects
Loading NGC/IC objects (1%)
Loading NGC/IC objects (10%)
Loading NGC/IC objects (20%)
Loading NGC/IC objects (30%)
Loading NGC/IC objects (40%)
Loading NGC/IC objects (50%)
Loading NGC/IC objects (60%)
Loading NGC/IC objects (70%)
Loading NGC/IC objects (80%)
Loading NGC/IC objects (90%)
Loading NGC/IC objects (100%)
File opened:  "/home/alex/.local/share/kstars/comets.dat"
Loading Image URLs
org.kde.kstars: "Object named NGC 6050A not found"
"Could not set location named \"Chisinau\", \"Chisinau\", \"Moldova\""
Script executed.
Loading satellites

I thought it might be related to the empty Province value, but as you can see - setting a value for it didn't help.

Script:
#!/bin/bash
#KStars DBus script: jup_iss_1
#by 
#last modified: 2020-07-02T21:53:14
#
dbus-send --dest=org.kde.kstars --print-reply /KStars org.kde.kstars.setGeoLocation string:"Chisinau" string:"Chisinau" string:"Moldova"
dbus-send --dest=org.kde.kstars --print-reply /KStars org.kde.kstars.setLocalTime int32:2020 int32:6 int32:30 int32:4 int32:22 int32:52
dbus-send --dest=org.kde.kstars --print-reply /KStars org.kde.kstars.lookTowards string:"Jupiter"
dbus-send --dest=org.kde.kstars --print-reply /KStars org.kde.kstars.zoom double:160000.
##

KStars version: 3.4.3+202007010658~ubuntu18.04.1