unofficial debs crash on startup of KDE

2002-06-11 Thread Erik Severinghaus
I recently upgraded debian, and have been having problems getting kde to
start. after startx, I get a message saying kdeinit failed to start. the
desktop has the following error repeated twice:
Inconsistency detected by
ld.so: dynamic-link.h: 62: elf_get_dynamic_info: Assertion `! "bad dynamic
tag"' failed!

typing kdeinit at the desktop (with X not running obviously) yields the
same error message.

I am completely at a loss. I have a feeling that some libraries are
corrupted, as I received errors when running dist-upgrade saying something
to a similar effect. I've tried reinstalling a myriad of packages, after
deleting the cached debs in /var/cache/apt/archives/. Besides all the kde
packages, I've also redone libc6, binutils, and many others.

All of the packages are just downloaded from sid,
people.debian.org/~bab/, or frml.snt.utwente.nl/~remco/deb/kde3. I can
send package
versions of anything specifically if you want, but I'm not sure which ones
would be relevant.

If you could cc me on any responses, it would be much appreciated.

Thanks in advance,
Erik

---
Erik Severinghaus
President, FastCAT Inc.
http://www.fastcatinc.com
[EMAIL PROTECTED]
(919)302-3046


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: KDE 3 packaging - bug thread

2002-06-11 Thread Mark Purcel
On Tue, Jun 11, 2002 at 07:19:31PM +0200, Gerrit Einhoff wrote:
> Another thing: While all of KDE3 is very fast and stable, KNode seems to be 
> crashing all the time. Well, at least it's unstable enough to be really 
> annoying. Anyone else noticed that? Probably not a packaging bug, though...

I use knode from KDE3 .debs all the time and haven't had it crash once.

So it looks like your mileage may vary.

mark


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: kdms default path 'wrong' (WAS: KDE 3 packaging - bug thread)

2002-06-11 Thread Oswald Buddenhagen
On Tue, Jun 11, 2002 at 12:13:49PM -0500, Chris Cheney wrote:
> would a /usr/bin/startkde consisting of
> 
> exec /usr/bin/kde3
> 
> do what we need?
> 
no, it would not.
and don't make startkde source any shell startup scripts, as this just
does not belong there. see the discussions on [EMAIL PROTECTED]

greetings

-- 
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--
Chaos, panic, and disorder - my work here is done.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: KDE 3 packaging - bug thread

2002-06-11 Thread Chris Cheney
On Tue, Jun 11, 2002 at 07:19:31PM +0200, Gerrit Einhoff wrote:
> The 3.0.1-debs I installed didn't provide "/etc/pam.d/kde" but 
> "/etc/pam.d/kdelibs4-data". Therefore kdm wasn't using that PAM-file and 
> wasn't e.g. reading /etc/environment. After I symlinked /etc/pam.d/kde" to 
> "kdelibs4-data" it worked fine...

UGH! I bet this is the cause of most of the KDM related problems, thanks
for finding this.

> 
> Another thing: While all of KDE3 is very fast and stable, KNode seems to be 
> crashing all the time. Well, at least it's unstable enough to be really 
> annoying. Anyone else noticed that? Probably not a packaging bug, though...

I haven't used KNode very much but I do know various programs are still
buggy (like Noatun which is an upstream problem) :<

Chris


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: KDE 3 packaging - bug thread

2002-06-11 Thread Gerrit Einhoff
The 3.0.1-debs I installed didn't provide "/etc/pam.d/kde" but 
"/etc/pam.d/kdelibs4-data". Therefore kdm wasn't using that PAM-file and 
wasn't e.g. reading /etc/environment. After I symlinked /etc/pam.d/kde" to 
"kdelibs4-data" it worked fine...

Another thing: While all of KDE3 is very fast and stable, KNode seems to be 
crashing all the time. Well, at least it's unstable enough to be really 
annoying. Anyone else noticed that? Probably not a packaging bug, though...

 - Gerrit


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: kdms default path 'wrong' (WAS: KDE 3 packaging - bug thread)

2002-06-11 Thread Chris Cheney
On Tue, Jun 11, 2002 at 06:55:34PM +0200, Achim Bohnet wrote:
> On Tuesday 11 June 2002 11:49, Oswald Buddenhagen wrote:
> > On Tue, Jun 11, 2002 at 10:00:47AM +0200, Achim Bohnet wrote:
> > > As long as there's no general debian wide solution to  'login scripts
> > > not sourced'.
> > >
> > i created /etc/X11/Xsession.d/98ossi_envsetup containing
> > 
> > . /etc/profile
> > test $HOME/.profile && . $HOME/.profile
> > 
> > the problem is, that this can be used to undermine the options from
> > Xsession.options. i'm not sure if a simple solution exists at all.
> 
> There's also the 'trick' that if argv[0] starts with '-' the shell starts
> as a login shell, e.g,
> 
> ds10(0) ~ > sh
> ds10(0) ~ > echo $dideldum
> 
> ds10(0) ~ > grep didel ~/.bash_profile
> export dideldum=yeah
> ds10(0) ~ > cat bin/ttt
> #!/bin/sh
> echo "$dideldum"
> ds10(0) ~ > exec -a -/bin/bash /bin/bash ttt
> yeah
> ds10(0) ~ >
> 
> 
> Therefore IMHO where the script kde3 gnome are exec'ed the '-' trick
> should be used (maybe inside a test so startx does not source the login
> environment again.
> 
> But independent of that ' would be good to see kdmrc use the debian default
> paths for UserPath and SystemPath.

would a /usr/bin/startkde consisting of

exec /usr/bin/kde3

do what we need?

Chris


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: kdm xdmcp not working (WAS: KDE 3 packaging - bug thread)

2002-06-11 Thread Achim Bohnet
On Tuesday 11 June 2002 15:01, Nikita V. Youshchenko wrote:
> > Not sure if it's upstream or debian specific but after kdm 3 installation
> > 
> > X -indirect host-with-kdm2 stoped working.

grrr s/kde2/kde3/

> > 
> > Xaccess is copied from the working kdm2 setup and Xdmcp is enabled in
> > kde3/kdmrc
> 
> Seems that there was a debconf warning that kdm runs with tcp disabled by 
> default.

tcp warning is about the xserver.  But there's also a udp warning/info about 
xdmcp.
Your right it's disabled by default but I enabled it:

ds10(0) ~ > grep -C  Xdmcp] /etc/kde3/kdm/kdmrc
#FifoGroup=xdmctl

[Xdmcp]
# Whether KDM should listen to XDMCP requests. Default is true.
Enable=true

Achim
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> 
> 

-- 
  To me vi is Zen.  To use vi is to practice zen. Every command is
  a koan. Profound to the user, unintelligible to the uninitiated.
  You discover truth everytime you use it.
  -- [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: kdms default path 'wrong' (WAS: KDE 3 packaging - bug thread)

2002-06-11 Thread Achim Bohnet
On Tuesday 11 June 2002 11:49, Oswald Buddenhagen wrote:
> On Tue, Jun 11, 2002 at 10:00:47AM +0200, Achim Bohnet wrote:
> > As long as there's no general debian wide solution to  'login scripts
> > not sourced'.
> >
> i created /etc/X11/Xsession.d/98ossi_envsetup containing
> 
> . /etc/profile
> test $HOME/.profile && . $HOME/.profile
> 
> the problem is, that this can be used to undermine the options from
> Xsession.options. i'm not sure if a simple solution exists at all.

There's also the 'trick' that if argv[0] starts with '-' the shell starts
as a login shell, e.g,

ds10(0) ~ > sh
ds10(0) ~ > echo $dideldum

ds10(0) ~ > grep didel ~/.bash_profile
export dideldum=yeah
ds10(0) ~ > cat bin/ttt
#!/bin/sh
echo "$dideldum"
ds10(0) ~ > exec -a -/bin/bash /bin/bash ttt
yeah
ds10(0) ~ >


Therefore IMHO where the script kde3 gnome are exec'ed the '-' trick
should be used (maybe inside a test so startx does not source the login
environment again.

But independent of that ' would be good to see kdmrc use the debian default
paths for UserPath and SystemPath.

Achim
-- 
  To me vi is Zen.  To use vi is to practice zen. Every command is
  a koan. Profound to the user, unintelligible to the uninitiated.
  You discover truth everytime you use it.
  -- [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: kdms default path 'wrong' (WAS: KDE 3 packaging - bug thread)

2002-06-11 Thread Oswald Buddenhagen
On Tue, Jun 11, 2002 at 05:00:16PM +0400, Nikita V. Youshchenko wrote:
> > i created /etc/X11/Xsession.d/98ossi_envsetup containing
> > 
> > . /etc/profile
> > test $HOME/.profile && . $HOME/.profile
> 
> This is not correct because login script should not be sourced when X is 
> started from text mode using startx.
>
oops ... right ...

> I believe the correct solution is something like
> #!/bin/bash --login
> on the top of /etc/X11/xdm/Xsession (and Xsessions of other dm's).
>
this suffers from the same security (well, policy enforcement) problem as 
my version.

> But it is wrong if user's shell is not bash.
> 
so why not source the files explicitly?
this also has another downside: bash will prefer .bash_profile over
.profile. but my .bash_profile contains
. ~/.profile
. ~/.bashrc
this is a neat trick to ensure that the interactive setup is loaded by
all interactive shells - and only by them.

> By the way, if login script is used only to set some environment vars
> and these vars are system-wide, /etc/environment may be used. It is
> loaded by pam_env.
> 
correct. i already filed a wish against pam to use ~/.environment as
well, but it does not look like it will be done anytime soon.

greetings

-- 
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--
Chaos, panic, and disorder - my work here is done.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: kdms default path 'wrong' (WAS: KDE 3 packaging - bug thread)

2002-06-11 Thread Nikita V. Youshchenko
> On Tue, Jun 11, 2002 at 10:00:47AM +0200, Achim Bohnet wrote:
>> As long as there's no general debian wide solution to  'login scripts
>> not sourced'.
>>
> i created /etc/X11/Xsession.d/98ossi_envsetup containing
> 
> . /etc/profile
> test $HOME/.profile && . $HOME/.profile

This is not correct because login script should not be sourced when X is 
started from text mode using startx.
I believe the correct solution is something like
#!/bin/bash --login
on the top of /etc/X11/xdm/Xsession (and Xsessions of other dm's).
But it is wrong if user's shell is not bash.

By the way, if login script is used only to set some environment vars and 
these vars are system-wide, /etc/environment may be used. It is loaded by 
pam_env.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: KDE 3 packaging - bug thread

2002-06-11 Thread Nikita V. Youshchenko
> On Tue, Jun 11, 2002 at 08:29:54AM +0400, Nikita V. Youshchenko wrote:
>> > I will look into libarts/libarts1 issue, but I know for certain the
>> > kdelibs issue is not resolvable, I have looked at it along with Kurt
>> > Granoth.  If I remember correctly, it is almost possible to do but
>> > leaves the programs that do work limping along, certainly not in state
>> > most users would want.
>> 
>> Could you please post the technical description of the issue here ?
> 
> Which the libarts of kdelibs?

With kdelibs.
If it is kdeinit (different kdeinit's for KDE2 and KDE3), I believe it may 
be resolved transparently. I guess what the problem may be, and have some 
ideas abot it.
If something else, it's interesting what is the problem.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: kdm xdmcp not working (WAS: KDE 3 packaging - bug thread)

2002-06-11 Thread Nikita V. Youshchenko
> Not sure if it's upstream or debian specific but after kdm 3 installation
> 
> X -indirect host-with-kdm2 stoped working.
> 
> Xaccess is copied from the working kdm2 setup and Xdmcp is enabled in
> kde3/kdmrc

Seems that there was a debconf warning that kdm runs with tcp disabled by 
default.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: KDE 3 packaging - bug thread

2002-06-11 Thread Paul Cupis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Would it be possible to have a single meta-package for installing kde3? 
Something like apt-get install kde3 (or kde) could install all of the kde3 
(meta-)packages.

Also, possibly a kde3-core meta-package to install all the support packages 
without installing _everything_. (Though perhaps the dependancies will make 
this unnecessary.)

On some machines I might like to do apt-get install kde(3) and be done with 
it, and on others I might like to install kde-core, kdm, konqueror, kmail and 
get a working system without things like kdf, kcmlinuz korganizer, blah, 
blah.

Paul Cupis

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAj0F8yAACgkQIzuKV+SHX/lFNQCeOYUQYjMdrqn9sxdYmmcgINJy
WpwAnj4Ogt7wl6QZ0ew55hwGWpz6aswu
=QiHp
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Screen lock doesn't work (was: Re: KDE 3 packaging - bug thread)

2002-06-11 Thread Paul Cupis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 11 June 2002 13:04, Michael Stucki wrote:
> Is there anyone else who can't lock the screen?
> Just after a fresh login it works without problems. But when I work for
> more than a few hours, nothing happens when I want to lock the screen.
>
> Maybe a generic bug...?

Works for me...

Paul Cupis

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAj0F8ecACgkQIzuKV+SHX/kdKACfaZcYuR6qHgaWNUJ3BvHABoCi
QS0AoIPfaQE03eo4iwTs5MD6SdxIVJkA
=vv/k
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Screen lock doesn't work (was: Re: KDE 3 packaging - bug thread)

2002-06-11 Thread Michael Stucki
Is there anyone else who can't lock the screen?
Just after a fresh login it works without problems. But when I work for more 
than a few hours, nothing happens when I want to lock the screen.

Maybe a generic bug...?

Best regards and thanks for your great work!
Michael


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: kdms default path 'wrong' (WAS: KDE 3 packaging - bug thread)

2002-06-11 Thread Oswald Buddenhagen
On Tue, Jun 11, 2002 at 10:00:47AM +0200, Achim Bohnet wrote:
> As long as there's no general debian wide solution to  'login scripts
> not sourced'.
>
i created /etc/X11/Xsession.d/98ossi_envsetup containing

. /etc/profile
test $HOME/.profile && . $HOME/.profile

the problem is, that this can be used to undermine the options from
Xsession.options. i'm not sure if a simple solution exists at all.

greetings

-- 
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--
Chaos, panic, and disorder - my work here is done.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




fwbuilder iptables kde startup problem

2002-06-11 Thread Matthias Ellinger
Hi,

I'm new to Debian (Woody) from  Redhat. I installed a iptables firewall using 
fwbuilder, and now KDE won't start. On RedHat I fixed this by allowing all 
protocols on Loopback, but this doesn't work now.

Any hints?

Thanks,
-- 
Matthias Ellinger
[EMAIL PROTECTED], PGP key at:
http://www.bernardel.de
Key fingerprint: 72CA 6861 3BE4 75E4 B556 283D 087A BEA7 19A5 b484


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: KDE 3 packaging - bug thread

2002-06-11 Thread David Pashley
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 11 June 2002 6:40 am, Jarno Elonen wrote:
> > into sid so can everyone please post outstanding bugs against current
> > kde 3 packaging as a reply to this message (so it will thread properly).
>
> Apply this patch in /kdelibs/khtml/, if it's not already in CVS, so that
> plugins (e.g. Flash) work correctly. At least the deb for 3.0.1-0.1 doesn't
> contain it yet and thus refuses to show Flash on web pages.
>
> The patch was sent to me earlier by Stephan Jaensch on this list during
> thread "KDE3, Konq & Flash".
>
> - Jarno

- From what I remember, this has been back ported into KDE_3_0_BRANCH, but you 
may want to check.

- -- 
David Pashley
[EMAIL PROTECTED]
Nihil curo de ista tua stulta superstitione.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE9BbatYsCKa6wDNXYRAjt6AKCjDQt7mkKKC1xTU3SJK2WkcWxe8ACfSH0s
NjjwBGZz5SmZtz/7YBKP5QE=
=cAv2
-END PGP SIGNATURE-


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: KDE 3 packaging - bug thread

2002-06-11 Thread David Pashley
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 11 June 2002 12:01 am, Chris Cheney wrote:
> On Tue, Jun 11, 2002 at 12:28:37AM +0200, Reinhold Kainhofer wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> >
> > On Tuesday 11 June 2002 00:05, Chris Cheney wrote:
> > > time).  I need to know all current outstanding bugs that I still have
> > > not taken care of however, so people won't be screaming when it goes
> > > into sid so can everyone please post outstanding bugs against current
> > > kde 3 packaging as a reply to this message (so it will thread
> > > properly).
> >
> > Hmm, not really a bug, but a wish (and a very annoying thing to me): Is
> > it possible to have libarts and libarts1 coexist? The same for kdelibs3
> > and kdelibs4. Currently, updating to kde 3 will deselect the old ones,
> > and with it important things like all additional apps for kde2 (of
> > course), but also wine!!!  So users have to decide whether they want wine
> > or kde 3 :-( And the other thing with these dependencies is that whenever
> > you incidentally select a kde 2 app (e.g. kwintv, koffice etc.) in
> > dselect, all kde3 packages are deselected in the dependencies conflict
> > page, and I have to select them manually again to prevent them from being
> > removed.
>
> I will look into libarts/libarts1 issue, but I know for certain the
> kdelibs issue is not resolvable, I have looked at it along with Kurt
> Granoth.  If I remember correctly, it is almost possible to do but
> leaves the programs that do work limping along, certainly not in state
> most users would want.
>
> Once KDE 3 goes in though a lot of the KDE 2 apps will be updated. So it
> won't be nearly as big a problem as it is with KDE 3 outside the archive.

Could libarts1 provide libarts? are they compatible. Has anyone found anything 
that does not work with libarts1 that did with libarts?

- -- 
David Pashley
[EMAIL PROTECTED]
Nihil curo de ista tua stulta superstitione.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD4DBQE9BbZpYsCKa6wDNXYRApXEAJjdh2RTaStvszxXLLGkLK1WYTmSAJ437Wdb
wBfclin+s/hBqPjq6e8fng==
=Ef/5
-END PGP SIGNATURE-


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




artswrapper not setuid root (WAS: KDE 3 packaging - bug thread)

2002-06-11 Thread Achim Bohnet
After kde3 update artswrapper was no longer setuid root.
But without setuid root artswrapper is absolutely useless.

Achim
-- 
  To me vi is Zen.  To use vi is to practice zen. Every command is
  a koan. Profound to the user, unintelligible to the uninitiated.
  You discover truth everytime you use it.
  -- [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




kdm xdmcp not working (WAS: KDE 3 packaging - bug thread)

2002-06-11 Thread Achim Bohnet
Not sure if it's upstream or debian specific but after kdm 3 installation

X -indirect host-with-kdm2 stoped working.

Xaccess is copied from the working kdm2 setup and Xdmcp is enabled in
kde3/kdmrc

Achim
-- 
  To me vi is Zen.  To use vi is to practice zen. Every command is
  a koan. Profound to the user, unintelligible to the uninitiated.
  You discover truth everytime you use it.
  -- [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: KDE 3 packaging - bug thread

2002-06-11 Thread Joaquim Ortega Cerdà
In the reverse search in KDVI the editor Nedit is invoked by default as

ncl -noask -line %l %f

In Debian the editor Nedit is invoked as
nedit-nc -noask -line %l %f

Best regards,
Quim
-- 
Joaquim Ortega-Cerdà E-mail:  [EMAIL PROTECTED]
Dept. App. Math.& Analysis   Phone:   (34)-93 4035747
Universitat de Barcelona Fax: (34)-93 4021601
Gran Via 585
08071 BARCELONA, SPAIN

WWW: http://www.maia.ub.es/cag/index.html


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




kdms default path 'wrong' (WAS: KDE 3 packaging - bug thread)

2002-06-11 Thread Achim Bohnet
As long as there's no general debian wide solution to  'login scripts not 
sourced'.
I would suggest that at least the default path set by kdm is the one
every new user gets.

Achim

--- kdmrc.orig  Thu May 23 07:10:17 2002
+++ kdmrc   Tue Jun 11 09:53:37 2002
@@ -210,10 +210,10 @@
 #FailsafeClient=
 # The PATH for the Session program. Default is
 # /bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin
-#UserPath=
+UserPath=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
 # The PATH for Setup, Startup and Reset, etc. Default is
 # /sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin
-#SystemPath=
+SystemPath=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11
 # The default system shell. Default is /bin/sh
 #SystemShell=/bin/bash
 # Where to put the user's X-server authorization file if ~/.Xauthority




On Tuesday 11 June 2002 00:05, Chris Cheney wrote:
> I found out that gcc 3.1 is not actually going to be coming soon as
> some had hoped so I will be uploading KDE into sid soon (really this
> time).  I need to know all current outstanding bugs that I still have
> not taken care of however, so people won't be screaming when it goes
> into sid so can everyone please post outstanding bugs against current
> kde 3 packaging as a reply to this message (so it will thread properly).
> My debs will be against 3.0.2 or shortly afterwards (3.0.2 tars should
> be out june 17) so if it is something upstream and fixed in cvs it will
> be fixed in my uploaded debs, otherwise if it isn't fixed upstream yet
> be sure to post about it here and file a bug with kde upstream.
> 
> Thanks,
> 
> Chris Cheney
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> 
> 

-- 
  To me vi is Zen.  To use vi is to practice zen. Every command is
  a koan. Profound to the user, unintelligible to the uninitiated.
  You discover truth everytime you use it.
  -- [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: KDE 3 packaging - bug thread

2002-06-11 Thread Chris Cheney
On Tue, Jun 11, 2002 at 08:29:54AM +0400, Nikita V. Youshchenko wrote:
> > I will look into libarts/libarts1 issue, but I know for certain the
> > kdelibs issue is not resolvable, I have looked at it along with Kurt
> > Granoth.  If I remember correctly, it is almost possible to do but
> > leaves the programs that do work limping along, certainly not in state
> > most users would want.
> 
> Could you please post the technical description of the issue here ?

Which the libarts of kdelibs?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: KDE 3 packaging - bug thread

2002-06-11 Thread Nikita V. Youshchenko
> I will look into libarts/libarts1 issue, but I know for certain the
> kdelibs issue is not resolvable, I have looked at it along with Kurt
> Granoth.  If I remember correctly, it is almost possible to do but
> leaves the programs that do work limping along, certainly not in state
> most users would want.

Could you please post the technical description of the issue here ?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: KDE 3 packaging - bug thread

2002-06-11 Thread Jarno Elonen
> into sid so can everyone please post outstanding bugs against current
> kde 3 packaging as a reply to this message (so it will thread properly).

Apply this patch in /kdelibs/khtml/, if it's not already in CVS, so that 
plugins (e.g. Flash) work correctly. At least the deb for 3.0.1-0.1 doesn't 
contain it yet and thus refuses to show Flash on web pages.

The patch was sent to me earlier by Stephan Jaensch on this list during thread 
"KDE3, Konq & Flash".

- JarnoIndex: html/html_objectimpl.cpp
===
RCS file: /home/kde/kdelibs/khtml/html/html_objectimpl.cpp,v
retrieving revision 1.84
diff -u -p -r1.84 html_objectimpl.cpp
--- html/html_objectimpl.cpp	2002/04/12 08:48:28	1.84
+++ html/html_objectimpl.cpp	2002/04/17 07:52:36
@@ -327,12 +327,16 @@ void HTMLObjectElementImpl::attach()
 KHTMLView* w = getDocument()->view();
 bool loadplugin = w->part()->pluginsEnabled();
 KURL u = getDocument()->completeURL(url);
-for (KHTMLPart* part = w->part(); part; part = part->parentPart())
+
+// avoid selfreference-crashes with 
+for (KHTMLPart* part = w->part(); part; part = part->parentPart()) {
+	//kdDebug() << "Checking url='" << part->url().url() << "'" << endl;
 if (part->url() == u) {
-loadplugin = false;
+// loadplugin = false;
+	kdDebug() << "Self-Reference! Aborting on url='" << u.url() << "'" << endl;
 break;
 }
-
+}
 if (loadplugin && parentNode()->renderer()) {
 needWidgetUpdate = false;
 m_render = new RenderPartObject(this);
Index: rendering/render_frames.cpp
===
RCS file: /home/kde/kdelibs/khtml/rendering/render_frames.cpp,v
retrieving revision 1.134
diff -u -p -r1.134 render_frames.cpp
--- rendering/render_frames.cpp	2002/04/07 22:02:11	1.134
+++ rendering/render_frames.cpp	2002/04/17 07:52:36
@@ -602,6 +602,7 @@ void RenderPartObject::updateWidget()
   setMinMaxKnown(false);
   setLayouted(false);
 
+  QString movieUrl;
   // ### this should be constant true - move iframe to somewhere else
   if (element()->id() == ID_OBJECT || element()->id() == ID_EMBED) {
 
@@ -610,6 +611,9 @@ void RenderPartObject::updateWidget()
   HTMLParamElementImpl *p = static_cast( child );
 
   QString aStr = p->name();
+	  if (aStr == "MOVIE") {
+		movieUrl = p->value();
+  }
   aStr += QString::fromLatin1("=\"");
   aStr += p->value();
   aStr += QString::fromLatin1("\"");
@@ -628,6 +632,7 @@ void RenderPartObject::updateWidget()
   for (NodeImpl *child = o->firstChild(); child; child = child->nextSibling())
   if ( child->id() == ID_EMBED ) {
   embed = static_cast( child );
+	  kdDebug() << "Found  in " << endl;
   break;
   }
 
@@ -638,11 +643,14 @@ void RenderPartObject::updateWidget()
   {
   url = o->url;
   serviceType = o->serviceType;
+  kdDebug() << "!embed *** serviceType='" << serviceType << "' ***" << endl;
   if(serviceType.isEmpty() || serviceType.isNull()) {
   if(!o->classId.isEmpty()) {
   // We have a clsid, means this is activex (Niko)
   serviceType = "application/x-activex-handler";
-  url = "dummy"; // Not needed, but KHTMLPart aborts the request if empty
+  if (!movieUrl.isNull() && !movieUrl.isEmpty()) {
+			url = "dummy"; // Not needed, but KHTMLPart aborts the request if empty
+		  }
   }
 
   if(o->classId.contains(QString::fromLatin1("D27CDB6E-AE6D-11cf-96B8-44455354"))) {