Bug 51381 - kdesu konqueror terminates immediately
Summary: kdesu konqueror terminates immediately
Status: RESOLVED FIXED
Alias: None
Product: kdesu
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR crash
Target Milestone: ---
Assignee: kdesu bugs tracker
URL:
Keywords:
: 45883 50686 55199 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-12-01 04:43 UTC by booo
Modified: 2024-02-28 20:52 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
fix - use userid to create mcop suffix instead of LOGNAME environment variable (1012 bytes, patch)
2002-12-03 19:42 UTC, Sebastian Voitzsch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description booo 2002-12-01 04:43:53 UTC
Version:            (using KDE KDE 3.0.99)
Installed from:    Gentoo Packages
Compiler:          gcc 3.2 
OS:          Linux

Konqueror, started either from the menu ; System - File Manager (Super User Mode) ; or from the cli with kdesu, flashes on the screen for a second, then terminates without error
Comment 1 LukenShiro 2002-12-01 17:52:18 UTC
KDE Version: 3.0.98 - KDEsu Version: 1.0 - Konqueror version: 3.0.98
Installed from: Slackware 9.0-beta - Compiler: gcc 3.2
OS: GNU/Linux

The same bug appears even if another user (not logged, but su-ed and authorized
by xhost), from the cli, runs "konqueror" as file manager (but it doesn't happen
as internet browser, with an URL)
Comment 2 Alan Eldridge 2002-12-01 18:09:55 UTC
Subject: Re:  New: kdesu konqueror terminates immediately

On Sun, Dec 01, 2002 at 03:43:54AM -0000, booo@iinet.net.au wrote:
>------- You are receiving this mail because: -------
>You are the assignee for the bug, or are watching the assignee.
>     
>http://bugs.kde.org/show_bug.cgi?id=51381     
>           Summary: kdesu konqueror terminates immediately
>           Product: kdesu
>           Version: unspecified
>          Platform: Gentoo Packages
>        OS/Version: Linux
>            Status: UNCONFIRMED
>          Severity: crash
>          Priority: NOR
>         Component: general
>        AssignedTo: kde@geeksrus.net
>        ReportedBy: booo@iinet.net.au
>
>
>Version:            (using KDE KDE 3.0.99)
>Installed from:    Gentoo Packages
>Compiler:          gcc 3.2 
>OS:          Linux
>
>Konqueror, started either from the menu ; System - File Manager (Super User Mode) ; or from the cli with kdesu, flashes on the screen for a second, then terminates without error

If this is a linux-only problem, I can but guess. If it's generic, it's 
part of the basic bitrot of kdesu. I hope to have some time to work on
this after we get the kde/freebsd release done.

Comment 3 booo 2002-12-02 07:54:31 UTC
Bug was resolved by running through the desktop settings wizard on both the root 
and the users desktop, and by also setting all desktops to default settings in 
control centre. Im not sure changing which setting has resolved the problem. 
Comment 4 Sebastian Voitzsch 2002-12-03 19:42:36 UTC
Created attachment 566 [details]
fix - use userid to create mcop suffix instead of LOGNAME environment variable

The error is not caused by Konqueror but by mcop; kdesu doesn
Comment 5 Jesper Juhl 2002-12-04 02:31:52 UTC
similar bug reported as Bug 45266 
Comment 6 Hannes Mehnert 2002-12-17 04:08:33 UTC
can confirm this (and the fix from #4 works fine) on gentoo linux, gcc-3.2.1, 
kde-3.1_rc5 
 
thanks for the patch. 
Comment 7 Maksim Orlovich 2003-03-02 17:24:56 UTC
*** Bug 50686 has been marked as a duplicate of this bug. ***
Comment 8 Maksim Orlovich 2003-03-02 17:32:55 UTC
Waldo Bastian has applied this patch -- will be in 3.1.1... Thanks a lot again for the great detective 
work and the patch itself... 
Comment 9 Maksim Orlovich 2003-03-02 18:00:05 UTC
*** Bug 55199 has been marked as a duplicate of this bug. ***
Comment 10 Robin Shaw 2003-03-03 19:31:19 UTC
thanks, great work guys,  works perfectly with SuSE 8.1
Comment 11 Maksim Orlovich 2003-07-22 03:46:35 UTC
*** Bug 45883 has been marked as a duplicate of this bug. ***
Comment 12 J Branter 2004-02-04 21:55:18 UTC
Is it at all possible to get a more detailed explanation of how to resolve this problem for some one relatively new?  I'm using RH9 and having the same problem.
Comment 13 Alex Woelke 2004-02-21 20:48:00 UTC
I'm using RH9 as well, with all of the updates installed.  Here's what I get when I try to run the patch:

[root@chaos root]# cd /usr/lib/mcop
[root@chaos mcop]# dir
Arts                   artsmodules.mcopclass            oggarts.mcopclass
artsbuilder.mcopclass  artsmodules.mcoptype             oggarts.mcoptype
artsbuilder.mcoptype   audiofilearts.mcopclass          RawWriter.mcopclass
artseffects.mcopclass  audiofilearts.mcoptype           soundserver.mcopclass
artseffects.mcoptype   ExtraStereoGuiFactory.mcopclass  soundserver.mcoptype
artsflow.mcopclass     ExtraStereo.mcopclass            VoiceRemoval.mcopclass
artsflow.mcoptype      kmedia2.mcopclass                winskinvis.mcopclass
artsgui.mcopclass      kmedia2.mcoptype                 winskinvis.mcoptype
artsgui.mcoptype       Noatun                           x11globalcomm.mcopclass
artsmidi.mcopclass     noatunarts.mcopclass             x11globalcomm.mcoptype
artsmidi.mcoptype      noatunarts.mcoptype
[root@chaos mcop]# patch -p0 < /home/chaos/arts.patch
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- arts/mcop/mcoputils.cc     2002-12-03 19:32:51.000000000 +0100
|+++ arts/mcop/mcoputils.cc.sebi        2002-12-03 15:54:37.000000000 +0100
--------------------------
File to patch:

I get the same thing when I run it from the Arts directory.  Is it because of the difference in case?  My Arts folder doesn't have an mcop folder in it either.  I'm probably just doing something wrong.  Any ideas?

Thanks