-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvoid-packages:issues:13533.html
More file actions
84 lines (72 loc) · 3.41 KB
/
void-packages:issues:13533.html
File metadata and controls
84 lines (72 loc) · 3.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="utf-8" />
<title>Re: [voidlinux/void-packages] Thunderbird UI and dialog have no text
(#13533)</title>
<style>section{white-space:pre-wrap;}</style>
</head>
<body>
<main>
<h1>Re: [voidlinux/void-packages] Thunderbird UI and dialog have no text
(#13533)</h1>
<section id="post1">
<h5>Piotr at <a href="#post1">Mon, 16 Apr 2018 19:56:02 +0000 (UTC)</a></h5>
Can't reproduce. What is your _any_ i18n pack?
</section><section id="post2">
<h5>Adelmo Junior at <a href="#post2">Mon, 16 Apr 2018 21:02:15 +0000 (UTC)</a></h5>
I tried four different packs:
* *thunderbird-i18n-en-US*
* *thunderbird-i18n-en-GB*
* *thunderbird-i18n-pt-BR*
* *thunderbird-i18n-ru*
It did not work. I tried launching thunderbird with --UILocale set to a different locale (matching the i18n packs installed) and still nothing shows up.
The only line that shows up in console when launching in it is this:
`[calBackendLoader] Using Thunderbird's builtin libical backend`
I understand something is wrong with my system, but I can't pinpoint what it is. For more info, here is my fontconfig config file:
```
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<alias>
<family>serif</family>
<prefer><family>Liberation Serif</family></prefer>
</alias>
<alias>
<family>sans-serif</family>
<prefer><family>Liberation Sans</family></prefer>
</alias>
<alias>
<family>monospace</family>
<prefer><family>Fantasque Sans Mono</family></prefer>
</alias>
</fontconfig>
```
</section><section id="post3">
<h5>newbluemoon at <a href="#post3">Mon, 16 Apr 2018 22:21:42 -0700</a></h5>
Did you try to backup your thunderbird profile and start with a fresh one?
</section><section id="post4">
<h5>Adelmo Junior at <a href="#post4">Tue, 17 Apr 2018 13:47:43 +0000 (UTC)</a></h5>
Yes, I tried removing the profile many times and it didn't work. I tried even launching thunderbird with a fresh profile with the --UIProfile flag. It also did not work.
I also tried altering, and even removing, my fontconfig file and it seems to have no effect on it.
</section><section id="post5">
<h5>newbluemoon at <a href="#post5">Mon, 23 Apr 2018 14:19:30 +0000 (UTC)</a></h5>
Please try to start thunderbird via
`LANG=C thunderbird`
Does that work?
</section><section id="post6">
<h5>Adelmo Junior at <a href="#post6">Fri, 27 Apr 2018 08:07:11 -0700</a></h5>
Yes, I tried using `LANG=C` and it did not work.
I did run thunderbird using `strace` and I copied over all search matches to "font" (and a little bit around it to provide context): [here](https://ghostbin.com/paste/524gk).
</section><section id="post7">
<h5>Adelmo Junior at <a href="#post7">Mon, 30 Apr 2018 16:53:27 -0700</a></h5>
Unfortunately, I couldn't figure out what was the problem behind this, so I backed up my data and did a full reinstall of the system. It works as intended now. Not sure why it was that way before.
With that said, I apologize for this. I'm closing this issue. Thanks in advance for the help.
</section><section id="post8">
<h5>Adelmo Junior at <a href="#post8">Mon, 30 Apr 2018 16:53:27 -0700</a></h5>
Closed #13533.
</section>
</main>
<nav><a href="index.html">Issues list</a></nav>
</body>
</html>