From owner-freebsd-questions@freebsd.org Tue Dec 3 03:56:37 2019 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CBAEF1C6940 for ; Tue, 3 Dec 2019 03:56:37 +0000 (UTC) (envelope-from vas@sibptus.ru) Received: from admin.sibptus.ru (admin.sibptus.ru [IPv6:2001:19f0:5001:21dc::10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47Rp7n0nDpz3Km7 for ; Tue, 3 Dec 2019 03:56:36 +0000 (UTC) (envelope-from vas@sibptus.ru) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sibptus.ru; s=20181118; h=In-Reply-To:Message-ID:Subject:To:From:Date; bh=3Jside7xvF8alQt58/Xj2zj+TG43nWtywW3Mr7dt3nw=; b=gscNmtYBJ9PA4vG4RKDlTl9Gcr cmBrH62d8tuATe/Q/wOZO40H6//vTrVrHRpDtxLuj6YgAjMojDrcbluHZjD8xG75L1Tb8IK3ZWGwp b1qPZo9voZQ/hdnytpdDfbNIZe6g6Od4Ib3DFsEslkrYMTJHd6OQ1JFvDRJs9f266K1g=; Received: from vas by admin.sibptus.ru with local (Exim 4.92.3 (FreeBSD)) (envelope-from ) id 1ibzIh-00098U-Fl; Tue, 03 Dec 2019 10:56:35 +0700 Date: Tue, 3 Dec 2019 10:56:35 +0700 From: Victor Sudakov To: Polytropon Cc: freebsd-questions@freebsd.org Subject: Re: Firefox, X11 fonts and 2gis Message-ID: <20191203035635.GB33853@admin.sibptus.ru> References: <20191201040730.GA55403@admin.sibptus.ru> <20191201183701.58e3fff1.freebsd@edvax.de> <20191202130934.GA12388@admin.sibptus.ru> <20191202184502.5b1defc7@demon> <20191202165730.GB18034@admin.sibptus.ru> <20191202204146.be647119.freebsd@edvax.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3lcZGd9BuhuYXNfi" Content-Disposition: inline In-Reply-To: <20191202204146.be647119.freebsd@edvax.de> X-PGP-Key: http://admin.sibptus.ru/~vas/ X-PGP-Fingerprint: 10E3 1171 1273 E007 C2E9 3532 0DA4 F259 9B5E C634 User-Agent: Mutt/1.12.2 (2019-09-21) X-Rspamd-Queue-Id: 47Rp7n0nDpz3Km7 X-Spamd-Bar: -------- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=sibptus.ru header.s=20181118 header.b=gscNmtYB; dmarc=pass (policy=none) header.from=sibptus.ru; spf=pass (mx1.freebsd.org: domain of vas@sibptus.ru designates 2001:19f0:5001:21dc::10 as permitted sender) smtp.mailfrom=vas@sibptus.ru X-Spamd-Result: default: False [-8.46 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; R_DKIM_ALLOW(-0.20)[sibptus.ru:s=20181118]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+mx:c]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; IP_SCORE(-3.36)[ip: (-9.87), ipnet: 2001:19f0:5000::/38(-4.93), asn: 20473(-1.95), country: US(-0.05)]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[sibptus.ru:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[sibptus.ru,none]; SIGNED_PGP(-2.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:20473, ipnet:2001:19f0:5000::/38, country:US]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Dec 2019 03:56:37 -0000 --3lcZGd9BuhuYXNfi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Polytropon wrote: > > > [...] > > > I'm using firefox-70.0_3,1 on 11.3-STABLE installed from ports, > > > and it displays the map on that web site correctly. webfonts package = is > > > not installed. > > >=20 > > > When dealing with firefox problems, it's always suggested to run it > > > with the --ProfileManager command line option, create a new profile a= nd > > > test under that new profile (without touching any configuration). > >=20 > > I've already tried with a clean Firefox profile, does not make any > > difference. >=20 > Verified here - text of webpage and window decoration is present, > but missing on the map. Thank you for the verification. I was beginning to think that I was going crazy. > > > In your case I would also consider creating new user account > > > (pw useradd) just to debug this issue. > > >=20 > >=20 > > That is actually useful advice, its result surprised me. I created a > > test user with the default login class, ran startx from that user and > > you know what! I saw all the text on the map! > >=20 > > OK, I logout, assign the test user to the "russian" login class, login, > > startx, firefox - and here is the map without text again. > >=20 > > So the problem is somehow linked to locale, but running something > > like "env -i LANG=3DC DISPLAY=3D:1 firefox" from my regular user does n= ot fix the map. > >=20 > > Any more useful advice? >=20 > Interesting - my locale settings are (obviously) entirely > different. In a "Pokemon manner" (catch them all), because > you never really know which program cares about a specific > setting, I have those: >=20 > setenv LANGUAGE de [dd] >=20 > Additionally, setting $LANG, even though it has precedence over > $LC_*, might not be honored by Firefox accordingly. There are > other environmental variables that could have an effect (see > list above). However, it's not clear just from their names > which could be the one. Well, running "env -i LANG=3DC DISPLAY=3D:1 firefox" should have cleared all the environmental variables (including locale-related ones), but this did not work for me. --=20 Victor Sudakov, VAS4-RIPE, VAS47-RIPN 2:5005/49@fidonet http://vas.tomsk.ru/ --3lcZGd9BuhuYXNfi Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBAgAGBQJd5dzzAAoJEA2k8lmbXsY095cIAIev63Th914u+ycGioyTikj0 kSfw1VVbz7sD21L6jG0PXUV50enLriKuvZjRb4IOSSFHFKVSSzErcdiPR1PTaCWd cwGmjRxJxwge+O4W0q6u9frNy+ym31V3eq4VZ8juRg4sB7OhMFqv2sQg7tN0m/lo eKkLB+E2KphnZaRtfa+JUD64w0DCDrFjLfIpukTzSqlhRNZY/38zN8/qBQEfSJV/ Ctmz+KKg9mvtSti+LN3nBJIsTcgmr0D3bXXtRm+kC92tNHs+6ySw4s3pNR7xrA+z IPbTs2zKZQMsrnNye+b9VedfXP8Ktj9tDlVCfLYb8nsPxI8wNR7T00mxz86deps= =XaSo -----END PGP SIGNATURE----- --3lcZGd9BuhuYXNfi--