public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Would qt-3.1 solve the Linux font problem?
@ 2002-12-01  6:25 Viktor Lakics
  2002-12-01 13:47 ` Dan Armak
  0 siblings, 1 reply; 8+ messages in thread
From: Viktor Lakics @ 2002-12-01  6:25 UTC (permalink / raw
  To: gentoo-dev

Dear Devs,

With the console (aka. Linux) font in konsole I get garbled chars
(line drawing chars) in mutt and mc. I found some hints in the
konsole-dev list as to solving this problem. Apparently this bug is
associated  with qt-3.05 not picking the right character to test the
line drawing char capability of a font (apparently the "console"
font does not have this char what qt-3.05   picks). Qt-3.04 claimed
to be working, but it is not in portage and I do not  want to mess
with my kde on a production machine...  

Could anyone test that when we upgrade to kde-3.1, qt-3.1 will fix
this bug? Would KDE-3.04 or KDE-3.1 work with qt-3.04? What would be
the way to install qt-4.04 from sources without messing up my kde?

Bugs mentioned (konsole-dev): 

 http://bugs.kde.org/show_bug.cgi?id=44993
 http://bugs.kde.org/show_bug.cgi?id=45250 

Relevant bug in bugzilla-Gentoo:

 http://bugs.gentoo.org/show_bug.cgi?id=11063

Thanks in advance. -- Viktor 

--
gentoo-dev@gentoo.org mailing list


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

* Re: [gentoo-dev] Would qt-3.1 solve the Linux font problem?
  2002-12-01  6:25 [gentoo-dev] Would qt-3.1 solve the Linux font problem? Viktor Lakics
@ 2002-12-01 13:47 ` Dan Armak
  2002-12-01 18:46   ` Viktor Lakics
  0 siblings, 1 reply; 8+ messages in thread
From: Dan Armak @ 2002-12-01 13:47 UTC (permalink / raw
  To: gentoo-dev

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Sunday 01 December 2002 08:25, Viktor Lakics wrote:
> Dear Devs,
>
> With the console (aka. Linux) font in konsole I get garbled chars
> (line drawing chars) in mutt and mc. I found some hints in the
> konsole-dev list as to solving this problem. Apparently this bug is
> associated  with qt-3.05 not picking the right character to test the
> line drawing char capability of a font (apparently the "console"
> font does not have this char what qt-3.05   picks). Qt-3.04 claimed
> to be working, but it is not in portage and I do not  want to mess
> with my kde on a production machine...
>
> Could anyone test that when we upgrade to kde-3.1, qt-3.1 will fix
> this bug? Would KDE-3.04 or KDE-3.1 work with qt-3.04? What would be
> the way to install qt-4.04 from sources without messing up my kde?

The best way would be for you to test qt 3.1 right now, it's in portage and 
working very nicely. It's a clean upgrade from 3.0.5 (no recompiles or 
anything required) and you can go back to 3.0.5 easily afterwards if you want 
to - it's just a question of compile time either way.

I do have to say that the problems described in kde bug #44993 don't seem to 
be gone, but that is from a cursory perusal of the code (I can't reproduce 
the bug itself) so it's really best for you to test. Everyone will likely be 
upgrading to qt 3.1.0 in a few days anyway.

As for qt 3.0.4, if you really want it, just copy the latest 3.0.5 ebuild to a 
qt-3.0.4.ebuild and it should work. (You may have to disable the Korean patch 
though.)

>
> Bugs mentioned (konsole-dev):
>
>  http://bugs.kde.org/show_bug.cgi?id=44993
>  http://bugs.kde.org/show_bug.cgi?id=45250
>
> Relevant bug in bugzilla-Gentoo:
>
>  http://bugs.gentoo.org/show_bug.cgi?id=11063
>
> Thanks in advance. -- Viktor
>
> --
> gentoo-dev@gentoo.org mailing list

- -- 
Dan Armak
Gentoo Linux developer (KDE)
Matan, Israel
Public GPG key: http://www.gentoo.org/~danarmak/danarmak-gpg-public.key
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE96hLkUI2RQ41fiVERAkeqAJ9OoZAxvvfhl/8C/GvSQD0WGczJ4wCfT4nI
XcAk5QNjKIqBTprMlVL+hDg=
=Yzdh
-----END PGP SIGNATURE-----


--
gentoo-dev@gentoo.org mailing list


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

* Re: [gentoo-dev] Would qt-3.1 solve the Linux font problem?
  2002-12-01 13:47 ` Dan Armak
@ 2002-12-01 18:46   ` Viktor Lakics
  2002-12-01 19:01     ` Dewet Diener
                       ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Viktor Lakics @ 2002-12-01 18:46 UTC (permalink / raw
  To: Dan Armak; +Cc: gentoo-dev

Merged Qt 3.1. Konsole crashing badly every time I start it.
Everything else is fine. If I start from an xterm it says:

Qt: Locales not supported on X server
_KDE_IceTransmkdir: Owner of /tmp/.ICE-unix should be set to root
DCOPServer up and running.
Qt: Locales not supported on X server
KCrash: crashing.... crashRecursionCounter = 2
KCrash: Application Name = konsole path = <unknown> pid = 6317
Qt: Locales not supported on X server

The message about locales was there earlier as well, but it did not
effect anything. Any idea what to do?

Thanks in advance. -- Viktor 


On Sun, Dec 01, 2002 at 03:47:12PM +0200, Dan Armak wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On Sunday 01 December 2002 08:25, Viktor Lakics wrote:
> > Dear Devs,
> >
> > With the console (aka. Linux) font in konsole I get garbled chars
> > (line drawing chars) in mutt and mc. I found some hints in the
> > konsole-dev list as to solving this problem. Apparently this bug is
> > associated  with qt-3.05 not picking the right character to test the
> > line drawing char capability of a font (apparently the "console"
> > font does not have this char what qt-3.05   picks). Qt-3.04 claimed
> > to be working, but it is not in portage and I do not  want to mess
> > with my kde on a production machine...
> >
> > Could anyone test that when we upgrade to kde-3.1, qt-3.1 will fix
> > this bug? Would KDE-3.04 or KDE-3.1 work with qt-3.04? What would be
> > the way to install qt-4.04 from sources without messing up my kde?
> 
> The best way would be for you to test qt 3.1 right now, it's in portage and 
> working very nicely. It's a clean upgrade from 3.0.5 (no recompiles or 
> anything required) and you can go back to 3.0.5 easily afterwards if you want 
> to - it's just a question of compile time either way.
> 
> I do have to say that the problems described in kde bug #44993 don't seem to 
> be gone, but that is from a cursory perusal of the code (I can't reproduce 
> the bug itself) so it's really best for you to test. Everyone will likely be 
> upgrading to qt 3.1.0 in a few days anyway.
> 
> As for qt 3.0.4, if you really want it, just copy the latest 3.0.5 ebuild to a 
> qt-3.0.4.ebuild and it should work. (You may have to disable the Korean patch 
> though.)
> 
> >
> > Bugs mentioned (konsole-dev):
> >
> >  http://bugs.kde.org/show_bug.cgi?id=44993
> >  http://bugs.kde.org/show_bug.cgi?id=45250
> >
> > Relevant bug in bugzilla-Gentoo:
> >
> >  http://bugs.gentoo.org/show_bug.cgi?id=11063
> >
> > Thanks in advance. -- Viktor
> >
> > --
> > gentoo-dev@gentoo.org mailing list
> 
> - -- 
> Dan Armak
> Gentoo Linux developer (KDE)
> Matan, Israel
> Public GPG key: http://www.gentoo.org/~danarmak/danarmak-gpg-public.key
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.1 (GNU/Linux)
> 
> iD8DBQE96hLkUI2RQ41fiVERAkeqAJ9OoZAxvvfhl/8C/GvSQD0WGczJ4wCfT4nI
> XcAk5QNjKIqBTprMlVL+hDg=
> =Yzdh
> -----END PGP SIGNATURE-----
> 
> 
> --
> gentoo-dev@gentoo.org mailing list
> 

--
gentoo-dev@gentoo.org mailing list


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

* Re: [gentoo-dev] Would qt-3.1 solve the Linux font problem?
  2002-12-01 18:46   ` Viktor Lakics
@ 2002-12-01 19:01     ` Dewet Diener
  2002-12-01 19:16     ` Hannes Mehnert
  2002-12-01 19:30     ` Peter Ruskin
  2 siblings, 0 replies; 8+ messages in thread
From: Dewet Diener @ 2002-12-01 19:01 UTC (permalink / raw
  To: Viktor Lakics, Dan Armak; +Cc: gentoo-dev

Op Sun 01 Des 02 20:46 skrewe Viktor Lakics:
> Merged Qt 3.1. Konsole crashing badly every time I start it.
> Everything else is fine. If I start from an xterm it says:

I had to recompile konsole (well, kdebase) before I could get it to 
start again after I installed Qt 3.1.  Now its much better.

Dewet

-- 
Dewet Diener   <gentoo@dewet.org>   http://dewet.org
Professional Student, avid Gentoo user :)
Stellenbosch, South Africa (33º 55" 58.80'S  18º 51" 00.00'E)

--
gentoo-dev@gentoo.org mailing list


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

* Re: [gentoo-dev] Would qt-3.1 solve the Linux font problem?
  2002-12-01 18:46   ` Viktor Lakics
  2002-12-01 19:01     ` Dewet Diener
@ 2002-12-01 19:16     ` Hannes Mehnert
  2002-12-01 19:30     ` Peter Ruskin
  2 siblings, 0 replies; 8+ messages in thread
From: Hannes Mehnert @ 2002-12-01 19:16 UTC (permalink / raw
  To: Viktor Lakics; +Cc: gentoo-dev

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

Hi,

this is fixed in kdebase-3.0.4-r3.

On Sun, Dec 01, 2002 at 06:46:39PM +0000, Viktor Lakics wrote:
> Merged Qt 3.1. Konsole crashing badly every time I start it.
> Everything else is fine. If I start from an xterm it says:

Hannes Mehnert

GPG-Fingerprint: B3BB E539 F6BF 6942 1492  3ACF 45CB 8D97 3881 8D1C

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

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

* Re: [gentoo-dev] Would qt-3.1 solve the Linux font problem?
  2002-12-01 18:46   ` Viktor Lakics
  2002-12-01 19:01     ` Dewet Diener
  2002-12-01 19:16     ` Hannes Mehnert
@ 2002-12-01 19:30     ` Peter Ruskin
  2002-12-01 19:52       ` Viktor Lakics
  2 siblings, 1 reply; 8+ messages in thread
From: Peter Ruskin @ 2002-12-01 19:30 UTC (permalink / raw
  To: gentoo-dev

On Sunday 01 Dec 2002 18:46, Viktor Lakics wrote:
> Merged Qt 3.1. Konsole crashing badly every time I start it.
> Everything else is fine. If I start from an xterm it says:
>
> Qt: Locales not supported on X server
> _KDE_IceTransmkdir: Owner of /tmp/.ICE-unix should be set to root
> DCOPServer up and running.
> Qt: Locales not supported on X server
> KCrash: crashing.... crashRecursionCounter = 2
> KCrash: Application Name = konsole path = <unknown> pid = 6317
> Qt: Locales not supported on X server
>
> The message about locales was there earlier as well, but it did not
> effect anything. Any idea what to do?
>
Viktor, look at http://bugs.gentoo.org/show_bug.cgi?id=10796.  Basically, 
the konsole problem is fixed by emerging kdebase-3.0.4-r3

Peter
-- 
Gentoo Linux 1.4 (Portage 2.0.44 (default-x86-1.4, gcc-3.2.1, 
glibc-2.3.1-r2)).  KDE: 3.0.99 (KDE 3.1 RC3)  Qt: 3.1.0
AMD Athlon(tm) XP 1900+ 512MB.	Kernel: 2.4.20-win4lin.	GCC 3.2.1
Linux user #275590 (http://counter.li.org/).  up 8:12.


--
gentoo-dev@gentoo.org mailing list


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

* Re: [gentoo-dev] Would qt-3.1 solve the Linux font problem?
  2002-12-01 19:30     ` Peter Ruskin
@ 2002-12-01 19:52       ` Viktor Lakics
  2002-12-02  7:05         ` [gentoo-dev] Would qt-3.1 solve the Linux font problem? YES - SOLVED! Viktor Lakics
  0 siblings, 1 reply; 8+ messages in thread
From: Viktor Lakics @ 2002-12-01 19:52 UTC (permalink / raw
  To: gentoo-dev

Thanks, guys, (re)merging  kdebase...

On Sun, Dec 01, 2002 at 07:30:32PM +0000, Peter Ruskin wrote:
> On Sunday 01 Dec 2002 18:46, Viktor Lakics wrote:
> > Merged Qt 3.1. Konsole crashing badly every time I start it.
> > Everything else is fine. If I start from an xterm it says:
> >
> > Qt: Locales not supported on X server
> > _KDE_IceTransmkdir: Owner of /tmp/.ICE-unix should be set to root
> > DCOPServer up and running.
> > Qt: Locales not supported on X server
> > KCrash: crashing.... crashRecursionCounter = 2
> > KCrash: Application Name = konsole path = <unknown> pid = 6317
> > Qt: Locales not supported on X server
> >
> > The message about locales was there earlier as well, but it did not
> > effect anything. Any idea what to do?
> >
> Viktor, look at http://bugs.gentoo.org/show_bug.cgi?id=10796.  Basically, 
> the konsole problem is fixed by emerging kdebase-3.0.4-r3
> 
> Peter
> -- 
> Gentoo Linux 1.4 (Portage 2.0.44 (default-x86-1.4, gcc-3.2.1, 
> glibc-2.3.1-r2)).  KDE: 3.0.99 (KDE 3.1 RC3)  Qt: 3.1.0
> AMD Athlon(tm) XP 1900+ 512MB.	Kernel: 2.4.20-win4lin.	GCC 3.2.1
> Linux user #275590 (http://counter.li.org/).  up 8:12.
> 
> 
> --
> gentoo-dev@gentoo.org mailing list
> 

--
gentoo-dev@gentoo.org mailing list


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

* [gentoo-dev] Would qt-3.1 solve the Linux font problem? YES - SOLVED!
  2002-12-01 19:52       ` Viktor Lakics
@ 2002-12-02  7:05         ` Viktor Lakics
  0 siblings, 0 replies; 8+ messages in thread
From: Viktor Lakics @ 2002-12-02  7:05 UTC (permalink / raw
  To: gentoo-dev

Thanks everyone, qt3.1 and kdebase remerge solved the problem...

-- Viktor 

On Sun, Dec 01, 2002 at 07:52:00PM +0000, Viktor Lakics wrote:
> Thanks, guys, (re)merging  kdebase...
> 
> On Sun, Dec 01, 2002 at 07:30:32PM +0000, Peter Ruskin wrote:
> > On Sunday 01 Dec 2002 18:46, Viktor Lakics wrote:
> > > Merged Qt 3.1. Konsole crashing badly every time I start it.
> > > Everything else is fine. If I start from an xterm it says:
> > >
> > > Qt: Locales not supported on X server
> > > _KDE_IceTransmkdir: Owner of /tmp/.ICE-unix should be set to root
> > > DCOPServer up and running.
> > > Qt: Locales not supported on X server
> > > KCrash: crashing.... crashRecursionCounter = 2
> > > KCrash: Application Name = konsole path = <unknown> pid = 6317
> > > Qt: Locales not supported on X server
> > >
> > > The message about locales was there earlier as well, but it did not
> > > effect anything. Any idea what to do?
> > >
> > Viktor, look at http://bugs.gentoo.org/show_bug.cgi?id=10796.  Basically, 
> > the konsole problem is fixed by emerging kdebase-3.0.4-r3
> > 
> > Peter
> > -- 
> > Gentoo Linux 1.4 (Portage 2.0.44 (default-x86-1.4, gcc-3.2.1, 
> > glibc-2.3.1-r2)).  KDE: 3.0.99 (KDE 3.1 RC3)  Qt: 3.1.0
> > AMD Athlon(tm) XP 1900+ 512MB.	Kernel: 2.4.20-win4lin.	GCC 3.2.1
> > Linux user #275590 (http://counter.li.org/).  up 8:12.
> > 
> > 
> > --
> > gentoo-dev@gentoo.org mailing list
> > 
> 
> --
> gentoo-dev@gentoo.org mailing list
> 

--
gentoo-dev@gentoo.org mailing list


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

end of thread, other threads:[~2002-12-02  7:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-01  6:25 [gentoo-dev] Would qt-3.1 solve the Linux font problem? Viktor Lakics
2002-12-01 13:47 ` Dan Armak
2002-12-01 18:46   ` Viktor Lakics
2002-12-01 19:01     ` Dewet Diener
2002-12-01 19:16     ` Hannes Mehnert
2002-12-01 19:30     ` Peter Ruskin
2002-12-01 19:52       ` Viktor Lakics
2002-12-02  7:05         ` [gentoo-dev] Would qt-3.1 solve the Linux font problem? YES - SOLVED! Viktor Lakics

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