* gcalculator: add screenie Signed-off-by: Morgan Lee <chewymorgy@gmail.com> * Add mtPaint docs && screenie Signed-off-by: Morgan Lee <chewymorgy@gmail.com> * gcalculator: link screenie in rst Signed-off-by: Morgan Lee <chewymorgy@gmail.com> * Initial pcmanfm docs && screenie Signed-off-by: Morgan Lee <chewymorgy@gmail.com> * mtpaint: Fix derps Add some fullstops and a quick tip Signed-off-by: Morgan Lee <chewymorgy@gmail.com> * Archive Manager initial docs && screenie Signed-off-by: Morgan Lee <chewymorgy@gmail.com> * Update xpad screenie Signed-off-by: Morgan Lee <chewymorgy@gmail.com>pull/21/head
parent
e80e9e57e2
commit
b60977f72c
After Width: | Height: | Size: 30 KiB |
@ -0,0 +1,23 @@
|
|||||||
|
Chapter 3.3.1: mtPaint
|
||||||
|
======================
|
||||||
|
|
||||||
|
Description
|
||||||
|
-----------
|
||||||
|
mtPaint (Mark Tyler's Painting Program) is a painting program which Mark Tyler developed from scratch so he could easily create pixel art and manipulate digital photos.
|
||||||
|
|
||||||
|
It uses the GTK+ toolkit (version 1 or 2) and runs on PC's via the GNU/Linux or Windows operating systems. Due to its efficient design it can run on older PC hardware (e.g. a 200MHz CPU and 16MB of free RAM).
|
||||||
|
|
||||||
|
Screenshot
|
||||||
|
----------
|
||||||
|
.. image:: mtpaint-screenshot.png
|
||||||
|
:width: 80%
|
||||||
|
|
||||||
|
Version
|
||||||
|
-------
|
||||||
|
Lubuntu currently ships with mtPaint v3.4.0.
|
||||||
|
|
||||||
|
How to launch
|
||||||
|
-------------
|
||||||
|
Go to the Applications Menu > Graphics > mtPaint graphic editor.
|
||||||
|
|
||||||
|
mtpaint -s can be used to grab a screenshot and import it into mtpaint.
|
After Width: | Height: | Size: 40 KiB |
@ -0,0 +1,23 @@
|
|||||||
|
Chapter 3.3.2: PCManFM
|
||||||
|
============================
|
||||||
|
|
||||||
|
Description
|
||||||
|
------------
|
||||||
|
PCManFM (PCMan File Manager) is a file manager application developed by Hong Jen Yee from Taiwan which is meant to be a replacement for Nautilus, Konqueror and Thunar.
|
||||||
|
|
||||||
|
Screenshots
|
||||||
|
------------------
|
||||||
|
.. image:: pcmanfm-screenshot.png
|
||||||
|
:width: 80%
|
||||||
|
|
||||||
|
Version
|
||||||
|
-------
|
||||||
|
Lubuntu currently ships with v1.2.5.
|
||||||
|
|
||||||
|
How to Launch
|
||||||
|
-------------
|
||||||
|
To open PCManFM in your current directory (in terminal), execute `pcmanfm`.
|
||||||
|
|
||||||
|
Feel free to append [sudo] to run PCManFM as root.
|
||||||
|
|
||||||
|
You can also go to the Applications Menu > Accessories > File Manager PCManFM.
|
After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 70 KiB |
After Width: | Height: | Size: 52 KiB |
@ -0,0 +1,39 @@
|
|||||||
|
Chapter 3.3.7: Archive Manager
|
||||||
|
============================
|
||||||
|
|
||||||
|
Description
|
||||||
|
------------
|
||||||
|
Archive Manager (File-roller) for the GNOME environment.
|
||||||
|
|
||||||
|
Currently, Archive Manager has the following features:
|
||||||
|
- Create and modify archives.
|
||||||
|
- View the content of an archive.
|
||||||
|
- View a file contained in an archive.
|
||||||
|
- Extract files from the archive. File-roller supports the following formats:
|
||||||
|
- Tar (.tar) archives, including those compressed with gzip (.tar.gz, .tgz), bzip (.tar.bz, .tbz), bzip2 (.tar.bz2, .tbz2), compress (.tar.Z, .taz), lzip (.tar.lz, .tlz), lzop (.tar.lzo, .tzo), lzma (.tar.lzma) and xz (.tar.xz)
|
||||||
|
- Zip archives (.zip)
|
||||||
|
- Jar archives (.jar, .ear, .war)
|
||||||
|
- 7z archives (.7z)
|
||||||
|
- iso9660 CD images (.iso)
|
||||||
|
- Lha archives (.lzh)
|
||||||
|
- Archiver archives (.ar)
|
||||||
|
- Comic book archives (.cbz)
|
||||||
|
- Single files compressed with gzip (.gz), bzip (.bz), bzip2 (.bz2), compress (.Z), lzip (.lz), lzop (.lzo), lzma (.lzma) and xz (.xz) File-roller can extract following formats:
|
||||||
|
- Cabinet archives (.cab)
|
||||||
|
- Debian binary packages (.deb)
|
||||||
|
- Xar archives (.xar) File-roller doesn't perform archive operations by itself, but relies on standard tools for this.
|
||||||
|
|
||||||
|
Screenshots
|
||||||
|
------------------
|
||||||
|
.. image:: archivemanager-screenshot.png
|
||||||
|
:width: 80%
|
||||||
|
|
||||||
|
Version
|
||||||
|
-------
|
||||||
|
Lubuntu currently ships with v3.26.1.
|
||||||
|
|
||||||
|
How to Launch
|
||||||
|
-------------
|
||||||
|
To open Archive Manager on a archive, double click on the archive and it archive manager will show the archive contents
|
||||||
|
|
||||||
|
You can also go to the Applications Menu > Accessories > Archive Manager
|
Loading…
Reference in new issue