public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] KDE4 has holes since updating Qt
@ 2009-04-24  0:55 Paul Hartman
  2009-04-24 13:25 ` [gentoo-user] " James
  2009-04-24 13:41 ` [gentoo-user] " Volker Armin Hemmann
  0 siblings, 2 replies; 6+ messages in thread
From: Paul Hartman @ 2009-04-24  0:55 UTC (permalink / raw
  To: gentoo-user

Hi,

I updated Qt earlier today, and rebuilt kdelibs, PyQt4, qt-opengl, and
all of my qt-related themes, but apparently I've missed something
because there are still "holes": outlines of buttons or windows with
no content. The most important of which is the Kicker menu. I can
change it to "classic" mode and use it, but when I set it to kicker
mode it's just an outline. This happened to me a long time ago and I
can't remember what I had to rebuild to fix it. I'm sure I am just
missing something easy.

Also, is there a command that can scan my system and tell me which
programs need to be rebuild after a Qt update? I seem to go through
this every time. :)

Thanks,
Paul



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

* [gentoo-user]  Re: KDE4 has holes since updating Qt
  2009-04-24  0:55 [gentoo-user] KDE4 has holes since updating Qt Paul Hartman
@ 2009-04-24 13:25 ` James
  2009-04-24 13:41 ` [gentoo-user] " Volker Armin Hemmann
  1 sibling, 0 replies; 6+ messages in thread
From: James @ 2009-04-24 13:25 UTC (permalink / raw
  To: gentoo-user

Paul Hartman <paul.hartman+gentoo <at> gmail.com> writes:

.
> 
> Also, is there a command that can scan my system and tell me which
> programs need to be rebuild after a Qt update? I seem to go through
> this every time. :)

Perhaps

qlist -I -C <atom>

or
equery list | grep <atom>

just guessing....

hth,
James







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

* Re: [gentoo-user] KDE4 has holes since updating Qt
  2009-04-24  0:55 [gentoo-user] KDE4 has holes since updating Qt Paul Hartman
  2009-04-24 13:25 ` [gentoo-user] " James
@ 2009-04-24 13:41 ` Volker Armin Hemmann
  2009-04-24 14:30   ` Paul Hartman
  2009-04-24 14:51   ` Paul Hartman
  1 sibling, 2 replies; 6+ messages in thread
From: Volker Armin Hemmann @ 2009-04-24 13:41 UTC (permalink / raw
  To: gentoo-user

On Freitag 24 April 2009, Paul Hartman wrote:
> Hi,
>
> I updated Qt earlier today, and rebuilt kdelibs, PyQt4, qt-opengl, and
> all of my qt-related themes, but apparently I've missed something
> because there are still "holes": outlines of buttons or windows with
> no content. The most important of which is the Kicker menu. I can
> change it to "classic" mode and use it, but when I set it to kicker
> mode it's just an outline. This happened to me a long time ago and I
> can't remember what I had to rebuild to fix it. I'm sure I am just
> missing something easy.
>
> Also, is there a command that can scan my system and tell me which
> programs need to be rebuild after a Qt update? I seem to go through
> this every time. :)
>
> Thanks,
> Paul

there is a big, fat bug in qt-4.5.1. AFAIK it is fixed in their svn and in 
kde's qt-copy version. You might want to try this versions from the qting-edge 
overlay.




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

* Re: [gentoo-user] KDE4 has holes since updating Qt
  2009-04-24 13:41 ` [gentoo-user] " Volker Armin Hemmann
@ 2009-04-24 14:30   ` Paul Hartman
  2009-04-24 14:51   ` Paul Hartman
  1 sibling, 0 replies; 6+ messages in thread
From: Paul Hartman @ 2009-04-24 14:30 UTC (permalink / raw
  To: gentoo-user

On Fri, Apr 24, 2009 at 8:41 AM, Volker Armin Hemmann
<volkerarmin@googlemail.com> wrote:
> On Freitag 24 April 2009, Paul Hartman wrote:
>> Hi,
>>
>> I updated Qt earlier today, and rebuilt kdelibs, PyQt4, qt-opengl, and
>> all of my qt-related themes, but apparently I've missed something
>> because there are still "holes": outlines of buttons or windows with
>> no content. The most important of which is the Kicker menu. I can
>> change it to "classic" mode and use it, but when I set it to kicker
>> mode it's just an outline. This happened to me a long time ago and I
>> can't remember what I had to rebuild to fix it. I'm sure I am just
>> missing something easy.
>>
>> Also, is there a command that can scan my system and tell me which
>> programs need to be rebuild after a Qt update? I seem to go through
>> this every time. :)
>>
>> Thanks,
>> Paul
>
> there is a big, fat bug in qt-4.5.1. AFAIK it is fixed in their svn and in
> kde's qt-copy version. You might want to try this versions from the qting-edge
> overlay.

Okay, I'll check for it. Maybe I didn't do anything wrong after all.
:) Thanks for the info!



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

* Re: [gentoo-user] KDE4 has holes since updating Qt
  2009-04-24 13:41 ` [gentoo-user] " Volker Armin Hemmann
  2009-04-24 14:30   ` Paul Hartman
@ 2009-04-24 14:51   ` Paul Hartman
  2009-04-24 15:07     ` Paul Hartman
  1 sibling, 1 reply; 6+ messages in thread
From: Paul Hartman @ 2009-04-24 14:51 UTC (permalink / raw
  To: gentoo-user

On Fri, Apr 24, 2009 at 8:41 AM, Volker Armin Hemmann
<volkerarmin@googlemail.com> wrote:
> On Freitag 24 April 2009, Paul Hartman wrote:
>> Hi,
>>
>> I updated Qt earlier today, and rebuilt kdelibs, PyQt4, qt-opengl, and
>> all of my qt-related themes, but apparently I've missed something
>> because there are still "holes": outlines of buttons or windows with
>> no content. The most important of which is the Kicker menu. I can
>> change it to "classic" mode and use it, but when I set it to kicker
>> mode it's just an outline. This happened to me a long time ago and I
>> can't remember what I had to rebuild to fix it. I'm sure I am just
>> missing something easy.
>>
>> Also, is there a command that can scan my system and tell me which
>> programs need to be rebuild after a Qt update? I seem to go through
>> this every time. :)
>>
>> Thanks,
>> Paul
>
> there is a big, fat bug in qt-4.5.1. AFAIK it is fixed in their svn and in
> kde's qt-copy version. You might want to try this versions from the qting-edge
> overlay.

I can't seem to find how to install/enable the qt-copy patches. I use
kde-testing and qting-edge overlays. Am I missing something obvious?



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

* Re: [gentoo-user] KDE4 has holes since updating Qt
  2009-04-24 14:51   ` Paul Hartman
@ 2009-04-24 15:07     ` Paul Hartman
  0 siblings, 0 replies; 6+ messages in thread
From: Paul Hartman @ 2009-04-24 15:07 UTC (permalink / raw
  To: gentoo-user

On Fri, Apr 24, 2009 at 9:51 AM, Paul Hartman
<paul.hartman+gentoo@gmail.com> wrote:
> On Fri, Apr 24, 2009 at 8:41 AM, Volker Armin Hemmann
> <volkerarmin@googlemail.com> wrote:
>> On Freitag 24 April 2009, Paul Hartman wrote:
>>> Hi,
>>>
>>> I updated Qt earlier today, and rebuilt kdelibs, PyQt4, qt-opengl, and
>>> all of my qt-related themes, but apparently I've missed something
>>> because there are still "holes": outlines of buttons or windows with
>>> no content. The most important of which is the Kicker menu. I can
>>> change it to "classic" mode and use it, but when I set it to kicker
>>> mode it's just an outline. This happened to me a long time ago and I
>>> can't remember what I had to rebuild to fix it. I'm sure I am just
>>> missing something easy.
>>>
>>> Also, is there a command that can scan my system and tell me which
>>> programs need to be rebuild after a Qt update? I seem to go through
>>> this every time. :)
>>>
>>> Thanks,
>>> Paul
>>
>> there is a big, fat bug in qt-4.5.1. AFAIK it is fixed in their svn and in
>> kde's qt-copy version. You might want to try this versions from the qting-edge
>> overlay.
>
> I can't seem to find how to install/enable the qt-copy patches. I use
> kde-testing and qting-edge overlays. Am I missing something obvious?

To answer my own question: yes. :) I read the documention in
qting-edge overlay and now it makes sense. I probably should have used
the qt-kde-live set all along, I've been using the generic Qt
packages.

Thanks



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

end of thread, other threads:[~2009-04-24 15:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-24  0:55 [gentoo-user] KDE4 has holes since updating Qt Paul Hartman
2009-04-24 13:25 ` [gentoo-user] " James
2009-04-24 13:41 ` [gentoo-user] " Volker Armin Hemmann
2009-04-24 14:30   ` Paul Hartman
2009-04-24 14:51   ` Paul Hartman
2009-04-24 15:07     ` Paul Hartman

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