trinity-users@lists.pearsoncomputing.net

Message: previous - next
Month: April 2020

Re: [trinity-users] Need a little konqueror help

From: J Leslie Turriff <jlturriff@...>
Date: Mon, 27 Apr 2020 08:38:41 -0500
On 2020-04-26 14:25:07 Marvin Jones via trinity-users wrote:
> I want to open konqueror from the command line -- in split screen -- with
> one panel open in a default directory (e.g. $HOME/somewhere/) and the
> other panel open in a command line given directory (e.g.
> /some/where/else/).
>
> I have the profile saved - called "rfs_mount'
>
> I seem to be able to load the command line given directory in one or
> the other panels -- after saving a fresh copy of the profile with one or
> the other panel "active" at the time the save is done.
>
> But, I have been unable to specify the default directory
> (e.g. $HOME/somewhere/) in the _other_ panel.
>
> My semi-successful attempt:
>
> 	konqueror --profile rfs_mount $HOME/VPS/
>
>  ... but only the one panel is loaded, and the other is "un-located."
> By "un-located", I mean it's not $HOME/ , or / , or anything.
>
> Unless I'm missing something obvious, one cannot specify _two_ URIs on
> the command line.  Right?
>
> I've tried specifying a home page for the not-active panel before
> making the other panel active and saving the profile.  No joy.
>
> Has anyone been down this rabbit hole?
>
> Thank you.
>
> Jonesy
> (I see "TDE shirts" is a Trinity code word for "Business Plan" :-)

	In Settings -> Load View Profile you will see a "Midnight Commander" option,
which will open Konqueror with the screen split vertically.
	There ought to be a command-line method for invoking this, but unfortunately
the Konqueror Handbook doesn't tell how to do it so that it provides the
split screen; e.g.

konqueror --profile "Midnight Commander" $HOME&

starts it with a single pane.  Adding additional paths to the command causes
a "Malformed URL" message.
	Does anyone know how to make this work from the command line?

Leslie