-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fail to auto detect the font used by gnome terminal #7
Comments
The first dconf gave an empty list . I don't seem to have any values/keys under Is DE relevant? I don't use gnome, but I use the gnome-apps (nautilus, terminal etc.). |
@BlitzKraft It's probably relevant. What distro and DE is it ? I will test it in a VM |
I am using sabayon, with bspwm. uname -a
Linux BlitzKomp 4.8.0-sabayon #1 SMP Mon Jan 23 17:20:20 UTC 2017 x86_64 Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz GenuineIntel GNU/Linux |
@sebastiencs I used install.sh script, and that worked with fbterm. Worked even better than expected, because powerline patched fonts didn't work until I installed fbterm. |
@BlitzKraft Just curious, why do you use fbterm ? It seems a bit limited compare to others terminals under X. I didn't take the time to try sabayon yet. Do you have at least any output with |
I rarely use fbterm. Mainly to help me focus on some tasks. Since it doesn't need an X running, I won't be able to easily open browser and distract myself. For the |
I open this issue to follow the bug of @BlitzKraft in #1
@BlitzKraft, can you try to run these commands:
dconf read /org/gnome/terminal/legacy/profiles:/list
It should returns an array of string, those are your profiles ID.
With each profile ID, please run:
dconf read /org/gnome/terminal/legacy/profiles:/:PROFILE_ID/font
Also, what's your version of gnome-terminal ?
The text was updated successfully, but these errors were encountered: