icons-in-terminal icon indicating copy to clipboard operation
icons-in-terminal copied to clipboard

Fail to auto detect the font used by gnome terminal

Open sebastiencs opened this issue 8 years ago • 6 comments

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 ?

sebastiencs avatar Jul 27 '17 03:07 sebastiencs

The first dconf gave an empty list . I don't seem to have any values/keys under profiles:/.

Is DE relevant? I don't use gnome, but I use the gnome-apps (nautilus, terminal etc.).

BlitzKraft avatar Jul 27 '17 04:07 BlitzKraft

@BlitzKraft It's probably relevant. What distro and DE is it ? I will test it in a VM

sebastiencs avatar Jul 27 '17 04:07 sebastiencs

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

BlitzKraft avatar Jul 27 '17 05:07 BlitzKraft

@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 avatar Jul 29 '17 06:07 BlitzKraft

@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 dconf list /org/gnome/terminal/ ?

sebastiencs avatar Jul 30 '17 14:07 sebastiencs

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 dconf output, there is one UUID under /org/gnome/terminal/legacy/profiles:/:[some-uuid]. There doesn't seem to be nothing under the uuid.

BlitzKraft avatar Jul 30 '17 20:07 BlitzKraft