Adam
Adam
I figured this out with someone on Discord. It's a chromium bug, caused by having a hyphen (`-`) character in your hostname. You can find your hostname by running `hostname`...
I thought the issue was the hyphen because SingletonLock uses a hyphen as a delimiter, but actually that doesn't seem to be the issue, the function that parses it looks...
It's possible, yes. A couple of people have done this before apparently but I don't have a device I can test it on for myself. You'll need to build from...
Interesting - thanks for the info. `html_gen` and `icon_gen` are intermediary programs that output C++ code which is then compiled, and this is mainly a means of embedding files into...
In the flatpak package for Bolt, I've set it up to create an entire source build of Chromium and CEF within their build system. Since this process is entirely source-based,...
A new version should probably be out soon. Did you want to do this before then?
Done in #172
Yes, Firefox doesn't respect XDG base directories. This has been [on mozilla's issue tracker for over 20 years](https://bugzilla.mozilla.org/show_bug.cgi?id=259356). In the meantime, just symlink `.mozilla` to your home directory.
If Firefox thinks that Firefox is not responding, that sounds like an issue with your setup? Are you sure you symlinked it correctly?
$HOME is changed for game processes to make sure they put their data (e.g. `.runelite`) in an xdg-appropriate location instead of dumping it in the home directory. All the games...