trinity-users@lists.pearsoncomputing.net

Message: previous - next
Month: July 2018

Re: [trinity-users] info: in konqueror fails

From: Stefan Krusche <linux@...>
Date: Wed, 25 Jul 2018 13:23:45 +0200
Am Mittwoch 25 Juli 2018 schrieb Thierry de Coulon:
> On Wednesday 25 July 2018 12.46:40 Dr. Nikolaus Klepp wrote:
> > I get this message:
> >
> > Beim Laden von info:coreutils/dd invocation ist folgender Fehler
> > aufgetreten: Prozess '/usr/bin/perl'
> > '/opt/trinity/share/apps/tdeio_info/kde-info2html'
> > '/opt/trinity/share/apps/tdeio_info/kde-info2html.conf'
> > '/opt/trinity/share/icons/crystalsvg/32x32/actions' 'coreutils' 'dd
> > invocation' kann nicht gestartet werden.
> >
> > Nik
>
> I  get this (very close to Nik):
> Could not start
> process '/usr/bin/perl' '/opt/trinity/share/apps/tdeio_info/kde-info2html'
> '/opt/trinity/share/apps/tdeio_info/kde-info2html.conf'
> '/opt/trinity/share/icons/kdeclassic/22x22/actions' 'coreutils' 'dd
> invocation'.
>
> By the way, can anyone tell me what I've been doing with this "coreutils dd
> invocation" (sounds like black magic :)
>
> Thierry

With konqueror you used to be able to read/browse UNIX info pages, like man 
pages. For a little more info type "help:/konqueror/man-info.html" in 
konqueror's address field.

In a shell that would be: 

 $ info coreutils 'dd invocation'

which launches the "info" programm to show the page for "dd" commande which is 
part of "coreutils".

Kind regards,
Stefan