Celestia icon indicating copy to clipboard operation
Celestia copied to clipboard

Initial URL set by the command line options -u/--url doesn't work

Open 375gnu opened this issue 3 years ago • 1 comments

Describe the bug GTK - doesn't have these options at all. Qt - supports them but ignores Win32 - uses a workaround, it "pastes" the URL using SendMessage

375gnu avatar Jul 13 '21 06:07 375gnu

GTK does have this option in a different, not well documented manner. It looks at all the programmed command line options, then if there is still an option left over it looks to see if it is a cel or file value. If so, it uses that value as a startup url/script. The startup line is:

celestia-gtk url

It also is not working.

dave-kaye avatar Jul 12 '23 15:07 dave-kaye