slipher
slipher
On Mac there is the log message `qt.qpa.fonts: Populating font family aliases took 650 ms. Replace uses of missing font family "Robot-Regular" with one that exists to avoid this cost.`...
I found that the font family name that we request needs to be `Roboto` rather than `Roboto-Regular` to fix the Mac warning. It turns out the Linux warning is unrelated...
> When the website is down… > > - the updater is waiting a very long time before timing out; > - the game is not automatically started even if...
#129 fixes the issue for Linux. It's still there on Windows and would be a lot harder to fix for Windows. Mac is probably not affected since it uses the...
`-connect` is a security feature; there is no guarantee about what kind of "URLs" might be sent by different programs, and we don't want them to be able to put...
The original post mentioned the updater desktop files, and did not mention distros or flatpaks, so I was not able to understand that it is about distro packaging for a...
But is there some reason it needs to be a single file? If so, how does parameter substitution work - what is the resulting command line in each case?
What is wrong with my previous proposal? > we can use -connect and simply remove the warning that Daemon emits when there is no argument. The arguments added by wrapper...
So with Firefox/Debian/GNOME I just tried having an HTTP server set the Content-Type header of its HTTP response to x-scheme-handler/whatever, in an attempt to exploit the fact that URI protocol...
Done in #120.