[CentOS] Load html file into elinks from desktop

Sat Nov 10 22:17:01 UTC 2018
Phoenix, Merka <merka.phoenix at hpe.com>

>> -----Original Message-----
>> From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of Frank Cox
>> Sent: Saturday, 10 November, 2018 11:40
>> To: centos at centos.org
>> Subject: [CentOS] Load html file into elinks from desktop


>> gnome-terminal --command="elinks %s"

>> That loads elinks but doesn't load the html file into it.

>> gnome-terminal --command="cat %s | elinks" doesn't work either.
>> -- 
>> MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
===

The parameter for elinks is one or more URLs, so it is looking for the 'file://' prefix in front of the full path to the file

Cheers!