csete / gpredict

Gpredict satellite tracking application
http://gpredict.oz9aec.net/
GNU General Public License v2.0
865 stars 251 forks source link

Start Gpredict fullscreen #329

Open StellarStorm opened 1 year ago

StellarStorm commented 1 year ago

Hi @csete

First - thanks for this great program! It's been one of the first things I've installed on any new computer since at least 2016! 😄

Is it possible to start Gpredict in full screen mode automatically? I've repurposed an old Surface Pro without a keyboard, and I normally connect via ssh and start Gpredict from the terminal. I'm able to switch the display to fullscreen with a mouse but it would be nice to start fullscreen and not need any further interaction.

I found this old discussion but it doesn't look to have been updated. I also took a wild guess and tried GTK_SAT_MOD_FULLSCREEN=1 gpredict but that had no visible effect.

Cheers!

luzpaz commented 10 months ago

Is there a solution for this ?

csete commented 9 months ago

I have added a command line option --fullscreen to start gpredict in fullscreen mode. This is just a quick fix that will put the entire application into fullscreen mode and not just the active module.

Is this sufficient?