From owner-freebsd-questions@FreeBSD.ORG Sun Jun 6 03:14:27 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 BF23116A4CE for ; Sun, 6 Jun 2004 03:14:27 -0700 (PDT) Received: from cromagnon.cullmail.com (cromagnon.cullmail.com [67.33.58.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62BD443D31 for ; Sun, 6 Jun 2004 03:14:27 -0700 (PDT) (envelope-from jamoore@cromagnon.cullmail.com) Received: from cromagnon.cullmail.com (localhost.cullmail.com [127.0.0.1]) i56AIL6m055657 for ; Sun, 6 Jun 2004 05:18:22 -0500 (CDT) (envelope-from jamoore@cromagnon.cullmail.com) Received: from localhost (localhost [[UNIX: localhost]]) by cromagnon.cullmail.com (8.12.10/8.12.10/Submit) id i56AILNT055656 for freebsd-questions@freebsd.org; Sun, 6 Jun 2004 05:18:21 -0500 (CDT) (envelope-from jamoore) From: Jay Moore To: freebsd-questions@freebsd.org Date: Sun, 6 Jun 2004 05:18:21 -0500 User-Agent: KMail/1.6.1 References: <200406060040.27666.jaymo@cromagnon.cullmail.com> <200406061559.15516.malcolm.kay@internode.on.net> <200406060217.28136.jaymo@cromagnon.cullmail.com> In-Reply-To: <200406060217.28136.jaymo@cromagnon.cullmail.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200406060518.21310.jaymo@cromagnon.cullmail.com> Subject: Re: starting Konqueror from the command line X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jaymo@cromagnon.cullmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jun 2004 10:14:27 -0000 On Sunday 06 June 2004 02:17 am, Jay Moore wrote: > > > 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' > > Thank you both - that is helpful, but not the answer I was seeking. Perhaps > I'm asking the wrong question... I need to get Konqueror to display the > file I am currently editing in Bluefish. With the Konqueror command line > synatax I now have I suppose this has now become a "Bluefish" question. > I'll do some research there. It's not documented in Bluefish either, but this seems to work : konqueror "%s" > BTW - are command line parameters for Konqueror documented anywhere? I'd still like to learn if there's such a resource. Jay