Matthias Meulien
Matthias Meulien
Same wish as @andy-lang here. The suggested configuration option would be a nice UI/UX improvement!
Found one workaround: Update the `FontSize` variable under `Edit` section of the configuration file `colobot.ini` (complete path when colobot is installed through flatpak is `~/.var/app/info.colobot.Colobot/data/colobot/colobot.ini`). For example, with: ``` [Edit]...
I faced that problem with a music library managed with MusicBrainz Picard application. But playing with the application parameters, the image for the front cover can be named `cover.jpg` even...
Since the default ports aren't stripped for the signature computation, the signature is wrong when the url co'tains ports -- Matthias Le 13 sept. 2017 08:51, "Ddo" a écrit :...
That's it. -- Matthias Le 13 sept. 2017 09:55, "Ddo" a écrit : so if you input http://example.com:80 or https://example.com:443 it gonna be an issue? — You are receiving this...
@mikeptg Try to move the executable to `/usr/libexec/xscreensaver`: ``` sudo mv /usr/lib/xscreensaver/gluqlo /usr/libexec/xscreensaver/ ```
Problem fixed after I updated the identity token in my configuration file. Feel free to close this issue. May be the exception could be catch and a proper message logged...
Thanks! I found that an explicit call to the "hooked" function is required. My `init.el`: ``` (require 'modus-themes) (defun personal-modus-themes-custom-faces () (modus-themes-with-colors (custom-set-faces ;; variable pitch face in info headings...
I am running the fix proposed by @schmaller and AFAICT it works. Any plan to merge this?
AFAICT Mopidy's configuration isn't exposed but `core.mixer.get_volume` will return `null` when software mixer has been disabled. This is the trick used to show/hide the volume button in [Argos](https://github.com/orontee/argos). See the...