kde 3.1.1a upgrade

2003-05-17 Thread Gezim H
HI, I have recently upgraded kde 2.2.2 to 3.1.1a by adding :
deb http://download.us.kde.org/pub/kde/stable/latest/Debian stable main,
to my /etc/apt/sources.list, then I did
apt-get update  apt-get dist-upgrade
it downloaded and installed fine but, in the menu thing like gimp, and whole 
menu categories like applications, games, Debain categories, were all gone. 
How do I fix that?
Thank you very much for any replies,
Zim

_
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.  
http://join.msn.com/?page=features/virus




Re: kde 3.1.1a upgrade

2003-05-17 Thread Klaus Ade Johnstad
lørdag 17. mai 2003, 07:51, skrev Gezim H:
 HI, I have recently upgraded kde 2.2.2 to 3.1.1a by adding :
 deb http://download.us.kde.org/pub/kde/stable/latest/Debian stable
 main, to my /etc/apt/sources.list, then I did
 apt-get update  apt-get dist-upgrade
 it downloaded and installed fine but, in the menu thing like gimp,
 and whole menu categories like applications, games, Debain
 categories, were all gone. How do I fix that?
 Thank you very much for any replies,
 Zim

Sounds like you are missing menu, see if you have it with
'dpkg -l|grep menu'
if not, then 'apt-get install menu'

Klaus
-- 
http://www.holmlia.gs.oslo.no




Re: kde 3.1.1a upgrade

2003-05-17 Thread John Gay

HI, I have recently upgraded kde 2.2.2 to 3.1.1a by adding :
deb http://download.us.kde.org/pub/kde/stable/latest/Debian stable main,
to my /etc/apt/sources.list, then I did
apt-get update  apt-get dist-upgrade
it downloaded and installed fine but, in the menu thing like gimp, and
whole
menu categories like applications, games, Debain categories, were all
gone.
How do I fix that?
Thank you very much for any replies,
Zim

These are controlled by Debians own menu tools, which is usually included
and should be called during the postinst scripts. try running, as root,
update-menus If this doesn't exist, apt-cache search update-menus should
tell you which package it's in. apt-get install that and you should be O.K.

_
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.

I thought MSN was the main distributors of viruses (-;

Cheers,

  John Gay





Re: konqueror java support fails again

2003-05-17 Thread Mauro Darida
On Saturday 17 May 2003 00:47, Simon Hepburn wrote:
 Simon Hepburn wrote:
 Sorry, upon rereading your original post I realised that you are using the
 tarball from sun. The Debian alternatives system will only work if you use
 the blackdown .debs.  You can add one of these to /etc/apt/sources.list:

 deb http://www.tux.org/pub/java/debian sid main non-free
 or
 deb http://www.tux.org/pub/java/debian woody main non-free

Ehm, maybe you didn't read my msg entirely...I say, I CHANGED java machine and 
installed the one from BLACKDOWN, here is may apt source:
deb ftp://ftp.tux.org/pub/java/debian woody main non-free
and it makes Konqueror to crash. I do not think using the absolute path should 
be an issue here, shouldn't it?
If it works, it should work both from the symlink or the absolute path, it 
doesn't matter.

-- 
saluti,  Mauro

On this machine no Windows system survives and LINUX POWER reigns UNLIMITED.




Re: kde 3.1.1a upgrade

2003-05-17 Thread Vladimir Wiedermann
after installing menu package, try also run KAppfinder 
(from menu/settings)

 HI, I have recently upgraded kde 2.2.2 to 3.1.1a by adding :
 deb http://download.us.kde.org/pub/kde/stable/latest/Debian stable main,
 to my /etc/apt/sources.list, then I did
 apt-get update  apt-get dist-upgrade
 it downloaded and installed fine but, in the menu thing like gimp, and 
 whole menu categories like applications, games, Debain categories, were all 
 gone. How do I fix that?
 Thank you very much for any replies,
 Zim
-- 
Vladimir Wiedermann




Re: arm linking problems keeping KDE 3 out of testing

2003-05-17 Thread Dominique Devriese
Chris Cheney writes:

  Chris Yep, I am working on it, James Troup thought it was related
  Chris to the fact that libtool didn't have an entry for arm in its
  Chris m4 file, but if it is only the Xinerama issue then it will be
  Chris fixed fairly easily. I had hoped XFree86 4.3 would already be
  Chris in sid by now which would have resolved the issue
  Chris automatically, but since it isn't I will patch up the build
  Chris scripts to link against foo_pic (there are other problems
  Chris than just arm wrt pic libs).

ok, great !
hope you get it sorted out..
thanks
domi

-- 
Things will be bright in P.M.  A cop will shine a light in your face.




Re: konqueror java support fails again

2003-05-17 Thread Simon Hepburn
Mauro Darida wrote:

 Ehm, maybe you didn't read my msg entirely...I say, I CHANGED java machine
 and installed the one from BLACKDOWN

Apologies, I was up at 5am with my 2yr old yesterday and by the time I got to 
read my mail late last night my brain was a bit stale.

 If it works, it should work both from the symlink or the absolute path, it
 doesn't matter.

It might matter if next time you upgrade, your java vm has changed location. 
By using an absolute path in konqui you are bypassing the debian alternatives 
system. The default path of java that the debian kde packages ship with 
works fine. This is not the source of your problem, I was just trying to be 
informative :-)

Did you check the other java related symlinks in /etc/alternatives? I vaguely 
recall having problems with java a few months ago. I think at the time there 
were only java packages available for woody, then packages became available 
for sid but when I upgraded lots of stuff had moved around and the install 
script failed to update some of the symlinks in /etc/alternatives. I had to 
edit a lot of those symlinks to get things working again, mc is a godsend for 
this sort of stuff.  Also, when you had the sun tarball installed previously 
did you or the install script create any symlinks outside of /usr/local?  Did 
you clean up before installing the blackdown .debs?

HTH

-- 
Simon Hepburn.




kde-common/admin

2003-05-17 Thread Daniel Stone
CVS commit by dstone: 

CCMAIL: debian-kde@lists.debian.org, [EMAIL PROTECTED]

Committing new debianrules from Karolina; this one adds 'echoshelldirs', for
use in Bourne-compliant shells, as well as 'echomacros', which echoes out
common Makefile macros, to cut down on the duplication of these macros
through debian/rules files.

Committed with one minor change - /usr/share/qt - /usr/share/qt3.


  M +251 -119  debianrules   1.110






Re: konqueror java support fails again

2003-05-17 Thread Hendrik Sattler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Am Samstag, 17. Mai 2003 02:50 schrieb Patrick Dreker:
 Am Samstag, 17. Mai 2003 02:13 schrieb Hendrik Sattler

 [EMAIL PROTECTED] zum Thema Re: konqueror java support fails again:
  On debian-java, someone posted a nice debian subdir to package the
  blackdown tarball release of a mor current version (1.4.1_01). I had to
  modify it a bit but if someone is interested, I can make it available for
  download.

 Yes, please do so... There is a newer Blackdown Deb Version, but it is not
 current either (1.4.0.99 (beta))

You can find a deb line and a package overview at
http://ma2geo.mathematik.uni-karlsruhe.de/public-debian/

Currently it contains java2-1.4.1_01 and acroread-5.06.

HS

- -- 
Mein GPG-Key ist auf meiner Homepage verfügbar: http://www.hendrik-sattler.de
oder über pgp.net

PingoS - Linux-User helfen Schulen: http://www.pingos.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+xi3ezvr6q9zCwcERAlvQAJsGbBVQ5LwZwsFBZIR2mP2ho3RcWwCfVIzU
X7qG0O7PvMNXTLPm7ekPlOE=
=QzLN
-END PGP SIGNATURE-




Re: qt-copy/debian

2003-05-17 Thread Ralf Nolden
On Samstag, 17. Mai 2003 01:59, Daniel Stone wrote:
 On Sat, May 17, 2003 at 08:50:58AM +1000, Ben Burton wrote:
  So it seems we're giving up completely on the idea of some sane system
  for having debian install the compatibility Qt headers by default just
  like *every* other Qt installation?
 
  I realise I brought this up several times some months ago, and it did
  seem IIRC that it was generally agreed upon that it was a Good Thing to
  have debian users get the same set of compatibility headers that
  everyone else gets, and that the debian package management system was
  *not* meant to be abused to punish users into hassling developers to
  write non-legacy code.
 
  I was quieted by the fact that Ralf explained the dependencies would be
  patched in Qt 3.1.2, and that the appropriate patches were sitting in
  CVS in qt-copy/debian.
 
  It seems that not only were these patches never uploaded to sid in the
  meantime, but now they've actually been removed from CVS altogether.

 I have to say that I agree 100% with Ben on this one. In ye olde
 Utopiane worlde, we'd be able to deprecate headers and draw the line in
 the sane, but we can't. It's not our call, it's upstream's call, and we
 shouldn't be placing further arbitrary restrictions.

I've talked with Martin yesterday and he updated all his changes into 
qt-copy/debian that he had so far. I updated one of the patches needed for Qt 
3.2 already.

About those stupid headers - is Recommends enough to make everyone stop 
nagging ? In the meanwhile unstable is in a state where the maintainers know 
where to use compat-headers and where they don't have to (which is what was 
desired).  

Ralf


 -d

-- 
We're not a company, we just produce better code at less costs.

Ralf Nolden
[EMAIL PROTECTED]

The K Desktop Environment   The KDevelop Project
http://www.kde.org  http://www.kdevelop.org


pgptO6w3E9cvP.pgp
Description: signature


Re: arm linking problems keeping KDE 3 out of testing

2003-05-17 Thread Hendrik Sattler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Am Freitag, 16. Mai 2003 16:50 schrieb Chris Cheney:
 Yep, I am working on it, James Troup thought it was related to the fact
 that libtool didn't have an entry for arm in its m4 file, but if it is
 only the Xinerama issue then it will be fixed fairly easily. I had hoped
 XFree86 4.3 would already be in sid by now which would have resolved the
 issue automatically, but since it isn't I will patch up the build
 scripts to link against foo_pic (there are other problems than just arm
 wrt pic libs).

Having KDE3 drop down to testing is rather urgent because incompatible libs 
already did. E.g.libvorbis0a conflicts with the woody KDE3 debs from 
download.kde.org which prevents all apps that have libvorbis0a somewhere in 
their dependency chain from being upgradable :-/ (e.g. sox, sweep, timidity).
So for now, in testing, libvorbis-dev is uninstallable because it wants to 
remove all of KDE3 :(

Or is there a KDE3 build to be compatible with current debian testing (means: 
compiled with libvorbis0a package)?

HS

- -- 
Mein GPG-Key ist auf meiner Homepage verfügbar: http://www.hendrik-sattler.de
oder über pgp.net

PingoS - Linux-User helfen Schulen: http://www.pingos.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+xnfvzvr6q9zCwcERAu6kAJ4iww8RMFk15BVaAOZr8v415vPeqQCghcNg
buSpcdOy1KFWFioJjta7GBI=
=BOWo
-END PGP SIGNATURE-




howto upgrade to kde 3.1.1a

2003-05-17 Thread Gezim H
Hi, I upgraded to kde 3.1.1a by adding:
deb http://download.us.kde.org/pub/kde/stable/latest/Debian stable main
and then I did apt-get update  apt-get dist-upgrade
but when it installed it didn't look very satisfying, things like Koffice, 
games ,etc. were missing, when I tryed downloading kdevelop manually, by 
apt-get install kdevelop  it says:
Sorry, but the following packages have unmet dependencies:
 kdevelop: Depends: kdelibs3 (= 4:2.2.2-1) but it is not going to be 
installed
   Depends: kdebase-libs but it is not going to be installed
E: Sorry, broken packages

then I try doing apt-get install kdelibs3 which eareses all of my kde then 
I keep doing this loop.

My question is:
Is there a tutorial or a clean way to install kde 3.1.1a with everything in 
it, thus avoiding all this trouble?

Thanks a lot,
Zim
_
Tired of spam? Get advanced junk mail protection with MSN 8.  
http://join.msn.com/?page=features/junkmail