diff --git a/manual/source/install_linux.rst b/manual/source/install_linux.rst index ac85a68..48f165f 100644 --- a/manual/source/install_linux.rst +++ b/manual/source/install_linux.rst @@ -209,6 +209,78 @@ to run OpenLP from the command line type:: user@fedora:~$ openlp +Linux Mint +^^^^^^^^^^ + +The following instructions are for a standard Linux Mint install. These +instructions will not work with Linux Mint Debian Edition. If your are running +Linux Mint without the standard desktop please see the :ref:`mint-command` +install instructions. + +The administrator password will be required several times during the +installation. To install OpenLP open the Software Manager from the Mint Menu. + +.. image:: pics/mint1.png + +The OpenLP personal package archive (PPA) will need to be added. Click on +:menuselection:`Edit --> Software Sources` + +.. image:: pics/mint2.png + +Click on the :guilabel:`Other Software` tab. + +.. image:: pics/mint3.png + +Click on the :guilabel:`Add...` button to add the new software source. + +.. image:: pics/mint4.png + +Add the APT line:: + + ppa:openlp-core/release + +Click :guilabel:`Add Source`. + +.. image:: pics/mint5.png + +Click :guilabel:`Reload` to reload your software sources. + +.. image:: pics/mint6.png + +Type OpenLP into the search box to locate the OpenLP package. + +.. image:: pics/mint7.png + +Click on OpenLP from the results then click :guilabel:`Install`. + +.. image:: pics/mint8.png + +After OpenLP is installed you can close the Software Manager and start OpenLP +from the *Sound and Video* section of the Mint Menu. + +.. _mint-command: + +Linux Mint (command line) +^^^^^^^^^^^^^^^^^^^^^^^^^ + +You will need to add the Personal Package Archive (PPA) to Linux Mint's +software sources. From a terminal type:: + + user@mint:~$ sudo add-apt-repository ppa:openlp-core/release + +Now you need to refresh the package list:: + + user@mint:~$ sudo apt-get update + +Install OpenLP:: + + user@mint:~$ sudo apt-get install openlp + +OpenLP should now be available in your desktop's menu system, but if you wish +to run OpenLP from the command line type:: + + user@mint:~$ openlp + Arch Linux ^^^^^^^^^^ diff --git a/manual/source/pics/mint1.png b/manual/source/pics/mint1.png new file mode 100644 index 0000000..37ca912 Binary files /dev/null and b/manual/source/pics/mint1.png differ diff --git a/manual/source/pics/mint2.png b/manual/source/pics/mint2.png new file mode 100644 index 0000000..43ef178 Binary files /dev/null and b/manual/source/pics/mint2.png differ diff --git a/manual/source/pics/mint3.png b/manual/source/pics/mint3.png new file mode 100644 index 0000000..6255c04 Binary files /dev/null and b/manual/source/pics/mint3.png differ diff --git a/manual/source/pics/mint4.png b/manual/source/pics/mint4.png new file mode 100644 index 0000000..1118ea4 Binary files /dev/null and b/manual/source/pics/mint4.png differ diff --git a/manual/source/pics/mint5.png b/manual/source/pics/mint5.png new file mode 100644 index 0000000..188c665 Binary files /dev/null and b/manual/source/pics/mint5.png differ diff --git a/manual/source/pics/mint6.png b/manual/source/pics/mint6.png new file mode 100644 index 0000000..2cef639 Binary files /dev/null and b/manual/source/pics/mint6.png differ diff --git a/manual/source/pics/mint7.png b/manual/source/pics/mint7.png new file mode 100644 index 0000000..cf5d51c Binary files /dev/null and b/manual/source/pics/mint7.png differ diff --git a/manual/source/pics/mint8.png b/manual/source/pics/mint8.png new file mode 100644 index 0000000..1491977 Binary files /dev/null and b/manual/source/pics/mint8.png differ diff --git a/manual/source/pics/mint9.png b/manual/source/pics/mint9.png new file mode 100644 index 0000000..7700f4a Binary files /dev/null and b/manual/source/pics/mint9.png differ