You are not logged in.

#1 2009-03-12 06:57:29

c0rv1d
Member
From: South Africa
Registered: 2009-03-12
Posts: 14

[SOLVED] Font of QT applications in Fluxbox

Hi all

This is my very first post on this forum smile

Anyway, I'm busy setting up a little server box at home hosting various servers (LAMP etc) in VirtlualBox VMs to play around with.

I'm using Fluxbox on my host. By Googling, I could easily find help on making the fonts of GTK apps in my WM more readable by creating a .gtkrc-2.0 and setting the font name+size in there. But I couldn't find anything similar for apps that depends on QT libs (Virtual Box GUI in this case) and the font for it is very small and ugly. Is there such a file to configure QT fonts?

Thanks
Derek

Last edited by c0rv1d (2009-03-15 21:48:29)

Offline

#2 2009-03-12 07:36:56

Chrysalis
Member
Registered: 2008-07-07
Posts: 155

Re: [SOLVED] Font of QT applications in Fluxbox

try running 'qtconfig', cant recall exactly where the config file is to do it by hand.

Or 'systemsettings' if you have kdebase-workspace installed.

Offline

#3 2009-03-12 07:51:32

c0rv1d
Member
From: South Africa
Registered: 2009-03-12
Posts: 14

Re: [SOLVED] Font of QT applications in Fluxbox

Hi Chrysalis, thanks for you reply.

I don't have any config front-ends installed. Will need to do it by hand roll

Derek

Offline

#4 2009-03-12 08:54:12

Chrysalis
Member
Registered: 2008-07-07
Posts: 155

Re: [SOLVED] Font of QT applications in Fluxbox

qtconfig is part of qt

Offline

#5 2009-03-12 09:21:38

c0rv1d
Member
From: South Africa
Registered: 2009-03-12
Posts: 14

Re: [SOLVED] Font of QT applications in Fluxbox

Mmm.

So what can provide the widget layer for Virtual Box on my machine then? I thought it is built on top of QT.

I don't seem to have QT installed.
$ qt<tab> produces nothing in my terminal. (I think - can't remember now.) But I will check again when I get back home tonight.

I installed closed source Virtual Box 2.1.4 from the binary package from virtualbox.org. Only had some virtualisation lib as a dependency) and I never installed QT or other apps that would pull down dependent libs via pacman.

Thanks, will let you know if this worked.

Offline

#6 2009-03-12 09:40:58

Chrysalis
Member
Registered: 2008-07-07
Posts: 155

Re: [SOLVED] Font of QT applications in Fluxbox

Static qt build i guess so it wouldnt respect your qt settings even if you had them.

I use virtualbox_bin with qt from aur which is the full featured peronal edition.

Edit: btw, never install stuff in arch without making a pkg for it. Theres pkgbuilds in aur for everything you can think of.

Last edited by Chrysalis (2009-03-12 09:46:13)

Offline

#7 2009-03-12 17:03:55

c0rv1d
Member
From: South Africa
Registered: 2009-03-12
Posts: 14

Re: [SOLVED] Font of QT applications in Fluxbox

Ah. Aur packages are new to me. Googled and I'm very pleased smile

I'm starting to like Arch more and more!

Offline

#8 2009-03-12 17:28:52

c0rv1d
Member
From: South Africa
Registered: 2009-03-12
Posts: 14

Re: [SOLVED] Font of QT applications in Fluxbox

Well, the answer was, like you said, to install qt:

# pacman -S qt

Offline

Board footer

Powered by FluxBB