linphone-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-users] Linux Linphone-4.2.5.AppImage font change


From: Vas
Subject: Re: [Linphone-users] Linux Linphone-4.2.5.AppImage font change
Date: Sun, 3 Jan 2021 21:32:28 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0

Hello

>> access("/home/xxx/xxx/.fonts.conf", R_OK) = 0

this was application font config and, at least anti-aliasing, was totally 
ignored.

Best.

On 03.01.2021 20:40, Eric Shields | Mass Transit Honchkrow wrote:
try ~/.fonts instead. Because linphone exists in userspace and not
rootspace, using directories that only root can edit might have issues.

On 1/3/21 7:40 PM, Vas wrote:
Hello

it seems like I can't get it how to answer to someones messages

To continue, the application perfectly scan all fonts and configurations 
directories at startup
But it just ignores them:

access("/etc/fonts/fonts.conf", R_OK)   = 0
access("/etc/fonts/fonts.conf", R_OK)   = 0
access("/etc/fonts/conf.d", R_OK)       = 0
access("/etc/fonts/conf.d", R_OK)       = 0
access("/etc/fonts/conf.d/10-antialias.conf", R_OK) = 0
access("/etc/fonts/conf.d/10-antialias.conf", R_OK) = 0
access("/etc/fonts/conf.d/10-hinting-slight.conf", R_OK) = 0
access("/etc/fonts/conf.d/10-hinting-slight.conf", R_OK) = 0
...
and so on
...

access("/home/xxx/xxx/.config/fontconfig/fonts.conf", R_OK) = 0
this config was created by "qt5ct" utility
...
and now scan all available fonts
access("/home/xxx/xxx/.fonts.conf", R_OK) = 0
access("/etc/fonts/~/.fonts.conf", R_OK) = -1 ENOENT (No such file or directory)
access("/etc/fonts/conf.d/51-local.conf", R_OK) = 0
access("/etc/fonts/conf.d/51-local.conf", R_OK) = 0
access("/etc/fonts/local.conf", R_OK)   = -1 ENOENT (No such file or directory)
access("/etc/fonts/local.conf", R_OK)   = -1 ENOENT (No such file or directory)
access("/etc/fonts/conf.d/56-language-selector-ar.conf", R_OK) = 0
access("/etc/fonts/conf.d/56-language-selector-ar.conf", R_OK) = 0
access("/etc/fonts/conf.d/57-dejavu-sans-mono.conf", R_OK) = 0
access("/etc/fonts/conf.d/57-dejavu-sans-mono.conf", R_OK) = 0
access("/etc/fonts/conf.d/57-dejavu-sans.conf", R_OK) = 0
access("/etc/fonts/conf.d/57-dejavu-sans.conf", R_OK) = 0
access("/etc/fonts/conf.d/57-dejavu-serif.conf", R_OK) = 0
access("/etc/fonts/conf.d/57-dejavu-serif.conf", R_OK) = 0


So - why would it scan configs and fonts if it cant use it?


Thank you

On 30.12.2020 21:07, Vas wrote:
Hello
I am trying to change application font and font size
I have qt5ct utility, which creates config files, but Linphone-4.2.5.AppImage 
completely ignores it

Need advice.
Thank you.
_______________________________________________
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users



reply via email to

[Prev in Thread] Current Thread [Next in Thread]