Re: Problem with libqt2?

2001-12-29 Thread Bjoern Krombholz
On Fri, Dec 28, 2001 at 11:21:18PM -0500, Krystian G Bates wrote:
> On Friday 28 December 2001 11:17 pm, Krystian G Bates wrote:
i> > On Friday 28 December 2001 09:34 pm, Oliver Johns wrote:
> > Aye,  just started having the same problem. Out of my kdm.log:
> >
> > libpng warning: Application was compiled with png.h from libpng-1.2.1
> > libpng warning: Application  is using png.c from libpng-1.0.12
> > libpng error: Incompatible libpng version in application and library
> And wouldn't you know, I already cleaned my cache out...
> Can anyone point me to a spot to wget libqt2_3*-17.deb from?
 
Temporarily - until fixed packages are uploaded - do:

# dpkg --force-depends -r libpng2
# ln -s /usr/lib/libpng.so.3.1.2.1 /usr/lib/libpng.so.2
# ldconfig

Don't forget to remove the link when new packages are available.


Björn


PS:
Would be nice you'd answer under quoted text - increases readability a
lot. :)




Re: Fwd: Re: Problem with libqt2?

2001-12-29 Thread Jarno Elonen
> As root, do:
> ftp ftp.debian.org
> (sign on as anonymous, give email addr as passwd)
> cd debian/pool/main/q/qt-x1
 ^
   a small typo here,
   should be qt-x11

And if you can't access FTP for some reason (like me), use HTTP instead - the 
server supports it as well:

su
cd /var/cache/apt/archives
wget http://ftp.debian.org/debian/pool/main/q/qt-x11/libqt2_2.3.1-17_i386.deb
dpkg -i libqt2_2.3.1-17_i386.deb
(restart X: ctrl-shift-backspace)

- Jarno

-- 
Big book, big bore.
-- Callimachus




Re: Problem with libqt2?

2001-12-29 Thread Eric Christopherson
On Sat, Dec 29, 2001 at 09:16:35AM -0500, Krystian G Bates wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On Saturday 29 December 2001 08:30 am, Robert Tilley wrote:
> 
> 
> 
> > Selected version 2:2.3.1-8 (Debian:testing) for libqt2
> 
> Now that's odd... when I did it, I got version 3:2.3.1-17, and hte only thing 
> it removed was some of the kde-dev packages (which I don't really use, anyway)

It sounds like Robert didn't do apt-get update, or for some reason it wasn't
up to date. The first time I tried to downgrade, it also told me a few
kde-dev packages were to be removed, but I canceled it and told it to
downgrade *all* these packages: libqt2 libqt2-gl libqt2-mt libqt-dev
libqutil1. After that, it downgraded those and didn't threaten to remove any
others. Seems happy now :)


-- 
Stay fuzzy... save the world... choices!

Eric Christopherson, a.k.a. Contrarian Conlanger Rakko ^_^




Re: icons hammered in kde

2001-12-29 Thread Jaye Inabnit ke6sls
On Saturday 29 December 2001 10:57 am, Bob Underwood wrote:
>
> it's available in woody and on the ftp servers.
>
> bob

Greetings Bob:

Thank you.  I fetched it and it installed without complaint.  KDE is alive 
and running well along with kdm.

tatah

-- 

Jaye Inabnit\ARS ke6sls\/A GNU-Debian linux user\/ http://www.qsl.net/ke6sls
If it's stupid, but works, it ain't stupid. I SHOUT JUST FOR FUN.
Free software, in a free world, for a free spirit. Please Support freedom!




Re: icons hammered in kde

2001-12-29 Thread Bob Underwood
On Saturday 29 December 2001 13:38, M.J. Inabnit wrote:
> Greetings:
>
> I noted the message " Problem with libqt2? " and am currently looking for
> the file libqt2_3%3a2.3.1-17_i386.deb.  The concern I also have is that
> kdm is also hammered and doesn't show the usual icons.  Also, there is no
> splash screen on kde startup.  All related to the same file?
>
> TIA and pls respond to [EMAIL PROTECTED]
>
> tatah
>
> Jaye Inabnit, ke6sls

it's available in woody and on the ftp servers.


bob




Fwd: Re: Problem with libqt2?

2001-12-29 Thread Oliver Johns


On Friday 28 December 2001 08:21 pm, Krystian G Bates wrote:
> On Friday 28 December 2001 11:17 pm, Krystian G Bates wrote:
>
> And wouldn't you know, I already cleaned my cache out...
> Can anyone point me to a spot to wget libqt2_3*-17.deb from?

As root, do:
ftp ftp.debian.org
(sign on as anonymous, give email addr as passwd)
cd debian/pool/main/q/qt-x1
binary
get libqt2_2.3.1-17_i386.deb
bye (quit ftp)
mv libqt2_2.3.1-17_i386.deb /var/cache/apt/archives
Now cd to /var/cache/apt/archives and do
dpkg -i libqt2_2.3.1-17_i386.deb

I know this is an over-simple explanation for you, but maybe not
for everybody.  :-)

--
Oliver Johns <[EMAIL PROTECTED]>
San Francisco, California USA
GPG KeyID=A2ACE692
GPG Fingerprint=BE4A C1B8 EB0D 8FD9 737D  CE4A 1E56 BF9B A2AC
E692

---

-- 
Oliver Johns <[EMAIL PROTECTED]>
San Francisco, California USA
GPG KeyID=A2ACE692
GPG Fingerprint=BE4A C1B8 EB0D 8FD9 737D  CE4A 1E56 BF9B A2AC 
E692




icons hammered in kde

2001-12-29 Thread M.J. Inabnit

Greetings:

I noted the message " Problem with libqt2? " and am currently looking for
the file libqt2_3%3a2.3.1-17_i386.deb.  The concern I also have is that
kdm is also hammered and doesn't show the usual icons.  Also, there is no
splash screen on kde startup.  All related to the same file?

TIA and pls respond to [EMAIL PROTECTED]

tatah

Jaye Inabnit, ke6sls





Re: Problem with libqt2?

2001-12-29 Thread Krystian G Bates
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Saturday 29 December 2001 08:30 am, Robert Tilley wrote:



> Selected version 2:2.3.1-8 (Debian:testing) for libqt2

Now that's odd... when I did it, I got version 3:2.3.1-17, and hte only thing 
it removed was some of the kde-dev packages (which I don't really use, anyway)


- -- 
Rykard
[EMAIL PROTECTED]
http://www.worldforge.org/
GPG Fingerprint= B466 4098 BDC4 F2FF 12C8  80EA B8D4 4C28 93DC 1EEA
GPG KeyID=93DC1EEA
If you take this message seriously, please report to your nearest mental 
health clinic to have your sarcasm detection parameters checked.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAjwt0EgACgkQuNRMKJPcHuo7UwCgrAI71ohfNYzpI2x1YTVhs7CO
KLEAnAggIzyPjoNXZ/nyg0IptvHkRVW6
=AmyJ
-END PGP SIGNATURE-


public_key.asc
Description: application/pgp-keys


Re: Problem with libqt2?

2001-12-29 Thread Robert Tilley
On Friday 28 December 2001 23:27, Saadiq Rodgers-King wrote:
> apt-get install libqt2/testing

Following the above recommendation I tried just that.

tillarium:/home/tilleyrw# apt-get install libqt2/testing
Reading Package Lists... Done
Building Dependency Tree... Done
Selected version 2:2.3.1-8 (Debian:testing) for libqt2
The following packages will be REMOVED:
  amor ark artsbuilder eyesapplet fifteenapplet kab kabalone karm kasteroids 
kate katomic kbabel kbackgammon
  kbattleship kblackbox kcalc kcharselect kchart kcoloredit kcron kdbg 
kde-games kde-theme-liquid kde-theme-qnix
  kdeartwork-style kdebase kdebase-audiolibs kdebase-dev kdebase-libs 
kdelibs-dev kdelibs3 kdelibs3-bin
  kdelibs3-crypto kdelibs3-cups kdepasswd kdepim-libs kdevelop kdevelop-data 
kdf kdict kdm kedit kfind kformula
  kfract kghostview khexedit kiconedit kinkatta kit kivio kjezz kjots 
kjumpingcube klines kmahjongg kmail kmines
  kmix kmoon knetfilter knewsticker knode knotes kodo koffice koffice-libs 
komba2 konqueror konquest konsole
  kontour korganizer korn koshell kpackage kpaint kpat kpm kpoker kpresenter 
kreversi kruler ksame kscd kscore
  kscreensaver kshisen ksirc ksirtet ksmiletris ksnake ksnapshot ksokoban 
kspaceduel kspread ksysv kteatime
  ktimer ktron ktuberling ktux kugar kuser kview kwin4 kword kworldclock 
libarts-mpeglib libkdegames
  libkdenetwork1 libkmid libkmid-dev libkonq-dev libkonq3 libkscan1 libqt-dev 
libqtcups-dev libqutil1 libtse3
  lskat noatun noteedit qt-designer quanta secpolicy uic
The following packages will be DOWNGRADED
  libqt2
0 packages upgraded, 0 newly installed, 1 downgraded, 127 to remove and 0  
not upgraded.
Need to get 1914kB of archives. After unpacking 183MB will be freed.
Do you want to continue? [Y/n]

Apparently package dependencies need to be cleaned up somewhere.  I leave it 
as an exercise to the reader what my choice was.
-- 
Comments and information are appreciated.
Flames, rants, and other miscellany are routed to /dev/null.

Robert Tilley, [EMAIL PROTECTED]




Re: kword fails to include fonts on printing

2001-12-29 Thread Ben Burton

> I've been having a problem I've seen a couple other people report:
> kword documents look fine on the screen, but when printed, all the fonts
> turn to Helvetica, evidently because the fonts are not being included.
> On the other hand, I see from the archives of this list that this
> works for other people.  What is the secret?  I am new to KDE and am
> running up-to-the-minute Debian unstable with cups.

I don't know about the details of the KDE printing system, but as far as 
kword itself goes, kword is not WYSIWYG (though its next release (1.2) will 
be).  Often what is printed is not necessarily what is seen on the screen, 
although the main differences I've notices are usually font sizes and 
pagination, etc.

Ben.

-- 

Ben Burton
[EMAIL PROTECTED]  |  [EMAIL PROTECTED]
http://baasil.humbug.org.au/bab/
Public Key: finger [EMAIL PROTECTED]

Most people are other people. Their thoughts are someone else's opinions,
their lives a mimicry, their passions a quotation.
- Oscar Wilde