@ -0,0 +1,15 @@
|
|||||||
|
FROM ubuntu:focal
|
||||||
|
|
||||||
|
RUN export DEBIAN_FRONTEND=noninteractive && \
|
||||||
|
apt-get update && apt-get install --yes --no-install-recommends \
|
||||||
|
python3-pip \
|
||||||
|
python3-sphinx \
|
||||||
|
latexmk \
|
||||||
|
texlive \
|
||||||
|
texlive-formats-extra \
|
||||||
|
arcanist \
|
||||||
|
build-essential \
|
||||||
|
python3-sphinx-rtd-theme \
|
||||||
|
python3-sphinx-bootstrap-theme
|
||||||
|
|
||||||
|
|
@ -0,0 +1,33 @@
|
|||||||
|
pipeline {
|
||||||
|
agent {
|
||||||
|
dockerfile true
|
||||||
|
}
|
||||||
|
stages {
|
||||||
|
stage('Checkout Source') {
|
||||||
|
steps {
|
||||||
|
git 'https://phab.lubuntu.me/source/manual.git'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
stage('Clean Environment') {
|
||||||
|
steps {
|
||||||
|
sh 'make clean'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
stage('Build The Manual As PDF') {
|
||||||
|
steps {
|
||||||
|
sh 'make latexpdf'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
post {
|
||||||
|
success {
|
||||||
|
publishHTML (target : [allowMissing: false,
|
||||||
|
alwaysLinkToLastBuild: true,
|
||||||
|
keepAll: true,
|
||||||
|
reportDir: 'build/latex',
|
||||||
|
reportFiles: 'LubuntuManual.pdf',
|
||||||
|
reportName: 'Lubuntu Manual',
|
||||||
|
reportTitles: 'Lubuntu Manual'])
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Before Width: | Height: | Size: 26 KiB |
After Width: | Height: | Size: 5.4 KiB |
After Width: | Height: | Size: 99 KiB |
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 61 KiB |
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 51 KiB |
Before Width: | Height: | Size: 666 KiB After Width: | Height: | Size: 591 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 121 KiB |
Before Width: | Height: | Size: 121 KiB After Width: | Height: | Size: 108 KiB |
After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 82 KiB |
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 85 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 57 KiB |
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 143 KiB |
After Width: | Height: | Size: 32 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 67 KiB |
Before Width: | Height: | Size: 38 KiB |
@ -1,73 +0,0 @@
|
|||||||
Chapter 2.4.1 ARK
|
|
||||||
=================
|
|
||||||
|
|
||||||
ARK is a file archive utility. It can be used to view, compress, combine multiple files into one archive, and decompress files.
|
|
||||||
|
|
||||||
Supported file formats include:
|
|
||||||
|
|
||||||
- 7 zip archives
|
|
||||||
- Java Archive
|
|
||||||
- Tar Archives
|
|
||||||
- Tar archives compressed with bzip, gzip, lzip, LZMA, XZ compressed
|
|
||||||
- Zip Archives
|
|
||||||
|
|
||||||
Screenshot
|
|
||||||
----------
|
|
||||||
.. image:: ARK.png
|
|
||||||
|
|
||||||
Usage
|
|
||||||
------
|
|
||||||
To open a file in a archive, open the archive, then double click the :menuselection:`File --> Open` button. If you want to extract or move a file from the archive, use the extract button. After you have extracted to places and you have the file open it will appear in in the menu for quick areas to extract to in :menuselection:`Archive --> Extract All --> Quick Extract to`. To preview a file press :kbd:`Control +P` or :menuselection:`File --> Preview`. To open a file placed in an archive :menuselection:`File --> Open`. To rename a file in an archive press :kbd:`f2` or :menuselection:`File --> Rename`. To delete a file from an archive press :kbd:`Delete` or :menuselection:`File --> Delete` and you will have a confirmation so you do not accidentally lose data as this can't be undone.
|
|
||||||
|
|
||||||
To create an archive press :kbd:`Control +N` or :menuselection:`Archive --> New` to bring up the create new archive dialog. Enter in the :guilabel:`Folder` you want to create this archive in the folder or press the folder button on the right to select where to create this archive. Type the :guilabel:`Filename` of the archive you want to name the file. To select which type of archive you get a drop down menu to select tar or zip archive with various different kinds of compression in the :guilabel:`Type` drop down menu. Some types of archives will allow to expand tunable settings of compression to change the compression with higher compression but will take more CPU usage to decompress. To automatically add a file extension based on what type of file you have check the :guilabel:`Automatically add format` checkbox.
|
|
||||||
|
|
||||||
.. image:: arknewarchive.png
|
|
||||||
|
|
||||||
To add a file to your archive :menuselection:`Archive --> Add Files` which brings up a file picker to choose how to add files. Once you add a file press the :guilabel:`Add` button to add a file. If you want to select multiple files to add at once you can hold down :kbd:`Control` and then left click on the files. If you want to select all files in a directory press :kbd:`Control+A`.
|
|
||||||
|
|
||||||
To view recent archives :menuselection:`Archive --> Open Recent`. To clear the list of recent files :menuselection:`Archive --> Open Recent --> Clear List`. To search for files in an archive press :kbd:`Control+F` or :menuselection:`Archive --> Find`. To test your archive press :kbd:`Alt +T` or :menuselection:`File --> Test Integrity`.
|
|
||||||
|
|
||||||
To view the properties of your archive press :kbd:`Alt+ return` or :menuselection:`Archive --> Properties`. To see the namme of the archive opened read the :guilabel:`Archive Name` field. To see what kind of archive you have read the :guilabel:`Archive type` field. To see the mime-type of your archive read the :guilabel:`Mime-type` field. To see how the archive is compress read the :guilabel:`Compression method(s)` field. To see if you have opened something read only read the :guilabel:`Opened read-only` row. To see if the file is passowrd protected read the :guilabel:`Password-protected` row. To see the number of files and folder in your archive read the :guilabel:`Number of entries` row. To see the size of your archive once it is unpacked read the :guilabel:`Unpacked size` row. To see the size of your archive after compression view the :guilabel:`Packed size` row. To view the compression ratio on your archive read the :guilabel:`Compression ratio` row. To see the date the archive was last modified view the :guilabel:`Last modified` row. To see the different hashes of your archive see the :guilabel:`MD5 hash`, :guilabel:`SHA-1 hash`, and :guilabel:`SHA-256 hash` fields.
|
|
||||||
|
|
||||||
.. image:: ark-prop.png
|
|
||||||
|
|
||||||
Version
|
|
||||||
-------
|
|
||||||
Lubuntu ships version 4:19.12.2 of ARK.
|
|
||||||
|
|
||||||
Customizing
|
|
||||||
-----------
|
|
||||||
To access your preferences :menuselection:`Settings --> Configure Ark`. To see settings with preview and when to show warnings use the :guilabel:`General Settings` tab. To show files in the associated program press the :guilabel:`Open file with associated application` radio button. To preview with internal previewer press the :guilabel:`Preview file with internal previewer` radio button. To have a warning when creating a zip file with AES encryption check the :guilabel:`Show a warning when creating zip files with AES encryption` checkbox.
|
|
||||||
|
|
||||||
.. image:: ark-general-pref.png
|
|
||||||
|
|
||||||
To cancel your changes to your settings press the :guilabel:`Cancel` button. To apply your changes and close the window press the :guilabel:`OK` button. To currently apply your settings press the :guilabel:`Apply` button.
|
|
||||||
|
|
||||||
The :guilabel:`Extraction Settings` tab has options for extracting files. To open the destination folder after extraction check the :guilabel:`Open destination folder after extraction` checkbox. To close ARK after extraction check the :guilabel:`Close ARK after extraction` checkbox. To have ARK extract to a subfolder if the archive has more than one file or directory at the of the file check the :guilabel:`Extract to subfolder if the archive has more than one top-level entry`.
|
|
||||||
|
|
||||||
.. image:: arkcustomizing.png
|
|
||||||
|
|
||||||
The :guilabel:`Plugin Settings` tab has settings for each individual plugin. The :guilabel:`Name` column is the name of the plugin and the :guilabel:`Description` column is a description of the plugin. To toggle enabling or disabling a plugin check or uncheck the checkbox next to the plugin name in the :guilabel:`Name` column.
|
|
||||||
|
|
||||||
.. image:: ark-plugin-settings.png
|
|
||||||
|
|
||||||
To toggle preview for files larger than a certain size check/uncheck the :guilabel:`Disable preview for files larger than` checkbox. To change the size of the amount to be previewed change the field to the right of :guilabel:`Disable preview for files larger than` field.
|
|
||||||
|
|
||||||
To see your keyboard shortcuts for ARK :menuselection:`Settings --> Configure Shortcuts`. To see what each individual shortcut does is in the :guilabel:`Action` column. To see what each keyboard shortcut is :guilabel:`Shortcut` column. To see what your alternate shortcut for each action see the :guilabel:`Alternate` column. To change to a custom keyboard shortcut left click on the item in the :guilabel:`Action` column and press the custom radio button. Then on the button to the right press and input the keyboard shortcut you desire. To restore your keyboard shortcuts to the defaults press the :guilabel:`Defaults` button.
|
|
||||||
|
|
||||||
.. image:: ark-shortcut-config.png
|
|
||||||
|
|
||||||
To switch the language of ARK :menuselection:`Help --> Switch Application Language`. To change the main language change the :guilabel:`Primary language` drop down field. To then change to this language press the :guilabel:`OK` button.
|
|
||||||
|
|
||||||
.. image:: ark-language.png
|
|
||||||
|
|
||||||
How to Launch
|
|
||||||
-------------
|
|
||||||
To launch ARK go to the menu :menuselection:`Accessories --> ARK` or run
|
|
||||||
|
|
||||||
.. code::
|
|
||||||
|
|
||||||
ark
|
|
||||||
|
|
||||||
on the command line. The icon for ARK looks like a green box with a zipper.
|
|
||||||
|
|
Before Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 64 KiB |
Before Width: | Height: | Size: 70 KiB |
Before Width: | Height: | Size: 41 KiB |
Before Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 27 KiB |
After Width: | Height: | Size: 61 KiB |
After Width: | Height: | Size: 52 KiB |
After Width: | Height: | Size: 43 KiB |
@ -0,0 +1,36 @@
|
|||||||
|
Chapter 2.4.1 LXQt File Archiver
|
||||||
|
================================
|
||||||
|
|
||||||
|
LXQt File Archiver is the default program for dealing with archives like tar or zip files in Lubuntu.
|
||||||
|
|
||||||
|
Usage
|
||||||
|
-----
|
||||||
|
To open an archive file :menuselection:`File --> Open` or press :kbd:`Control+O`. Once you have an archive opened you should see many lists of files under :guilabel:`File name`. To open a file double click on that file to open it or right click :menuselection:`View Selected Items`. To switch to a different folder in an archive double click the on the folder under the :guilabel:`File name`. To extract all of the file to copy them into a folder on your filesystem :menuselection:`File --> Extract` or press the :guilabel:`Extract` button which looks like a box with a with an upward pointing arrow. Then a dialog will open to show you where to save the extracted files navigate to thee desired path and press :guilabel:`Open`. To extract just one file right click on the file and select :menuselection:`Extract`. To Delete an unwanted file from an archive right click on it and select :menuselection:`Delete` or select it and press :kbd:`Delete`. To view properties of an archive press :kbd:`Alt+ Enter` or :menuselection:`File --> Properties`. To stop lxqt-archiver from doing something press :kbd:`Escape`, press the octagonal or stop sign shaped button, or :menuselection:`View --> Stop`.
|
||||||
|
|
||||||
|
.. image:: lxqt-archiver-open.png
|
||||||
|
|
||||||
|
To create a new archive press :menuselection:`File --> New` or press :kbd:`Control+N` and a dialog to create a file will be created. To choose what to name the file type the name in the :guilabel:`File name` field. To choose a password for your archive type in the :guilabel:`Password` field. Then to make the archive press :guilabel:`Save`. To add a file to the archive :menuselection:`Edit --> Add Files` or press the piece of paper button with a :guilabel:`+` on it. To select multiple files hold :kbd:`Control` and left click to select multiple files. To select which file to add navigate to it and press the :guilabel:`Open` button. To add an entire folder of files :menuselection:`Edit --> Add Folder` or press the :guilabel:`Folder button with +` and select the folder you want and then press :guilabel:`Open`. To add a password to an existing archive :menuselection:`Edit --> Password`. To show what password you currently have typed check the :guilabel:`Show password` checkbox. To also have the file list encrypted check the :guilabel:`Encrypt the file list` checkbox.
|
||||||
|
|
||||||
|
.. image:: lxqt-archiver-new.png
|
||||||
|
|
||||||
|
To navigate to a folder inside of an archive double click on it in the center of the window or double click on the left side pane. To move back up in a directory double click on the folder :guilabel:`..`.
|
||||||
|
|
||||||
|
To reload the view of the archive press :kbd:`F5` or :menuselection:`View --> Reload`. To view the whole directory tree press :kbd:`Control+ Shift +Down arrow` or :menuselection:`View --> Expand`. To view just the top level of directory tree press :kbd:`Control + Shift + Up arrow` or :menuselection:`View --> Collapse`. To search for files press :kbd:`Control +F` or :menuselection:`View --> Filter`. Type what you want to search for in the textbox at the bottom. To hide searching press :kbd:`Control+F` or :menuselection:`View --> Filter` again.
|
||||||
|
|
||||||
|
.. image:: lxqt-archiver.png
|
||||||
|
|
||||||
|
To toggle showing the toolbar in LXQt File Archiver :menuselection:`View --> Toolbar`. To Toggle showing the Statusbar at the bottom :menuselection:`View --> Statusbar`. To toggle showing the directory tree on the left :menuselection:`View --> Directory Tree`.
|
||||||
|
|
||||||
|
Version
|
||||||
|
-------
|
||||||
|
Lubuntu ships with version 0.4.0 of LXQt File Archiver.
|
||||||
|
|
||||||
|
How To Launch
|
||||||
|
-------------
|
||||||
|
To launch LXQt File Archiver :menuselection:`Accessories --> LXQt File Archiver` or run
|
||||||
|
|
||||||
|
.. code::
|
||||||
|
|
||||||
|
lxqt-archiver
|
||||||
|
|
||||||
|
from the command line.
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 46 KiB |
After Width: | Height: | Size: 42 KiB |
After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 93 KiB |
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 66 KiB |
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 71 KiB |
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 54 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 63 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 49 KiB |
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
@ -1,14 +0,0 @@
|
|||||||
Chapter 2.4.6 fcitx config
|
|
||||||
===========================
|
|
||||||
|
|
||||||
fcitx config sets settings for fcitx.
|
|
||||||
|
|
||||||
How to Launch
|
|
||||||
-------------
|
|
||||||
|
|
||||||
To launch fcitx config :menuselection:`Acessories --> fcitx-qimpanel-configtool`.
|
|
||||||
|
|
||||||
.. code::
|
|
||||||
|
|
||||||
fcitx-qimpanel-configtool
|
|
||||||
|
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
@ -1,4 +1,4 @@
|
|||||||
Chapter 2.4.9 QtPass
|
Chapter 2.4.7 QtPass
|
||||||
====================
|
====================
|
||||||
|
|
||||||
QtPass is the default password manager for Lubuntu.
|
QtPass is the default password manager for Lubuntu.
|
@ -1,18 +1,16 @@
|
|||||||
Chapter 2.4 Accessories
|
Chapter 2.4 Accessories
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
This chapter documents accessories on your system and the one game 2048-qt.
|
This chapter documents accessories on your system.
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
:titlesonly:
|
:titlesonly:
|
||||||
|
|
||||||
2.4.1/ARK
|
2.4.1/lxqt-archiver
|
||||||
2.4.2/Featherpad
|
2.4.2/Featherpad
|
||||||
2.4.3/Kcalc
|
2.4.3/Kcalc
|
||||||
2.4.4/pcmanfm-qt
|
2.4.4/pcmanfm-qt
|
||||||
2.4.5/Qlipper
|
2.4.5/Qlipper
|
||||||
2.4.6/fcitx
|
2.4.6/noblenote
|
||||||
2.4.7/noblenote
|
2.4.7/QtPass
|
||||||
2.4.8/2048-qt
|
|
||||||
2.4.9/QtPass
|
|
||||||
|
@ -1,48 +0,0 @@
|
|||||||
Chapter 2.5.1 K3b
|
|
||||||
=================
|
|
||||||
|
|
||||||
K3b is the default CD or DVD burning software on Lubuntu.
|
|
||||||
|
|
||||||
Usage
|
|
||||||
------
|
|
||||||
To start a new data project to save documents and other files :menuselection:`File --> New Project --> New Data Project`. To add files to a project :menuselection:`Add Files...`. After doing this a dialog to open files will open up. To select multiple files to add at this time press :kbd:`Control+ Left click` on the files. To start an audio CD but this will not allow general files but will be played in a CD player as audio with :menuselection:`File --> New Project --> New Audio CD Project`. To create a new video DVD that goes in a DVD player :menuselection:`File --> New Project --> New Video DVD Project`.
|
|
||||||
|
|
||||||
Another way to add files is to left click on your files in the center of the window. To switch to a folder double click on them with the left mouse button on a folder. To go up a level press the button that is an upward pointed arrow button. To go back to a previous folder press the leftward pointed arrow button. To go forward to a folder you went back from press the rightward pointed arrow. Another way to switch folders is to click on the folder names on the side pane to the left. To add all files recursively to be added to a project left click to select it and press :kbd:`Shift + Enter` to copy all files in a folder or right click and select :menuselection:`Add to Project`. To reload all files press :kbd:`F5` or right click and select :menuselection:`Reload`.
|
|
||||||
|
|
||||||
To save your files from a project if you wish to burn it later press :kbd:`Control +S` or :menuselection:`File --> Save`. To have all the files from a project removed :menuselection:`Project --> Clear Project`.
|
|
||||||
|
|
||||||
The files you add to your project will now be shown at a pane towards the bottom of the screen. If you decide against adding a file after adding it you can select it by left clicking and pressing :kbd:`Delete` or right click and select :menuselection:`Remove`. To rename files to be burned to disc left click to select the file and press :kbd:`F2` or right click and select :kbd:`Rename`.
|
|
||||||
|
|
||||||
To burn to an optical disc press :kbd:`Control+B` or :menuselection:`Project --> Burn`. After burning a popup will appear and the disc should eject when it is done.
|
|
||||||
|
|
||||||
To eject the disc from your drive press :menuselection:`Device --> Eject`. To view information on the disc you have inserted :menuselection:`Device --> Media Info`. If you want to lower noise from the spinning of optical drives :menuselection:`Device --> Set Read Speed...` and set a lower number to make the disk spin slower in CD or DVD players for less noise.
|
|
||||||
|
|
||||||
If you have a rewriteable disc you can open the dialog to erase the data from it from the :guilabel:`Format` button or :menuselection:`Tools --> Format/Erase rewritable disk...`.
|
|
||||||
|
|
||||||
If you want to Rip a CD or copy its contents to your computer :menuselection:`Tools --> Rip Audio CD`. Then the files will be selected and a button for :guilabel:`Start Ripping` will appear. To change what kind of file to save your files copied to your computer is under the :guilabel:`Filetype` drop down menu. To toggle whether to create a playlist based on the different tracks on the CD check/uncheck the :guilabel:`Create m3u playlist` for all the files on the disc. To choose where to save your files press the :guilabel:`Target Folder` or press the upward pointing arrow to bring a dialog box to choose where to save the file. To actually rip the media press the :guilabel:`Start ripping` button.
|
|
||||||
|
|
||||||
Version
|
|
||||||
-------
|
|
||||||
Lubuntu ships with version 19.12.2 of K3b.
|
|
||||||
|
|
||||||
Screenshot
|
|
||||||
----------
|
|
||||||
.. image:: k3b.png
|
|
||||||
|
|
||||||
How to Launch
|
|
||||||
-------------
|
|
||||||
To launch K3b from the menu :menuselection:`Sound & Video --> K3b` or run
|
|
||||||
|
|
||||||
.. code::
|
|
||||||
|
|
||||||
k3b
|
|
||||||
|
|
||||||
from the command line. The icon for K3b looks like a red disc with a white flame on top.
|
|
||||||
|
|
||||||
Customizing
|
|
||||||
------------
|
|
||||||
To configure settings for K3b :menuselection:`Settings --> Configure K3b`. To ask to save projects on exit automatically check the :guilabel:`Ask to save projects on exit` checkbox. To hide the main K3b window while burning a disc check the :guilabel:`Hide main window while writing` checkbox. To toggle showing a splash screen for K3b when it starts up check/uncheck the :guilabel:`Show splash screen` checkbox. To view information about your devices use the :guilabel:`Devices` tab. To show settings for :guilabel:`Notifications` has settings for notifications. The context you use are for choosing :guilabel:`Process successful`, :guilabel:`Process error`, :guilabel:`Track data not found`, :guilabel:`Waiting for medium`, :guilabel:`Mount/unmount failed`, :guilabel:`No problems found` , or :guilabel:`Busy`. To make a popup show up choose the :guilabel:`Show a message in popup` checkbox.
|
|
||||||
|
|
||||||
To have settings of different plugins for K3b use the :guilabel:`Plugin` tab. To toggle enabling a plugin press the :guilabel:`checkbox` to the left of the plugin name. The name and a description of the plugin are in the center column.
|
|
||||||
|
|
||||||
To cancel you changes to your settings of K3b press the :guilabel:`Cancel` button. To apply your changes and leave the window open press the :guilabel:`Apply` button. To apply changes and close the window press the :guilabel:`OK` button. To restore settings to defaults press the :guilabel:`Restore Defaults` button.
|
|
Before Width: | Height: | Size: 98 KiB |
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |