RE: How to scroll through and view documents ??

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Carruth, Rusty
Date:  
To: joe@actionline.com, Main PLUG discussion list
Subject: RE: How to scroll through and view documents ??
If you have LibreOffice installed, change the command to libreoffice instead of kde-open5.

Or, install kde-runtime package


Rusty
-----Original Message-----
From: PLUG-discuss [mailto:plug-discuss-bounces@lists.phxlinux.org] On Behalf Of Joe Lowder
Sent: Tuesday, November 19, 2019 12:09 AM
To: Main PLUG discussion list
Subject: Re: How to scroll through and view documents ??

SMART Modular Security Checkpoint: External email. Please make sure you trust this source before clicking links or opening attachments.

Thanks ... when trying this, ran into a few obstacles.

First I tried this:
t420: for I in *.{odt}; do kde-open5 $I; done
No command 'kde-open5' found, did you mean:
Command 'kde-open' from package 'kde-runtime' (universe)
kde-open5: command not found

Next I tried this:
t420: for I in *.{odt}; do kde-open $I; done
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 14: reading
configurations from ~/.fonts.conf is deprecated. please move it to
/home/joe/.config/fontconfig/fonts.conf manually

Next I tried this:
t420: sudo apt-get install kde-cli-tools
[sudo] password for joe:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package kde-cli-tools

Don't know what to try next ;)


---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss