diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c8f7f7fa..8cad8b9d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ Before starting, you need a few tools. - `git` - `arcansit` - `python3-sphinx` - - `texlive-full` + - `texlive` - The following packages from PyPI: - `sphinx_bootstrap_theme` @@ -77,10 +77,10 @@ git commit -m "I changed x in foo and y in bar" foo bar To submit your code, or push to your Launchpad account and submit a merge request, both will be seen by someone with the permission to -merge. Push to the following repository to be able to submit a merge proposal -in Launchpad: -``` -git push git+ssh://LPUSERNAME@git.launchpad.net/~LPUSERNAME/lubuntu-manual/+git/ADDITION +merge. Push to the following repository to be able to submit a merge proposal on differential after registering an account on the Lubuntu phabricator. + +``` +arc diff ``` Another option if you prefer would be to send patch mail to [lubuntu-devel@lists.ubuntu.com](mailto:lubuntu-devel@lists.ubuntu.com). diff --git a/README.md b/README.md index 4c5c21ef..d4fc4d43 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Lubuntu Manual Source Code -This is the Lubuntu Manual source code. The concept was derived from [the Kubuntu Manual](https://github.com/ahoneybun/kubuntu-manual). +This is the Lubuntu Manual source code. The concept was derived from [the Kubuntu Manual](https://github.com/ahoneybun/kubuntu-manual). The master branch of this data is now on LXQt for Lubuntu 18.10+ and if you want code for earlier versions it is on the LXDE branch. ## How it works diff --git a/source/1/1.1/retrieving_the_image.rst b/source/1/1.1/retrieving_the_image.rst index add8ae47..82cf3ab6 100644 --- a/source/1/1.1/retrieving_the_image.rst +++ b/source/1/1.1/retrieving_the_image.rst @@ -68,10 +68,14 @@ In order to use zsync, you need to install it. Since this is a Linux-only client If you are running Debian or Ubuntu (or a distribution based off of either), run the following command in a terminal: +.. code:: + sudo apt install zsync Otherwise, there is a snap application you can download of zsync which should function mostly the same and should work on all Linux distributions: +.. code:: + sudo snap install zsync **You have now downloaded the image successfully. Please continue to Chapter 1.2.** diff --git a/source/2/2.1/2.1.1/firefox.rst b/source/2/2.1/2.1.1/firefox.rst index 0c97c34c..0819755f 100644 --- a/source/2/2.1/2.1.1/firefox.rst +++ b/source/2/2.1/2.1.1/firefox.rst @@ -17,11 +17,18 @@ Firefox has features of other web browsers and its own ones, such as: - Advanced customization with about:config - Open source -Usage/Screenshots ----------------------- +Screenshot +-------------- .. image:: firefox-screenshot.png :width: 80% +Useage +------ +To open a new tab in firefox press the plus button on the right of the tab bar. To view your browsing history press the button that looks like a stack of books with the last one at the end the third item down will show you history. To view your downloaded files press the button that looks like three stacked books with a fourth leaning over -> Downloads. + +To go back to a previous page in firefox press the button pointing to the left. To go forward to a page you have visited before but have now gone back from press the button with the arrow pointing to the right. To download a file directly to your local disk right click on the save file as and then you will get options to save the file where you want. + + Version ---------- Lubuntu currently ships with the latest version of Firefox, Firefox Quantum. diff --git a/source/2/2.2/2.2.5/libreoffice_writer.rst b/source/2/2.2/2.2.5/libreoffice_writer.rst index 1a2b2761..a326e9b9 100644 --- a/source/2/2.2/2.2.5/libreoffice_writer.rst +++ b/source/2/2.2/2.2.5/libreoffice_writer.rst @@ -20,10 +20,12 @@ To use libreoffice writer type what you wish to type into the main part of the w To change the font size There is a drop down box with a number in it you can type the font size you want in this box or select from the dropdown menu. You can change the font with the drop down box to the left of the font size which you can type and it autocompletes the fonts or select from the drop down menu. -To check the spelling of your document press the ABC button with a checkmark, from the menu -> tools spelling or press f7. After you are done writing your document you can press the button that looks like a printer to print, press control+ p or file -> print. +To check the spelling of your document press the ABC button with a checkmark, from the menu -> tools spelling or press f7. After you are done writing your document you can press the button that looks like a printer to print, press control+ p or file -> print. To view your word count of how many words are currently in the document is with nothing slected at the bottom of the libreoffice writer window. If you select text with the mouse you can also see the word count of selection from the same spot. To insert special symbols or characters press the button with the Ω symbol or from the menu Insert -> Special character. To insert a page break press control + enter or from the menu Insert -> Page Break. +To undo a mistake you make press control + z or press the yellow arrow pointing to the left. If you accidently undid code redo or press the green arrow pointing to the right. + Screenshot ---------- .. image:: libreoffice_writer.png diff --git a/source/2/2.3/2.3.3/Skanlite.rst b/source/2/2.3/2.3.3/Skanlite.rst index c7066c1e..2b77e182 100644 --- a/source/2/2.3/2.3.3/Skanlite.rst +++ b/source/2/2.3/2.3.3/Skanlite.rst @@ -15,4 +15,10 @@ To zoom in press the magnifying glass button with a plus sign conversely to move How to launch ------------- -To launch skanlite turn on your scanner and that it is connected to your computer. To launch the application go to the menu -> graphics -> skanlite or run skanlite from the command line. +To launch skanlite turn on your scanner and that it is connected to your computer. To launch the application go to the menu -> graphics -> skanlite or run + +.. code:: + + skanlite + +from the command line. diff --git a/source/3/3.1/3.1.1/fcitx.rst b/source/3/3.1/3.1.1/fcitx.rst index da1705b7..f848dd44 100644 --- a/source/3/3.1/3.1.1/fcitx.rst +++ b/source/3/3.1/3.1.1/fcitx.rst @@ -13,6 +13,10 @@ To use a virtual keyboard click on the icon in the system tray that looks like a How to launch ------------- -To launch the fcitx applet from the menu -> system tools -> fcitx with icon with a penguin with a paintbrush. If you wish to run the applet from the command line run `fcitx` +To launch the fcitx applet from the menu -> system tools -> fcitx with icon with a penguin with a paintbrush. If you wish to run the applet from the command line run + +.. code:: + + fcitx diff --git a/source/3/3.1/3.1.2/htop.rst b/source/3/3.1/3.1.2/htop.rst index 0242864a..0233346c 100644 --- a/source/3/3.1/3.1.2/htop.rst +++ b/source/3/3.1/3.1.2/htop.rst @@ -25,6 +25,12 @@ Lubuntu ships with version 2.2.0 of htop. How to launch ------------- -To launch htop from the menu -> system tools -> htop with the Icon that looks like the green H made out of text or you can run htop from the command line. +To launch htop from the menu -> system tools -> htop with the Icon that looks like the green H made out of text or run + +.. code:: + + htop + +from the command line. diff --git a/source/3/3.1/3.1.3/qterminal.rst b/source/3/3.1/3.1.3/qterminal.rst index 16e7228e..c0b500af 100644 --- a/source/3/3.1/3.1.3/qterminal.rst +++ b/source/3/3.1/3.1.3/qterminal.rst @@ -18,4 +18,16 @@ Screenshot How to launch ------------- -To launch qterminal in a normal window go to the menu -> System Tools -> qterminal or run qterminal from the command line. To launch a drop down version of Qterminal from the menu -> System Tools -> qterminal drop down or run qterminal -d from the command line. +To launch qterminal in a normal window go to the menu -> System Tools -> qterminal or run + +.. code:: + + qterminal + +from the command line. To launch a drop down version of Qterminal from the menu -> System Tools -> qterminal drop down or run + +.. code:: + + qterminal -d + +from the command line. diff --git a/source/3/3.1/3.1.5/nm-tray.rst b/source/3/3.1/3.1.5/nm-tray.rst index 1956c5fa..efc62ed8 100644 --- a/source/3/3.1/3.1.5/nm-tray.rst +++ b/source/3/3.1/3.1.5/nm-tray.rst @@ -5,7 +5,7 @@ nm-tray is the an applet to manage network connections. Useage ------ -If you want to connect to a network on nm-tray left click the icon in the system tray. If you have a wired connection with DHCP it should connect automatically. If you want to disconnect your from a network under active connections left click to disconnect. +If you want to connect to a network on nm-tray left click the icon in the system tray. If you have a wired connection with DHCP it should connect automatically. If you want to disconnect your from a network under active connections left click to disconnect. To connect to wifi left click on the nm-tray applet and connect the wifi name applet and then enter the password for the wifi. Screenshot ---------- diff --git a/source/3/3.1/3.1.6/qps.rst b/source/3/3.1/3.1.6/qps.rst index d9a3f99f..5b55df5e 100644 --- a/source/3/3.1/3.1.6/qps.rst +++ b/source/3/3.1/3.1.6/qps.rst @@ -18,4 +18,10 @@ Screenshot How to launch ------------- -To launch qps go to the menu -> System Tools -> qps or run qps from the command line. +To launch qps go to the menu -> System Tools -> qps or run + +.. code:: + + qps + +from the command line. diff --git a/source/3/3.1/3.1.7/kde_partitionmanager.rst b/source/3/3.1/3.1.7/kde_partitionmanager.rst index 1589b064..fc000fe9 100644 --- a/source/3/3.1/3.1.7/kde_partitionmanager.rst +++ b/source/3/3.1/3.1.7/kde_partitionmanager.rst @@ -20,5 +20,11 @@ Screensaver How to launch ------------- -To launch kde partition manager from the menu -> system tools -> KDE partition manager or run partitionmanager from the command line. +To launch kde partition manager from the menu -> system tools -> KDE partition manager or run + +.. code:: + + partitionmanager + +from the command line. diff --git a/source/3/3.2/3.2.1/LXQt_configuration_center.rst b/source/3/3.2/3.2.1/LXQt_configuration_center.rst index 2ada79b1..480b7700 100644 --- a/source/3/3.2/3.2.1/LXQt_configuration_center.rst +++ b/source/3/3.2/3.2.1/LXQt_configuration_center.rst @@ -13,4 +13,10 @@ Lubuntu ships with version 0.13.0 of LXQt configuration center. How to Launch ------------- -To launch LXQt configuration center from the menu -> Prefrences -> LXQt settings -> LXQt configuration center or run lxqt-config from the command line. +To launch LXQt configuration center from the menu -> Prefrences -> LXQt settings -> LXQt configuration center or run + +.. code:: + + lxqt-config + +from the command line. diff --git a/source/3/3.2/3.2.10/monitor_settings.rst b/source/3/3.2/3.2.10/monitor_settings.rst index b2bdbcdf..0a795b7d 100644 --- a/source/3/3.2/3.2.10/monitor_settings.rst +++ b/source/3/3.2/3.2.10/monitor_settings.rst @@ -20,4 +20,10 @@ With multiple monitors you can in the set position you can drag the different sc How to launch ------------- -To launch monitor settings from the menu -> Prefrences -> LXQt settings -> Monitor settings. From lxqt-configuration-center press the button for monitor settings that looks like a desktop monitor or run lxqt-config-monitor from the command line. +To launch monitor settings from the menu -> Prefrences -> LXQt settings -> Monitor settings. From lxqt-configuration-center press the button for monitor settings that looks like a desktop monitor or run + +.. code:: + + lxqt-config-monitor + +from the command line. diff --git a/source/3/3.2/3.2.12/power_management.rst b/source/3/3.2/3.2.12/power_management.rst index 97cb4414..2f51667a 100644 --- a/source/3/3.2/3.2.12/power_management.rst +++ b/source/3/3.2/3.2.12/power_management.rst @@ -13,4 +13,9 @@ Lubuntu ships with version 0.13.0 of Power Management. How to Launch ------------- -To launch Power Management from the menu -> Prefrences -> LXQt settings -> Power Management. From LXQt configuration center press the power management icon that looks like a light bulb or run lxqt-config-powermanagement from the command line. +To launch Power Management from the menu -> Prefrences -> LXQt settings -> Power Management. From LXQt configuration center press the power management icon that looks like a light bulb or run +.. code:: + + lxqt-config-powermanagement + +from the command line. diff --git a/source/3/3.2/3.2.13/session_settings.rst b/source/3/3.2/3.2.13/session_settings.rst index 99e316e0..d75d08d1 100644 --- a/source/3/3.2/3.2.13/session_settings.rst +++ b/source/3/3.2/3.2.13/session_settings.rst @@ -13,9 +13,6 @@ Screenshot ---------- .. image:: session_settings.png -Screenshot ----------- -.. image:: session_settings.png Version ------- @@ -24,4 +21,8 @@ Lubuntu ships with version 0.13.0 of session settings. How to launch ------------- -To launch session settings from the menu -> Preferences -> LXQt settings -> session settings. From LXQt configuration center press the button that looks like a triangular blue flag and is labeled with session settings. To run session settings from the command line run lxqt-config-session. +To launch session settings from the menu -> Preferences -> LXQt settings -> session settings. From LXQt configuration center press the button that looks like a triangular blue flag and is labeled with session settings. To run session settings from the command line run + +.. code:: + + lxqt-config-session diff --git a/source/3/3.2/3.2.14/shortcut_keys.rst b/source/3/3.2/3.2.14/shortcut_keys.rst index 20553063..34bfded0 100644 --- a/source/3/3.2/3.2.14/shortcut_keys.rst +++ b/source/3/3.2/3.2.14/shortcut_keys.rst @@ -19,4 +19,8 @@ Screenshot How to launch ------------- -To launch shortcut keys from the menu -> Prefrences -> LXQt settings -> shortcut keys. From LXQt configuration center use shortcut keys button which looks like 6 keyboard keys or run lxqt-config-globalkeyshortcuts. +To launch shortcut keys from the menu -> Prefrences -> LXQt settings -> shortcut keys. From LXQt configuration center use shortcut keys button which looks like 6 keyboard keys or from the command line run + +.. code:: + + lxqt-config-globalkeyshortcuts diff --git a/source/3/3.2/3.2.15/users_and_groups.rst b/source/3/3.2/3.2.15/users_and_groups.rst index c9b824c8..1735e468 100644 --- a/source/3/3.2/3.2.15/users_and_groups.rst +++ b/source/3/3.2/3.2.15/users_and_groups.rst @@ -13,4 +13,10 @@ To create a new useage create a new user enter your password to make sure it is How to launch ------------- -To launch Users and groups from the menu -> Prefrences -> LXQt settings -> users and groups. From LXQt configuration center under system settings press the button that looks like two people. Or you can run lxqt-admin-user from the command line. +To launch Users and groups from the menu -> Prefrences -> LXQt settings -> users and groups. From LXQt configuration center under system settings press the button that looks like two people. Or you can run + +.. code:: + + lxqt-admin-user + +from the command line. diff --git a/source/3/3.2/3.2.16/window_effects.rst b/source/3/3.2/3.2.16/window_effects.rst index 7af3a1a2..9891c333 100644 --- a/source/3/3.2/3.2.16/window_effects.rst +++ b/source/3/3.2/3.2.16/window_effects.rst @@ -10,4 +10,10 @@ Lubuntu ships with version 0.4.0 of Window effects. How to Launch ------------- -To launch window effects from the menu -> Prefrences -> LXQt Settings -> Window effects or run compton-conf from the command line. From LXQt configuration center press the gear button with a c in it to launch Window Effects. +To launch window effects from the menu -> Prefrences -> LXQt Settings -> Window effects or run + +.. code:: + + compton-conf + +from the command line. From LXQt configuration center press the gear button with a c in it to launch Window Effects. diff --git a/source/3/3.2/3.2.19/Printers.rst b/source/3/3.2/3.2.19/Printers.rst index 77274193..f73ba658 100644 --- a/source/3/3.2/3.2.19/Printers.rst +++ b/source/3/3.2/3.2.19/Printers.rst @@ -13,5 +13,11 @@ Lubuntu ships with version 1.5.11 of printers. How to launch ------------- -To launch printers from the menu -> Prefrences -> Printers or run system-config-printer from the command line. +To launch printers from the menu -> Prefrences -> Printers or run + +.. code:: + + system-config-printer + +from the command line. diff --git a/source/3/3.2/3.2.2/appearnce.rst b/source/3/3.2/3.2.2/appearnce.rst index e5119a56..83555b38 100644 --- a/source/3/3.2/3.2.2/appearnce.rst +++ b/source/3/3.2/3.2.2/appearnce.rst @@ -22,4 +22,10 @@ To change the font size that desktop applications use choose the font tab and us How to launch ------------- -To launch appearnce in the menu -> prefrences -> Lxqt settings -> appearance. Another way is to press the Appearance button from LXQt configuration center or run lxqt-config-appearance from the command line. +To launch appearnce in the menu -> prefrences -> Lxqt settings -> appearance. Another way is to press the Appearance button from LXQt configuration center or run + +.. code:: + + lxqt-config-appearance + +from the command line. diff --git a/source/3/3.2/3.2.3/brightness.rst b/source/3/3.2/3.2.3/brightness.rst index ac4058ca..2ff64baa 100644 --- a/source/3/3.2/3.2.3/brightness.rst +++ b/source/3/3.2/3.2.3/brightness.rst @@ -5,7 +5,7 @@ Brightness is a tool to control your screen brightness. If you are using a lapto Useage ------ -To use brightness click on the dial towards the right window of the window. To make the screen dimmer use the left arrow key or click on the dial and drag it towards the left. If you want to make the screen more bright press the right arrow key or drag the dial towards the right. +To use brightness click on the dial towards the right window of the window. To make the screen dimmer use the left arrow key or click on the dial and drag it towards the left. If you want to make the screen more bright press the right arrow key or drag the dial towards the right. After doing this you will be asked to confirm the current brightness is ok while needing to select yes. If you do not respond it will go back to the old brightness which is useful because if you made your screen illegible it will revert to the old settings. Screenshot ---------- @@ -17,5 +17,11 @@ Lubuntu ships with 0.13.0 of Brightness. How to launch ------------- -To launch brightness from the menu -> Prefrences -> LXQt settings -> Brightness. Another way is to press the birghtness button on LXQt configuration center or run lxqt-config-brightness from the commandline. +To launch brightness from the menu -> Prefrences -> LXQt settings -> Brightness. Another way is to press the birghtness button on LXQt configuration center or run + +.. code:: + + lxqt-config-brightness + +from the commandline. diff --git a/source/3/3.2/3.2.4/date_and_time.rst b/source/3/3.2/3.2.4/date_and_time.rst index 9419e485..9c212c4b 100644 --- a/source/3/3.2/3.2.4/date_and_time.rst +++ b/source/3/3.2/3.2.4/date_and_time.rst @@ -17,4 +17,8 @@ Lubuntu ships with version 0.13.0 of Date and time. How to launch ------------- -To launch date and time from the menu -> Prefrences -> LXQt settings -> Date and Time. From LXQt configuration center under the system settings header at the bottom press the date and time button or from the command line run lxqt-admin-time. +To launch date and time from the menu -> Prefrences -> LXQt settings -> Date and Time. From LXQt configuration center under the system settings header at the bottom press the date and time button or from the command line run + +.. code:: + + lxqt-admin-time diff --git a/source/3/3.2/3.2.5/desktop.rst b/source/3/3.2/3.2.5/desktop.rst index ef3cc170..705a4c50 100644 --- a/source/3/3.2/3.2.5/desktop.rst +++ b/source/3/3.2/3.2.5/desktop.rst @@ -24,4 +24,10 @@ Screenshot How to launch ------------- -To launch desktop from the menu -> prefrences -> LXQt settings -> Desktop. Or from LXQt configuration center press the desktop button to launch it or run pcmanfm-qt --desktop-pref. Another way to launch this is to right click on the desktop desktop prefrences. +To launch desktop from the menu -> prefrences -> LXQt settings -> Desktop. Or from LXQt configuration center press the desktop button to launch it or run + +.. code:: + + pcmanfm-qt --desktop-pref + +from the command line. Another way to launch this is to right click on the desktop desktop prefrences. diff --git a/source/3/3.2/3.2.6/desktop_notifications.rst b/source/3/3.2/3.2.6/desktop_notifications.rst index 0176170f..f1e12ce8 100644 --- a/source/3/3.2/3.2.6/desktop_notifications.rst +++ b/source/3/3.2/3.2.6/desktop_notifications.rst @@ -18,4 +18,8 @@ Lubuntu ships with version 0.13.0 of desktop notifications. How to launch ------------- -To launch Desktop notifications from the menu -> Prefrences -> LXQt settings -> Desktop Notifications. In lxqt-configuration center press the Desktop Notification button which looks like a giant !. To launch the configuration from the command line run lxqt-config-configurationd. +To launch Desktop notifications from the menu -> Prefrences -> LXQt settings -> Desktop Notifications. In lxqt-configuration center press the Desktop Notification button which looks like a giant !. To launch the configuration from the command line run + +.. code:: + + lxqt-config-configurationd diff --git a/source/3/3.2/3.2.7/file_associations.rst b/source/3/3.2/3.2.7/file_associations.rst new file mode 100644 index 00000000..6a8b8063 --- /dev/null +++ b/source/3/3.2/3.2.7/file_associations.rst @@ -0,0 +1,17 @@ +Chapter 3.2.7 File Associations +=============================== + +File associations changes the default applicatoin when opening a file. + +Version +------- +Lubuntu ships with version 0.13.0 of file associations + +How to Launch +------------- +From the menu -> Prefrences -> LXQt settings -> file associations or from the command line run + +.. code:: + + lxqt-config-file-associations + diff --git a/source/3/3.2/3.2.8/keyboard_and_mouse.rst b/source/3/3.2/3.2.8/keyboard_and_mouse.rst index 4a039ac5..93086071 100644 --- a/source/3/3.2/3.2.8/keyboard_and_mouse.rst +++ b/source/3/3.2/3.2.8/keyboard_and_mouse.rst @@ -21,4 +21,8 @@ Screenshot How to launch ------------- -To launch Keyboard and Mouse use menu -> Prefrences -> LXQt settings -> keyboards and mouse. In LXQt configuration center press the keyboard and mouse button and keyboard and mouse. From the command line run lxqt-config-input. +To launch Keyboard and Mouse use menu -> Prefrences -> LXQt settings -> keyboards and mouse. In LXQt configuration center press the keyboard and mouse button and keyboard and mouse or from the command line run + +.. code:: + + lxqt-config-input diff --git a/source/3/3.2/3.2.9/locale.rst b/source/3/3.2/3.2.9/locale.rst index 1649342b..6ee9ad1e 100644 --- a/source/3/3.2/3.2.9/locale.rst +++ b/source/3/3.2/3.2.9/locale.rst @@ -13,4 +13,10 @@ Lubuntu ships with version 0.13.0 of Locale. How to Launch ------------- -To luaunch locale in the menu -> Prefrences -> LXQt settings -> locale or run lxqt-config-locale from the command line. In LXQt configuration center press the locale button that looks like a flag. +To luaunch locale in the menu -> Prefrences -> LXQt settings -> locale or run + +.. code:: + + lxqt-config-locale + +from the command line. In LXQt configuration center press the locale button that looks like a flag. diff --git a/source/3/3.2/Prefrences.rst b/source/3/3.2/Prefrences.rst index 17105a9b..594d0e3c 100644 --- a/source/3/3.2/Prefrences.rst +++ b/source/3/3.2/Prefrences.rst @@ -13,6 +13,7 @@ This chapter sets up the many prefrences included within lubuntu for themeing an 3.2.4/date_and_time 3.2.5/desktop 3.2.6/desktop_notifications + 3.2.7/file_associations 3.2.8/keyboard_and_mouse 3.2.9/locale 3.2.10/monitor_settings diff --git a/source/4/4.1/discover.rst b/source/4/4.1/discover.rst index e86181c3..b27f6a8c 100644 --- a/source/4/4.1/discover.rst +++ b/source/4/4.1/discover.rst @@ -22,5 +22,11 @@ Lubuntu ships with version 5.13.5 of Discover. How to launch ------------- -To launch Discover from the menu -> System Tools -> Discover or run plasma-discover from the command line. +To launch Discover from the menu -> System Tools -> Discover or run + +.. code:: + + plasma-discover + +from the command line. diff --git a/source/4/4.2/muon.rst b/source/4/4.2/muon.rst index 73e1538d..f1fec39d 100644 --- a/source/4/4.2/muon.rst +++ b/source/4/4.2/muon.rst @@ -7,7 +7,9 @@ Useage ------ To update your packages press the gear button with a clockwise pointed arrow. If updates are available press the upward pointing arrow with a dot on top to install the updates. -To search for a program to install type into the bar at the top that says search. If you find something you want to install you can right click and then mark for installation. When the package you want to install has additional dependencies will show up if you think twice about wanting to install you can click the cancel button to not pull in all those dependeices or press ok to continue looking for software to install. To apply your changes you can press the green checkbox button that says apply changes and you will end up entering your password to confirm you want to install and then the package will be installed. +To search for a program to install type into the bar at the top that says search. If you find something you want to install you can right click and then mark for installation. When the package you want to install has additional dependencies will show up if you think twice about wanting to install you can click the cancel button to not pull in all those dependeices or press ok to continue looking for software to install. To apply your changes you can press the green checkbox button that says apply changes and you will end up entering your password to confirm you want to install and then the package will be installed. + +If you want to see your history of package updates and installed from the menu -> view -> history or press control + h. Version ------- @@ -15,5 +17,11 @@ Lubuntu ships with version 4:5.8.0 of muon package manager How to Launch ------------- -To launch muon package manager from the menu -> System Tools -> Muon package manager. +To launch muon package manager from the menu -> System Tools -> Muon package manager or run + +.. code:: + + muon + +from the command line. diff --git a/source/5/5.1/lxqt-panel.rst b/source/5/5.1/lxqt-panel.rst index c6fccaf9..41801d97 100644 --- a/source/5/5.1/lxqt-panel.rst +++ b/source/5/5.1/lxqt-panel.rst @@ -5,7 +5,7 @@ LXQt Panel is the bar situated at the bottom of your screen by default. The pane Usage ------ -The application menu allows you to browse and search through available programs; a keyboard shortcut is conveniently available for this. The desktop switcher allows you to switch to another virtual desktop, allowing you to keep your workspace organized. The quick launch bar allows you to conveniently launch your file explorer (PCManFM) and web browser (Firefox). +The application menu allows you to browse and search through available programs; a keyboard shortcut is conveniently available for this. The desktop switcher allows you to switch to another virtual desktop, allowing you to keep your workspace organized. The quick launch bar allows you to conveniently launch your file explorer (PCManFM) and web browser (Firefox). To add a program to quick launch open the menu and find it there and drag it down onto the panel. The application menu allows you to browse and search through available programs; a keyboard shortcut is conveniently available for this. The desktop switcher allows you to switch to another virtual desktop, allowing you to keep your workspace organized. The quick launch bar allows you to conveniently launch your file explorer (PCManFM) and web browser (Firefox). @@ -29,4 +29,10 @@ Lubuntu ships with version 0.13.0 of lxqt-panel. How to launch ------------- -lxqt-panel should auto launch by default. If you need to manually start it, run lxqt-panel from the command line. +lxqt-panel should auto launch by default. If you need to manually start it, run + +.. code:: + + lxqt-panel + +from the command line. diff --git a/source/5/5.3/lxqt-runner.rst b/source/5/5.3/lxqt-runner.rst index 967270a4..b17220c1 100644 --- a/source/5/5.3/lxqt-runner.rst +++ b/source/5/5.3/lxqt-runner.rst @@ -25,5 +25,11 @@ Screenshot How to launch ------------- -Runner should be running in the background and Alt + F2 should. If you need to manually start it for some reason run lxqt-runner from the command line. +Runner should be running in the background and Alt + F2 should. If you need to manually start it for some reason run + +.. code:: + + lxqt-runner + +from the command line.