[Bug 1448778] Re: Evince fails to display some fonts (some font thing failed)

2019-01-18 Thread Romano Giannetti
And by the way, just if somebody is still struggling to find where the "good" error messages (instead of the surprising useful "some font thing failed"), grep for apparmor in /var/log/kern.log -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 1448778] Re: Evince fails to display some fonts (some font thing failed)

2019-01-18 Thread Romano Giannetti
My solution was to apply this diff: diff --git a/./etc-apparmor.d-abstractions-fonts b/etc/apparmor.d/abstractions/fonts index 45cdf9a..44c54ac 100644 --- a/./etc-apparmor.d-abstractions-fonts +++ b/etc/apparmor.d/abstractions/fonts @@ -51,6 +51,8 @@ /usr/local/share/fonts/ r,

[Bug 1448778] Re: Evince fails to display some fonts (some font thing failed)

2018-11-16 Thread Antoine Amarilli
I agree that this bug is super confusing: when apparmor prevents evince from accessing a font (in my case, because of some folders in /usr/share having been symlinked to a different partition), there is no visible error message (except "some font thing failed" in the console log) and the text with

Re: [Bug 1448778] Re: Evince fails to display some fonts (some font thing failed)

2018-10-15 Thread Seth Arnold
On Sat, Oct 13, 2018 at 06:54:59PM -, bitinerant wrote: > I appreciate the suggestions, but none quite fit my use case. It's > really 2 users wanting to share the fonts--one owns them and the other > has a symlink. If I put them in /usr/local/share/fonts/ then they don't > get backed up and

[Bug 1448778] Re: Evince fails to display some fonts (some font thing failed)

2018-10-13 Thread bitinerant
Seth--thanks for the helpful details. I appreciate the suggestions, but none quite fit my use case. It's really 2 users wanting to share the fonts--one owns them and the other has a symlink. If I put them in /usr/local/share/fonts/ then they don't get backed up and can't be modified. I think the

[Bug 1448778] Re: Evince fails to display some fonts (some font thing failed)

2018-10-11 Thread Seth Arnold
Nearly all the AppArmor rules provided by upstream AppArmor include 'owner' prefixes on files and directories within user home directories. This is intentional -- for example, the file includes: owner @{HOME}/.fonts.conf r, owner @{HOME}/.fonts/ r, owner

[Bug 1448778] Re: Evince fails to display some fonts (some font thing failed)

2018-10-11 Thread bitinerant
I have additional information. Within ~/.fonts I have a subfolder containing some Windows fonts. It seems that if those files are not OWNED by the user running Evince (even though they are group readable), then Evince does not display the fonts at all. I feel this is a bug. At the very least,

[Bug 1448778] Re: Evince fails to display some fonts (some font thing failed)

2018-10-11 Thread bitinerant
Closely related: Bug #793122 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/1448778 Title: Evince fails to display some fonts (some font thing failed) To manage notifications

[Bug 1448778] Re: Evince fails to display some fonts (some font thing failed)

2018-10-11 Thread bitinerant
I have a number of PDF files which, when opened, display some text but not others, and show dozens of "some font thing failed" lines in the terminal. The PDFs appear fine in Firefox. I don't know what "texlive" is, so I'm quite sure I'm not using that, but I do have some fonts in ~/.fonts Thanks

[Bug 1448778] Re: Evince fails to display some fonts (some font thing failed)

2017-09-26 Thread Mohammad Anwar Shah
I am using 17.04 and don't have texlive installed or any fonts in /usr/local. But still this happened. Needed to use `sudo aa-complain evince` And yes, "some font thing failed" is an worst kind of debug info I've seen. -- You received this bug notification because you are a member of Ubuntu

[Bug 1448778] Re: Evince fails to display some fonts (some font thing failed)

2016-09-19 Thread Romano Giannetti
Just to add a note: it happened to me also, because I have /usr/local as a symlink to /home/local (in a different partition) and evince (or apparmor) correctly complained. So all fonts from Microsoft, which are installed in /usr/local/font, came out blank. Setting aa-complain solved momentarily

[Bug 1448778] Re: Evince fails to display some fonts (some font thing failed)

2015-11-06 Thread Pander
** Tags added: 15.10 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/1448778 Title: Evince fails to display some fonts (some font thing failed) To manage notifications about this

[Bug 1448778] Re: Evince fails to display some fonts (some font thing failed)

2015-04-28 Thread Sebastien Bacher
thanks for your bug report reading your kernel log, it seems you have /usr/local installed fonts /usr/local/texlive/2014/texmf-dist/fonts/opentype/public/tex-gyre/texgyreheros-regular.otf the issue seems similar to bug #846639 which has been closed because having custom texlive installation is

[Bug 1448778] Re: Evince fails to display some fonts (some font thing failed)

2015-04-26 Thread Sébastien Brochet
The screenshot of the pdf document in okular ** Attachment added: theory_scalar_okular.jpg https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1448778/+attachment/4385016/+files/theory_scalar_okular.jpg -- You received this bug notification because you are a member of Ubuntu Desktop Bugs,

[Bug 1448778] Re: Evince fails to display some fonts (some font thing failed)

2015-04-26 Thread Sébastien Brochet
It seems to be because of some apparmor configuration. After disabling apparmor for evince, the pdf loads fine. I guess it's because I have texlive installed and evince tries to load the fonts from here. Maybe the default configuration for the evince profile should be more permissive? -- You