From 3852741f321ae0fcf690f16eacd6a8e5fa3c4b26 Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Wed, 24 May 2017 10:22:53 -0600 Subject: [PATCH] Add LXDE terminal invocation --- Run-Manuskript-from-Source-Code-on-Linux.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Run-Manuskript-from-Source-Code-on-Linux.md b/Run-Manuskript-from-Source-Code-on-Linux.md index 7907da4..6cb3940 100644 --- a/Run-Manuskript-from-Source-Code-on-Linux.md +++ b/Run-Manuskript-from-Source-Code-on-Linux.md @@ -1,12 +1,12 @@ # Summary -This guide outlines the steps for running **manuskript** from source code on _Debian_ and Debian based GNU/Linux distributions , such as _Ubuntu_ or _Mint_. These commands may work for other distros as well, though there may be some differences in the package names. +This guide describes the steps for installing and running **Manuskript** on Linux. + +The steps include installing all necessary dependencies, and invoking manuskript from source code. The steps focus on _Debian_ and Debian based GNU/Linux distributions , such as _Ubuntu_ or _Mint_. These commands may also work for other distros, though there may be some differences in the package names. * _Fedora_ or _CentOS_ - use `yum` or `dnf` package command instead of `apt`. * _openSuse_ - use `zypper` package command instead of `apt` -This guide explains how to install all necessary dependencies, and how to invoke the software. - Every command in this guide should be run in a terminal session. Note that some commands require root privilege and hence are prefixed with the `sudo` command. If `sudo` does not work then try using `su -c ` instead. @@ -15,10 +15,11 @@ Note that some commands require root privilege and hence are prefixed with the ` Following are some ways to invoke a terminal session with different window managers: -* GNOME: Left-click on **Activities**, then click on the **Terminal** icon on the left-hand side of the screen. -* KDE: Use menu option **K -> System -> Konsole** -* Unity: Left-click on the **Search** icon in the upper left-hand corner, type in `terminal`, then click on the **terminal** icon. -* XFCE4: Use menu option **Applications Menu -> System -> XFCE Terminal** +* GNOME:   Left-click on **Activities**, then click on the **Terminal** icon on the left-hand side of the screen. +* KDE:   Use menu option **K -> System -> Konsole** +* LXDE:   Use menu option **L -> Accessories -> LXTerminal** +* Unity:   Left-click on the **Search** icon in the upper left-hand corner, type in `terminal`, then click on the **terminal** icon. +* XFCE4:   Use menu option **Applications Menu -> System -> XFCE Terminal** ## Install git