Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] Font on LXQT 0..17.0 and openbox 3.6.1 Wont Change (Read 880 times) previous topic - next topic
0 Members and 3 Guests are viewing this topic.

[SOLVED] Font on LXQT 0..17.0 and openbox 3.6.1 Wont Change

Okey so i just update my artix lxqt
and then after update the font suddenly change to roboto
as you can see on attachment i already change font to segoe ui again in lxqt and openbox configuration and restart my laptop
but nothing is happen is just stick with roboto font
any solution?

Re: Font on LXQT 0..17.0 and openbox 3.6.1 Wont Change

Reply #1
Nice desktop you've got there!

Do
Code: [Select]
$ grep -ir roboto ~
and see where else roboto is set. Change it manually and please tell us how you fixed it.

Re: Font on LXQT 0..17.0 and openbox 3.6.1 Wont Change

Reply #2
Nice desktop you've got there!

Do
Code: [Select]
$ grep -ir roboto ~
and see where else roboto is set. Change it manually and please tell us how you fixed it.
thanks btw, it turns out i need add this line on /home/.gtkrc-2.0

include "/usr/share/themes/Forest-Dark/gtk-2.0/gtkrc"
style "user-font"
{
        font_name="Segoe UI"
}
widget_class "*" style "user-font"


now is looking good thanks

Re: Font on LXQT 0..17.0 and openbox 3.6.1 Wont Change

Reply #3
so, solved, all what you needed before is reading https://wiki.archlinux.org/title/GTK  ;)  but lxqt have nothing to do with gtk2 toolkit, lxqt is based on QT toolkit... ;) but nevermind...


 

Re: [SOLVED] Font on LXQT 0..17.0 and openbox 3.6.1 Wont Change

Reply #5
but that you wrote not as you asked in first topic  8)  
we use no crystals balls, you spoke only about lxqt, not about gtk configuration ;)