On Tue, 5 Mar 2019 00:25:40 -0800 (PST) Daniil Travnikov <[email protected]> wrote:
> Also on Fedora 29 Template I tried this command: > > [user@fedora-29-clone-1 ~]$ echo Xft.dpi: 220 | xrdb -merge > > and got this: > > <stdin>:0: warning: Unknown encoding: C.UTF-8 I ran into this too, and as far as I can tell, it is a Fedora bug. The extant locales can be found with locale -a C.UTF-8 is not among them. So the default locale is installed! But C.utf8 is. You can set permanently by running the following in your template: localectl set-locale LANG=C.utf8 Once you do this, xrdb will accept your command and you should be able to get your hdpi in the template. (I think you are already aware of the subtleties when gnome-settings-daemon is running.) Most of the rest of the world seems to use "UTF-8" not utf8. So I worried there might be some compatibility problems. But nothing bad so far. Daniel -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/20190305204016.53c2ed3a%40allcock.org. For more options, visit https://groups.google.com/d/optout.
