From owner-freebsd-questions@FreeBSD.ORG Sat Jun 5 23:34:04 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 E08CD16A4CE for ; Sat, 5 Jun 2004 23:34:04 -0700 (PDT) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D9D943D39 for ; Sat, 5 Jun 2004 23:34:04 -0700 (PDT) (envelope-from malcolm.kay@internode.on.net) Received: from beta.home (ppp129-18.lns1.adl2.internode.on.net [150.101.129.18])i566Y04Y009776; Sun, 6 Jun 2004 16:04:00 +0930 (CST) From: Malcolm Kay Organization: at home To: jaymo@cromagnon.cullmail.com, freebsd-questions@freebsd.org Date: Sun, 6 Jun 2004 16:03:59 +0930 User-Agent: KMail/1.5.4 References: <200406060040.27666.jaymo@cromagnon.cullmail.com> <200406060101.47682.jaymo@cromagnon.cullmail.com> <200406061559.15516.malcolm.kay@internode.on.net> In-Reply-To: <200406061559.15516.malcolm.kay@internode.on.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200406061603.59911.malcolm.kay@internode.on.net> cc: Bruce Hunter Subject: Re: starting Konqueror from the command line 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: Sun, 06 Jun 2004 06:34:05 -0000 On Sunday 06 June 2004 15:59, Malcolm Kay wrote: > On Sunday 06 June 2004 15:31, Jay Moore wrote: > > On Sunday 06 June 2004 12:46 am, Bruce Hunter wrote: > > > > This oughta' be easy, but I've been unable to find any documentation > > > > on it... > > > > > > > > I'm using bluefish as an html editor. I don't have mozilla installed > > > > (don't really want it), and would like to preview my html in > > > > Konqueror. > > > > > > > > What is the correct command line incantation for this? > > > > > > I believe the command is #konqueror, only 50% sure though. > > > > I'm 100% sure you've got 50% of the answer, Bruce :) > > > > What I need is the part that comes after "konqueror"... i.e. which file > > to open. And that's assuming Konqueror knows to start in "html mode" > > since the file it's opening is html. I thought there might even be a way > > to specify a "profile file (??)" to set window size & other options. > > # konqueror file:'absolute-file-path' # konqueror file:'relative-file-path' also works. Malcolm