public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] QT4's qtconfig
@ 2007-01-07 11:29 Andrew Gaydenko
  2007-01-07 11:43 ` Petr Uzel
  2007-01-07 11:52 ` Alex Schuster
  0 siblings, 2 replies; 15+ messages in thread
From: Andrew Gaydenko @ 2007-01-07 11:29 UTC (permalink / raw
  To: gentoo-user

Hi!

Funny situation. I have ~amd64 Gentoo machine, and two slotted Qt are installed:

eix -e qt
[I] x11-libs/qt
     Available versions:
        (3)     3.3.4-r8 3.3.6-r4 (~)3.3.6-r5
        (4)     4.1.4-r2 (~)4.2.1 (~)4.2.2
     Installed versions:  3.3.6-r5(3)(03:23:16 AM 12/24/2006)(cups debug doc examples -firebird gif -immqt -immqt-bc ipv6 mysql -nas -nis -odbc opengl -postgres sqlite -xinerama)
                          4.2.2(4)(01:02:41 PM 01/07/2007)(accessibility cups -dbus debug doc examples -firebird gif -glib -input_devices_wacom jpeg -mng mysql -nas -nis -odbc opengl -pch png -postgres -qt3support sqlite -sqlite3 -xinerama zlib)

My aim was to set default font for Qt4 applications. I have tried to find Qt4's
'qtconfig' and discovered: there is *the only* 'qtconfig' in my system. And it is
/usr/qt/3/bin/qtconfig, i.e. for Qt3 (I have scanned /usr recursively).

OK, I have reinstalled Qt4 - nothing changed.

Is it for me only?
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] QT4's qtconfig
  2007-01-07 11:29 [gentoo-user] QT4's qtconfig Andrew Gaydenko
@ 2007-01-07 11:43 ` Petr Uzel
  2007-01-07 11:59   ` Andrew Gaydenko
  2007-01-07 11:52 ` Alex Schuster
  1 sibling, 1 reply; 15+ messages in thread
From: Petr Uzel @ 2007-01-07 11:43 UTC (permalink / raw
  To: gentoo-user

On Sunday 07 January 2007 12:29, Andrew Gaydenko wrote:
> Hi!
>
> Funny situation. I have ~amd64 Gentoo machine, and two slotted Qt are
> installed:
>
> eix -e qt
> [I] x11-libs/qt
>      Available versions:
>         (3)     3.3.4-r8 3.3.6-r4 (~)3.3.6-r5
>         (4)     4.1.4-r2 (~)4.2.1 (~)4.2.2
>      Installed versions:  3.3.6-r5(3)(03:23:16 AM 12/24/2006)(cups debug
> doc examples -firebird gif -immqt -immqt-bc ipv6 mysql -nas -nis -odbc
> opengl -postgres sqlite -xinerama) 4.2.2(4)(01:02:41 PM
> 01/07/2007)(accessibility cups -dbus debug doc examples -firebird gif -glib
> -input_devices_wacom jpeg -mng mysql -nas -nis -odbc opengl -pch png
> -postgres -qt3support sqlite -sqlite3 -xinerama zlib)
>
> My aim was to set default font for Qt4 applications. I have tried to find
> Qt4's 'qtconfig' and discovered: there is *the only* 'qtconfig' in my
> system. And it is /usr/qt/3/bin/qtconfig, i.e. for Qt3 (I have scanned /usr
> recursively).
>
> OK, I have reinstalled Qt4 - nothing changed.
>
> Is it for me only?

Hello,
I have also slotted installation of qt (3.3.6-r4 and 4.1.4-r2) on ~x86. There 
are two versions of qtconfig on my system :
/usr/qt/3/bin/qtconfig
/usr/bin/qtconfig (this belongs to qt-4.x.x)

What about
equery f =x11-libs/qt-4.1.4-r2 | grep qtconfig
?

-- 
Petr Uzel
petr.uzel@centrum.cz
Jabber : knotor@njs.netlab.cz
ICQ : 101606095
Gentoo Linux
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] QT4's qtconfig
  2007-01-07 11:29 [gentoo-user] QT4's qtconfig Andrew Gaydenko
  2007-01-07 11:43 ` Petr Uzel
@ 2007-01-07 11:52 ` Alex Schuster
  2007-01-07 12:03   ` Andrew Gaydenko
  1 sibling, 1 reply; 15+ messages in thread
From: Alex Schuster @ 2007-01-07 11:52 UTC (permalink / raw
  To: gentoo-user

Andrew writes:

> My aim was to set default font for Qt4 applications. I have tried to find
> Qt4's 'qtconfig' and discovered: there is *the only* 'qtconfig' in my
> system. And it is /usr/qt/3/bin/qtconfig, i.e. for Qt3 (I have scanned
> /usr recursively).
>
> OK, I have reinstalled Qt4 - nothing changed.
>
> Is it for me only?

Strange. I have /usr/bin/qtconfig, belonging to x11-libs/qt-4.1.4-r2.

	Alex
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] QT4's qtconfig
  2007-01-07 11:43 ` Petr Uzel
@ 2007-01-07 11:59   ` Andrew Gaydenko
  0 siblings, 0 replies; 15+ messages in thread
From: Andrew Gaydenko @ 2007-01-07 11:59 UTC (permalink / raw
  To: gentoo-user

Have tried also, there isn't:

equery f =x11-libs/qt-4.2.2 | grep qtconfig
/usr/share/doc/qt-4.2.2/html/images/qtconfig-appearance.png
/usr/share/doc/qt-4.2.2/html/qtconfig.html

There *is* a tool's help, the tool is absent only :-)

======= On Sunday 07 January 2007 14:43, Petr Uzel wrote: =======

Hello,
I have also slotted installation of qt (3.3.6-r4 and 4.1.4-r2) on ~x86. There 
are two versions of qtconfig on my system :
/usr/qt/3/bin/qtconfig
/usr/bin/qtconfig (this belongs to qt-4.x.x)

What about
equery f =x11-libs/qt-4.1.4-r2 | grep qtconfig
?

-- 
Petr Uzel
petr.uzel@centrum.cz
Jabber : knotor@njs.netlab.cz
ICQ : 101606095
Gentoo Linux
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] QT4's qtconfig
  2007-01-07 11:52 ` Alex Schuster
@ 2007-01-07 12:03   ` Andrew Gaydenko
  2007-01-07 12:32     ` Martins
  2007-01-07 15:57     ` [gentoo-user] QT4's qtconfig Graham Murray
  0 siblings, 2 replies; 15+ messages in thread
From: Andrew Gaydenko @ 2007-01-07 12:03 UTC (permalink / raw
  To: gentoo-user

Probably somebody has (unstable) 4.2.2 installed... The thing is, v.4.2.2 is
the first Qt4 installation on this machine. If anybody has 4.2.2 - please, 
verify '/usr/bin/qtconfig' belongs to *this* version.

======= On Sunday 07 January 2007 14:52, Alex Schuster wrote: =======
Strange. I have /usr/bin/qtconfig, belonging to x11-libs/qt-4.1.4-r2.

	Alex
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] QT4's qtconfig
  2007-01-07 12:03   ` Andrew Gaydenko
@ 2007-01-07 12:32     ` Martins
  2007-01-07 12:52       ` Andrew Gaydenko
  2007-01-07 15:57     ` [gentoo-user] QT4's qtconfig Graham Murray
  1 sibling, 1 reply; 15+ messages in thread
From: Martins @ 2007-01-07 12:32 UTC (permalink / raw
  To: gentoo-user

On Sunday 07 January 2007 14:03, Andrew Gaydenko wrote:
> Probably somebody has (unstable) 4.2.2 installed... The thing is, v.4.2.2
> is the first Qt4 installation on this machine. If anybody has 4.2.2 -
> please, verify '/usr/bin/qtconfig' belongs to *this* version.
>
> ======= On Sunday 07 January 2007 14:52, Alex Schuster wrote: =======
> Strange. I have /usr/bin/qtconfig, belonging to x11-libs/qt-4.1.4-r2.
>
> 	Alex

I still have qt-4.2.2 on my x86_64
equery f =x11-libs/qt-4.2.2 | grep qtconfig
/usr/bin/qtconfig

and it launches nice gui to tweak setings

martins
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] QT4's qtconfig
  2007-01-07 12:32     ` Martins
@ 2007-01-07 12:52       ` Andrew Gaydenko
  2007-01-07 13:20         ` Martins
  0 siblings, 1 reply; 15+ messages in thread
From: Andrew Gaydenko @ 2007-01-07 12:52 UTC (permalink / raw
  To: gentoo-user

Will you please tell me used USE flags for qt-4.2.2?

======= On Sunday 07 January 2007 15:32, Martins wrote: =======
...
I still have qt-4.2.2 on my x86_64
equery f =x11-libs/qt-4.2.2 | grep qtconfig
/usr/bin/qtconfig

and it launches nice gui to tweak setings

martins
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] QT4's qtconfig
  2007-01-07 12:52       ` Andrew Gaydenko
@ 2007-01-07 13:20         ` Martins
  2007-01-07 13:29           ` Andrew Gaydenko
  2007-01-07 14:13           ` [gentoo-user] QT4's qtconfig - SOLVED Andrew Gaydenko
  0 siblings, 2 replies; 15+ messages in thread
From: Martins @ 2007-01-07 13:20 UTC (permalink / raw
  To: gentoo-user

On Sunday 07 January 2007 14:52, Andrew Gaydenko wrote:
> Will you please tell me used USE flags for qt-4.2.2?
>
> ======= On Sunday 07 January 2007 15:32, Martins wrote: =======
> ...
> I still have qt-4.2.2 on my x86_64
> equery f =x11-libs/qt-4.2.2 | grep qtconfig
> /usr/bin/qtconfig
>
> and it launches nice gui to tweak setings
>
> martins

from eix -s qt:

                          4.2.2(4)(09:07:11 2006.12.09.)(-accessibility cups 
dbus -debug -doc -examples -firebird gif -glib -input_devices_wacom jpeg -mng 
mysql -nas -nis odbc opengl -pch png postgres qt3support 
sqlite -sqlite3 -xinerama zlib)




-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] QT4's qtconfig
  2007-01-07 13:20         ` Martins
@ 2007-01-07 13:29           ` Andrew Gaydenko
  2007-01-07 14:13           ` [gentoo-user] QT4's qtconfig - SOLVED Andrew Gaydenko
  1 sibling, 0 replies; 15+ messages in thread
From: Andrew Gaydenko @ 2007-01-07 13:29 UTC (permalink / raw
  To: gentoo-user

Martins,

Thanks! - will play.

======= On Sunday 07 January 2007 16:20, Martins wrote: =======
...

from eix -s qt:

                          4.2.2(4)(09:07:11 2006.12.09.)(-accessibility cups 
dbus -debug -doc -examples -firebird gif -glib -input_devices_wacom jpeg -mng 
mysql -nas -nis odbc opengl -pch png postgres qt3support 
sqlite -sqlite3 -xinerama zlib)




-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] QT4's qtconfig - SOLVED
  2007-01-07 13:20         ` Martins
  2007-01-07 13:29           ` Andrew Gaydenko
@ 2007-01-07 14:13           ` Andrew Gaydenko
  1 sibling, 0 replies; 15+ messages in thread
From: Andrew Gaydenko @ 2007-01-07 14:13 UTC (permalink / raw
  To: gentoo-user

To be built, 'qtconfig' needs 'qt3support' USE flag be turned on.


======= On Sunday 07 January 2007 16:20, Martins wrote: =======
...
from eix -s qt:

                          4.2.2(4)(09:07:11 2006.12.09.)(-accessibility cups 
dbus -debug -doc -examples -firebird gif -glib -input_devices_wacom jpeg -mng 
mysql -nas -nis odbc opengl -pch png postgres qt3support 
sqlite -sqlite3 -xinerama zlib)




-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] QT4's qtconfig
  2007-01-07 12:03   ` Andrew Gaydenko
  2007-01-07 12:32     ` Martins
@ 2007-01-07 15:57     ` Graham Murray
  2007-01-07 16:12       ` Andrew Gaydenko
  1 sibling, 1 reply; 15+ messages in thread
From: Graham Murray @ 2007-01-07 15:57 UTC (permalink / raw
  To: gentoo-user

Andrew Gaydenko <a@gaydenko.com> writes:

> Probably somebody has (unstable) 4.2.2 installed... The thing is, v.4.2.2 is
> the first Qt4 installation on this machine. If anybody has 4.2.2 - please, 
> verify '/usr/bin/qtconfig' belongs to *this* version.

On my ~x86 system I have qt-3.3.6-r5 and qt-4.2.2 installed and the
only qtconfig I have is /usr/qt/3/bin/qtconfig. I do not have
/usr/bin/qtconfig at all.

x11-libs/qt-4.2.2 USE="cups dbus doc examples gif glib jpeg mng opengl
png postgres sqlite zlib -accessibility -debug -firebird -mysql -nas
-nis -odbc -pch -qt3support -sqlite3 -xinerama" INPUT_DEVICES="-wacom"
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] QT4's qtconfig
  2007-01-07 15:57     ` [gentoo-user] QT4's qtconfig Graham Murray
@ 2007-01-07 16:12       ` Andrew Gaydenko
  2007-01-09  8:02         ` Mick
  0 siblings, 1 reply; 15+ messages in thread
From: Andrew Gaydenko @ 2007-01-07 16:12 UTC (permalink / raw
  To: gentoo-user

As I have wrote, 'qtconfig' demands 'qt3support' flag.

======= On Sunday 07 January 2007 18:57, Graham Murray wrote: =======
Andrew Gaydenko <a@gaydenko.com> writes:

> Probably somebody has (unstable) 4.2.2 installed... The thing is, v.4.2.2 is
> the first Qt4 installation on this machine. If anybody has 4.2.2 - please, 
> verify '/usr/bin/qtconfig' belongs to *this* version.

On my ~x86 system I have qt-3.3.6-r5 and qt-4.2.2 installed and the
only qtconfig I have is /usr/qt/3/bin/qtconfig. I do not have
/usr/bin/qtconfig at all.

x11-libs/qt-4.2.2 USE="cups dbus doc examples gif glib jpeg mng opengl
png postgres sqlite zlib -accessibility -debug -firebird -mysql -nas
-nis -odbc -pch -qt3support -sqlite3 -xinerama" INPUT_DEVICES="-wacom"
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] QT4's qtconfig
  2007-01-07 16:12       ` Andrew Gaydenko
@ 2007-01-09  8:02         ` Mick
  2007-01-09 11:26           ` Andrew Gaydenko
  0 siblings, 1 reply; 15+ messages in thread
From: Mick @ 2007-01-09  8:02 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1269 bytes --]

On Sunday 07 January 2007 16:12, Andrew Gaydenko wrote:
> As I have wrote, 'qtconfig' demands 'qt3support' flag.
>
> ======= On Sunday 07 January 2007 18:57, Graham Murray wrote: =======
>
> Andrew Gaydenko <a@gaydenko.com> writes:
> > Probably somebody has (unstable) 4.2.2 installed... The thing is, v.4.2.2
> > is the first Qt4 installation on this machine. If anybody has 4.2.2 -
> > please, verify '/usr/bin/qtconfig' belongs to *this* version.
>
> On my ~x86 system I have qt-3.3.6-r5 and qt-4.2.2 installed and the
> only qtconfig I have is /usr/qt/3/bin/qtconfig. I do not have
> /usr/bin/qtconfig at all.

This is from a stable x86 box:

# equery belongs qtconfig
[ Searching for file(s) qtconfig in *... ]
x11-libs/qt-4.1.4-r2 (/usr/bin/qtconfig)
x11-libs/qt-3.3.6-r4 (/usr/qt/3/bin/qtconfig)

and 

# slocate qtconfig
/usr/qt/3/bin/qtconfig
/usr/bin/qtconfig
/usr/lib/python2.4/site-packages/pyqtconfig.py

Running qtconfig launches the /usr/bin/qtconfig of course, from qt-4.1.4-r2.

> x11-libs/qt-4.2.2 USE="cups dbus doc examples gif glib jpeg mng opengl
> png postgres sqlite zlib -accessibility -debug -firebird -mysql -nas
> -nis -odbc -pch -qt3support -sqlite3 -xinerama" INPUT_DEVICES="-wacom"

-- 
Regards,
Mick

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] QT4's qtconfig
  2007-01-09  8:02         ` Mick
@ 2007-01-09 11:26           ` Andrew Gaydenko
  2007-01-09 12:13             ` Neil Bothwick
  0 siblings, 1 reply; 15+ messages in thread
From: Andrew Gaydenko @ 2007-01-09 11:26 UTC (permalink / raw
  To: gentoo-user

Mick,

You have missed resolution :-) Citing:

"As I have wrote, 'qtconfig' demands 'qt3support' flag."

======= On Tuesday 09 January 2007 11:02, Mick wrote: =======
On Sunday 07 January 2007 16:12, Andrew Gaydenko wrote:
> As I have wrote, 'qtconfig' demands 'qt3support' flag.
>
> ======= On Sunday 07 January 2007 18:57, Graham Murray wrote: =======
>
> Andrew Gaydenko <a@gaydenko.com> writes:
> > Probably somebody has (unstable) 4.2.2 installed... The thing is, v.4.2.2
> > is the first Qt4 installation on this machine. If anybody has 4.2.2 -
> > please, verify '/usr/bin/qtconfig' belongs to *this* version.
>
> On my ~x86 system I have qt-3.3.6-r5 and qt-4.2.2 installed and the
> only qtconfig I have is /usr/qt/3/bin/qtconfig. I do not have
> /usr/bin/qtconfig at all.

This is from a stable x86 box:

# equery belongs qtconfig
[ Searching for file(s) qtconfig in *... ]
x11-libs/qt-4.1.4-r2 (/usr/bin/qtconfig)
x11-libs/qt-3.3.6-r4 (/usr/qt/3/bin/qtconfig)

and 

# slocate qtconfig
/usr/qt/3/bin/qtconfig
/usr/bin/qtconfig
/usr/lib/python2.4/site-packages/pyqtconfig.py

Running qtconfig launches the /usr/bin/qtconfig of course, from qt-4.1.4-r2.

> x11-libs/qt-4.2.2 USE="cups dbus doc examples gif glib jpeg mng opengl
> png postgres sqlite zlib -accessibility -debug -firebird -mysql -nas
> -nis -odbc -pch -qt3support -sqlite3 -xinerama" INPUT_DEVICES="-wacom"

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] QT4's qtconfig
  2007-01-09 11:26           ` Andrew Gaydenko
@ 2007-01-09 12:13             ` Neil Bothwick
  0 siblings, 0 replies; 15+ messages in thread
From: Neil Bothwick @ 2007-01-09 12:13 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 283 bytes --]

On Tue, 9 Jan 2007 14:26:56 +0300, Andrew Gaydenko wrote:

> You have missed resolution :-) Citing:

Probably because it was top-posted and people expect the find the answer
after the question.


-- 
Neil Bothwick

Last words of a Windows user: = Why does that work now?

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2007-01-09 12:18 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-07 11:29 [gentoo-user] QT4's qtconfig Andrew Gaydenko
2007-01-07 11:43 ` Petr Uzel
2007-01-07 11:59   ` Andrew Gaydenko
2007-01-07 11:52 ` Alex Schuster
2007-01-07 12:03   ` Andrew Gaydenko
2007-01-07 12:32     ` Martins
2007-01-07 12:52       ` Andrew Gaydenko
2007-01-07 13:20         ` Martins
2007-01-07 13:29           ` Andrew Gaydenko
2007-01-07 14:13           ` [gentoo-user] QT4's qtconfig - SOLVED Andrew Gaydenko
2007-01-07 15:57     ` [gentoo-user] QT4's qtconfig Graham Murray
2007-01-07 16:12       ` Andrew Gaydenko
2007-01-09  8:02         ` Mick
2007-01-09 11:26           ` Andrew Gaydenko
2007-01-09 12:13             ` Neil Bothwick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox