From owner-freebsd-questions@FreeBSD.ORG Wed Jul 28 03:34:49 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71E4D16A4D4 for ; Wed, 28 Jul 2004 03:34:49 +0000 (GMT) Received: from grog.secure-computing.net (grog.secure-computing.net [63.228.14.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id F048A43D5D for ; Wed, 28 Jul 2004 03:34:48 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from Nomad (nat-server.secure-computing.net [63.228.14.245]) (authenticated bits=0)i6S3YWhs010303; Tue, 27 Jul 2004 22:34:32 -0500 (CDT) (envelope-from ecrist@secure-computing.net) From: "Eric Crist" To: , "'FreeBSD'" Date: Tue, 27 Jul 2004 22:34:42 -0500 Message-ID: <008201c47453$d5598d60$6401a8c0@Nomad> X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 In-Reply-To: <1090979797.410707d54ef8f@dory.singnet.com.sg> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal X-Virus-Scanned: clamd / ClamAV version 0.74, clamav-milter version 0.74a on grog.secure-computing.net X-Virus-Status: Clean Subject: RE: can I use "Make" from within KDE Shell Konsole X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jul 2004 03:34:49 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Peter Ryan > Sent: Tuesday, July 27, 2004 8:57 PM > To: FreeBSD > Subject: can I use "Make" from within KDE Shell Konsole > > > It is safe to install ports from > within KDE ? > > At present I shut down KDE, go to > the command line and start a Make. > > If I need to get a file manually > from somewhere, I go back into KDE > to get it. > > I would rather do it all from > within KDE if possible. The Shell > Konsole appears to be the same as > the command line thing I have > been using. > > Thanks > Peter Unless you're updating the KDE ports themselves, you should be fine. On occaision, I've updated those, and I'm fine. The new versions run when I restart KDE. Once in a great while, you'll run into library conflicts (when you run a GUI exec within the same session), that clears once you've restarted KDE. All in all, it's a safe bet. I've had little problems, and don't think you'll run into any problems. Running an xterm bascially creates another vterm with the same login as your current KDE session. You have all the same rights. By the same token, if you 'su' to root, and run the command for an executable for a GUI exec, that program will run within your current X session (probably unpriveleged) with root permissions. I often do this with cvsup-gui, ethereal, nessus, and nmap-fe. Hope this helps. Eric F Crist