From 55dd79a7bd8fa5bb4cdc07323cb318dbcdc52c9d Mon Sep 17 00:00:00 2001 From: Lyn Date: Fri, 13 Apr 2018 12:15:59 -0700 Subject: [PATCH 1/6] fix path to gnome-mpv --- source/3/3.3/accessories.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/3/3.3/accessories.rst b/source/3/3.3/accessories.rst index f3e8a0e07..cf06d2156 100644 --- a/source/3/3.3/accessories.rst +++ b/source/3/3.3/accessories.rst @@ -14,5 +14,5 @@ This chapter contains the list of accessories installed by default. 3.3.6/xpad 3.3.7/archivemanager 3.3.8/charactermap - 3.3.9/gnome_mplayer + 3.3.9/GNOME_mpv 3.3.10/pavucontrol From ca48968a196cf5550a66fbc778caec40d8d85960 Mon Sep 17 00:00:00 2001 From: Lyn Date: Fri, 13 Apr 2018 12:19:56 -0700 Subject: [PATCH 2/6] fix document viewer index --- source/3/3.2/office_applications.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/source/3/3.2/office_applications.rst b/source/3/3.2/office_applications.rst index e961132cd..89f4c02b5 100644 --- a/source/3/3.2/office_applications.rst +++ b/source/3/3.2/office_applications.rst @@ -8,4 +8,5 @@ This Chapter includes the list of office applications included in Lubuntu by def :titlesonly: 3.2.1/abiword + 3.2.3/document_viewer 3.2.4/simple_scan From f6b2fa8a6187a47f6d4afc5ad2abaa94363b415f Mon Sep 17 00:00:00 2001 From: Lyn Date: Fri, 13 Apr 2018 12:39:37 -0700 Subject: [PATCH 3/6] start xfburn --- source/3/3.3/3.3.11/xfburn.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 source/3/3.3/3.3.11/xfburn.rst diff --git a/source/3/3.3/3.3.11/xfburn.rst b/source/3/3.3/3.3.11/xfburn.rst new file mode 100644 index 000000000..b46ac6cac --- /dev/null +++ b/source/3/3.3/3.3.11/xfburn.rst @@ -0,0 +1,15 @@ +3.2.11 xfburn +============= + +Description +----------- +xfburn is a utility for burning cds or dvds It can burn disks with data or audio cds for use in cd players. + +Version +------- +Lubuntu ships with version 0.5.5 of xfburn. + +How to launch +------------- +Go to the menu > Sound and video > xfburn. It also has an icon that looks like a cd disk. + From 48089693cc9f3668ef406eef65690ee8c91b93c4 Mon Sep 17 00:00:00 2001 From: Lyn Date: Mon, 16 Apr 2018 13:23:13 -0700 Subject: [PATCH 4/6] fix file name capitilization --- ...ocument_Viewer.rst => document_viewer.rst} | 0 source/3/3.2/3.2.3/document_viewr.rst | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+) rename source/3/3.2/3.2.3/{Document_Viewer.rst => document_viewer.rst} (100%) create mode 100644 source/3/3.2/3.2.3/document_viewr.rst diff --git a/source/3/3.2/3.2.3/Document_Viewer.rst b/source/3/3.2/3.2.3/document_viewer.rst similarity index 100% rename from source/3/3.2/3.2.3/Document_Viewer.rst rename to source/3/3.2/3.2.3/document_viewer.rst diff --git a/source/3/3.2/3.2.3/document_viewr.rst b/source/3/3.2/3.2.3/document_viewr.rst new file mode 100644 index 000000000..5714ca7cb --- /dev/null +++ b/source/3/3.2/3.2.3/document_viewr.rst @@ -0,0 +1,19 @@ +3.2.3 Document_viewer +===================== + +Description +----------- +Document viewer opens .pdf files and postscript along with others. It allows you to copy text zoom in and out, use a table of contents and follow hyperlinks. + +Version +------- +Lubuntu ships with version 3.28 + +Useage/screenshots +------------------ +To scroll through multiple pages use either the scrollwheel on the mouse or on a touchpad. To go to a specific page in the document in the upper left corner next to the evince icon by default there is a box that says 1 of 6 to jump to that page. + + +How to Launch +------------- +Double clicking a .pdf file in a file manager will open that file in document viewer. You can in the main Lubuntu menu to graphics and then Document viewer or run evince from the command line. From f6a47adee37a4b5c226fb4974f464415084a1596 Mon Sep 17 00:00:00 2001 From: Lyn Date: Mon, 16 Apr 2018 17:30:33 -0700 Subject: [PATCH 5/6] cleanup bad filename. --- source/3/3.2/3.2.3/document_viewr.rst | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 source/3/3.2/3.2.3/document_viewr.rst diff --git a/source/3/3.2/3.2.3/document_viewr.rst b/source/3/3.2/3.2.3/document_viewr.rst deleted file mode 100644 index 5714ca7cb..000000000 --- a/source/3/3.2/3.2.3/document_viewr.rst +++ /dev/null @@ -1,19 +0,0 @@ -3.2.3 Document_viewer -===================== - -Description ------------ -Document viewer opens .pdf files and postscript along with others. It allows you to copy text zoom in and out, use a table of contents and follow hyperlinks. - -Version -------- -Lubuntu ships with version 3.28 - -Useage/screenshots ------------------- -To scroll through multiple pages use either the scrollwheel on the mouse or on a touchpad. To go to a specific page in the document in the upper left corner next to the evince icon by default there is a box that says 1 of 6 to jump to that page. - - -How to Launch -------------- -Double clicking a .pdf file in a file manager will open that file in document viewer. You can in the main Lubuntu menu to graphics and then Document viewer or run evince from the command line. From 2b2ab770f691b902d6afa60ec98023e2a778403b Mon Sep 17 00:00:00 2001 From: Lyn Date: Tue, 17 Apr 2018 13:24:45 -0700 Subject: [PATCH 6/6] add tweaking your desktop chapter blurb. --- source/4/4.2/tweaking_your_desktop.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 source/4/4.2/tweaking_your_desktop.rst diff --git a/source/4/4.2/tweaking_your_desktop.rst b/source/4/4.2/tweaking_your_desktop.rst new file mode 100644 index 000000000..66cc6919a --- /dev/null +++ b/source/4/4.2/tweaking_your_desktop.rst @@ -0,0 +1,10 @@ +Chapter 3.3: Accessories +============================== + +This chapter contains the list of accessories installed by default. + +.. toctree:: + :maxdepth: 2 + :titlesonly: + + 4.2.1/openbox_configuration_manager