rkaczorek / astroberry-server

Astroberry Server is a ready to use system for Raspberry Pi for controlling all your astronomy equipment
GNU General Public License v3.0
273 stars 19 forks source link

xgps does not display sky-view #127

Open jscheidtmann opened 3 years ago

jscheidtmann commented 3 years ago

FYI, not really a bug report.

I attached a gps device via USB and started xgps (from package gpsd-clients). It regularly outputs on the console: TypeError: Couldn't find foreign struct converter for 'cairo.Context' and does not display the "sky-view", which shows the GPS satellites on the sky and their relative positions.

Problem is that xgps needs the package python-gi-cairo, which is not a dependency of gpsd-clients in buster. Fix it by installing that package (sudo apt install python-gi-cairo). This is resolved in bullseye (testing).

rkaczorek commented 3 years ago

Thanks for reporting Jens!