From owner-freebsd-ports@FreeBSD.ORG Fri Feb 15 04:27:11 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F203F16A418 for ; Fri, 15 Feb 2008 04:27:11 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id A39D413C467 for ; Fri, 15 Feb 2008 04:27:11 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JPsAH-0007Bz-Lu for freebsd-ports@freebsd.org; Fri, 15 Feb 2008 04:27:09 +0000 Received: from 4be54-4-82-234-154-189.fbx.proxad.net ([82.234.154.189]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Feb 2008 04:27:09 +0000 Received: from jaj by 4be54-4-82-234-154-189.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Feb 2008 04:27:09 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Jona Joachim Date: Fri, 15 Feb 2008 04:27:01 +0000 (UTC) Lines: 36 Message-ID: References: <20080214194543.D4BE72F5A4@xprdmxin.myway.com> <200802150204.34188.danny@ricin.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 4be54-4-82-234-154-189.fbx.proxad.net User-Agent: Pan/0.132 (Waxed in Black) Sender: news Subject: Re: howto use Konqueror as root while another user ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Feb 2008 04:27:12 -0000 On Fri, 15 Feb 2008 02:04:33 +0100, Danny Pansters wrote: > On Thursday 14 February 2008 20:45:43 Piotr wrote: >> if I try to start File Manager - Super User Mode, I put the root >> password and then I'm getting a lot of the following errors: >> >> There was an error loading the module Navigation Panel. The diagnostics >> is: >> file not found >> >> There was an error loading the module Print Management Tool. The >> diagnostics is: >> file not found >> >> There was an error loading the module KSVGPlugin. The diagnostics is: >> file not found >> >> There was an error loading the module Icon View. The diagnostics is: >> file not found >> >> There was an error loading the module KHTML. The diagnostics is: >> file not found >> >> etc. > > Hmm, it's possible that if you startx (and kde) as root once this stuff > will go away. I suggest you try that. Please don't start X as root. Don't start kde or konqueror as root either, not even as a file manager. Use ls(1). It's really not reasonable to start more processes than really needed as root. It's one of the most basic Unix credos and there are reasons for it. -- :wq Jona