Jargon File: Difference between revisions

From KDE UserBase Wiki
(typo + formatting)
(Formatting changes)
Line 18: Line 18:
!distro, distribution
!distro, distribution
|A collection of software making up a compete operating system with desktop and applications.  In car terms, this would be everything except the engine {{smiley}}
|A collection of software making up a compete operating system with desktop and applications.  In car terms, this would be everything except the engine {{smiley}}
| [[Special:myLanguage/Live_CDs_-_a_way_to_choose_your_distro|Some Linux distros]]</translate>
| [[Special:myLanguage/Live_CDs_-_a_way_to_choose_your_distro|Some Linux distros]]
</translate>
|
|-
|-
<translate>
<translate>
Line 25: Line 27:
|A complete distribution on a CD/DVD. Allows you to try out a distro without installing.  Can be run on Windows without installing anything at all on your hard drive. Safe but slow.
|A complete distribution on a CD/DVD. Allows you to try out a distro without installing.  Can be run on Windows without installing anything at all on your hard drive. Safe but slow.
|[[Special:myLanguage/Live_CDs_-_a_way_to_choose_your_distro|Some Live CD's]]</translate>
|[[Special:myLanguage/Live_CDs_-_a_way_to_choose_your_distro|Some Live CD's]]</translate>
|
|-
|-
<translate>
<translate>
Line 30: Line 33:
!repo, repository
!repo, repository
|Collection of additional software, that can be downloaded and installed on your machine. See your distributions webpage for more info</translate>
|Collection of additional software, that can be downloaded and installed on your machine. See your distributions webpage for more info</translate>
|
|
|
|-
|-
Line 37: Line 41:
|the Linux command line {{Icon|utilities-terminal}}.  If you are told to enter text, this is where you enter it.
|the Linux command line {{Icon|utilities-terminal}}.  If you are told to enter text, this is where you enter it.
|[[Special:myLanguage/Konsole|Konsole]]</translate>
|[[Special:myLanguage/Konsole|Konsole]]</translate>
|
|-
|-
<translate>
<translate>
Line 43: Line 48:
|Application to browse repos, add, or remove software. Distros often have their own package managers. This is the preferred way to install, or remove software safely. Software installed this way will automatically be kept up to date with the latest safety upgrades and bug fixes.
|Application to browse repos, add, or remove software. Distros often have their own package managers. This is the preferred way to install, or remove software safely. Software installed this way will automatically be kept up to date with the latest safety upgrades and bug fixes.
|[[Tutorials/Install_KDE_software#Using Package Managers|Some Package Managers]]</translate>
|[[Tutorials/Install_KDE_software#Using Package Managers|Some Package Managers]]</translate>
|
|-
|-
<translate>
<translate>
Line 48: Line 54:
!root
!root
|The administrator of your machine. Even if you administer your own machine, it is still preferable to only log in as root when you absolutely must.  Usually, if you want to do something that needs you to be root, a popup will simply ask for root's password, so you won't need to switch user.<br /><br />Root also designates the basis of the file hierarchy, signified by <tt>/</tt></translate>
|The administrator of your machine. Even if you administer your own machine, it is still preferable to only log in as root when you absolutely must.  Usually, if you want to do something that needs you to be root, a popup will simply ask for root's password, so you won't need to switch user.<br /><br />Root also designates the basis of the file hierarchy, signified by <tt>/</tt></translate>
|
|
|
|-
|-
Line 55: Line 62:
|the Linux command line
|the Linux command line
|[[Special:myLanguage/Konsole|Konsole]]</translate>
|[[Special:myLanguage/Konsole|Konsole]]</translate>
|
|-
|-
<translate>
<translate>
Line 61: Line 69:
|the Linux command line
|the Linux command line
|[[Special:myLanguage/Konsole|Konsole]]</translate>
|[[Special:myLanguage/Konsole|Konsole]]</translate>
|
|-
|-
<translate>
<translate>
Line 66: Line 75:
!su -
!su -
|Shell command to switch user, usually to root. Used, when you need special rights to do something. You will be prompted for the root password before su takes effect. NB: remember to type <code>exit</code> when you are done. This gets you back to your regular user.</translate>
|Shell command to switch user, usually to root. Used, when you need special rights to do something. You will be prompted for the root password before su takes effect. NB: remember to type <code>exit</code> when you are done. This gets you back to your regular user.</translate>
|
|
|
|-
|-
Line 72: Line 82:
!sudo
!sudo
|Like su, but it only grants root privileges for one command, so the command you want to run should immediately follow sudo. You will still be prompted for the root password but will not need to exit.</translate>
|Like su, but it only grants root privileges for one command, so the command you want to run should immediately follow sudo. You will still be prompted for the root password but will not need to exit.</translate>
|
|
|
|-
|-
Line 78: Line 89:
!path
!path
|Full specification of a file giving its placing in the file system. For example <tt>/home/myUser/Documents/Greetings.txt</tt> (an absolute path), or <tt>Document/Greeting.txt</tt> (path relative to my home directory).</translate>
|Full specification of a file giving its placing in the file system. For example <tt>/home/myUser/Documents/Greetings.txt</tt> (an absolute path), or <tt>Document/Greeting.txt</tt> (path relative to my home directory).</translate>
|
|
|
|-
|-
Line 85: Line 97:
|anything that may be wrong with an application or the underlying framework.  
|anything that may be wrong with an application or the underlying framework.  
|[[Special:myLanguage/Asking_Questions#Reporting KDE Bugs|Reporting bugs]]</translate>
|[[Special:myLanguage/Asking_Questions#Reporting KDE Bugs|Reporting bugs]]</translate>
|
|-
|-
<translate>
<translate>
Line 91: Line 104:
|Short name for the KDE bug reporting site
|Short name for the KDE bug reporting site
|[http://bugs.kde.org bugs.kde.org]</translate>
|[http://bugs.kde.org bugs.kde.org]</translate>
|
|-
|-
<translate>
<translate>
Line 96: Line 110:
!user
!user
|A user account. Most Linux system are set up with at least one ordinary user (you) and an administrator, root.</translate>
|A user account. Most Linux system are set up with at least one ordinary user (you) and an administrator, root.</translate>
|
|
|
|-
|-
Line 102: Line 117:
!session
!session
|When you log in to your system, an application or some server you start a session, which lasts until you log out of it again.</translate>
|When you log in to your system, an application or some server you start a session, which lasts until you log out of it again.</translate>
|
|
|
|-
|-
Line 108: Line 124:
!logon
!logon
|The act of starting a new session on a system. This usually requires a username and a password. Several users might be logged on to a system simultaneously, although only one would be active at a time.</translate>
|The act of starting a new session on a system. This usually requires a username and a password. Several users might be logged on to a system simultaneously, although only one would be active at a time.</translate>
|
|
|
|-
|-
Line 114: Line 131:
!logout
!logout
|The act of ending a session on a system. The system will then wait for another logon rather that just shutting down.</translate>
|The act of ending a session on a system. The system will then wait for another logon rather that just shutting down.</translate>
|
|
|
|-
|-
Line 120: Line 138:
!desktop
!desktop
|The workspace you see, when you log in. It typically has a panel with a start menu and other widgets. The workspace itself can also hold various widgets.</translate>
|The workspace you see, when you log in. It typically has a panel with a start menu and other widgets. The workspace itself can also hold various widgets.</translate>
|
|
|
|-
|-
Line 127: Line 146:
|
|
|[[Special:myLanguage/Glossary#Activities|Activities]]</translate>
|[[Special:myLanguage/Glossary#Activities|Activities]]</translate>
|
|-
|-
<translate>
<translate>
Line 133: Line 153:
|A widget to switch between virtual desktops
|A widget to switch between virtual desktops
|[[Special:myLanguage/Glossary#Pager|Pager]]</translate>
|[[Special:myLanguage/Glossary#Pager|Pager]]</translate>
|
|-
|-
<translate>
<translate>
Line 138: Line 159:
!task manager
!task manager
|A widget that you will often see in your desktops panel. It will contain a small button for each application you are currently running. You can use it to switch between those applications.</translate>
|A widget that you will often see in your desktops panel. It will contain a small button for each application you are currently running. You can use it to switch between those applications.</translate>
|
|
|
|-
|-
Line 145: Line 167:
|A widget that you will often see in your desktops panel. It contains icons for some system services such as the [[Special:myLanguage/Klipper|clipboard]] and the [[Special:myLanguage/Plasma/DeviceNotifier|Device Notifier]].
|A widget that you will often see in your desktops panel. It contains icons for some system services such as the [[Special:myLanguage/Klipper|clipboard]] and the [[Special:myLanguage/Plasma/DeviceNotifier|Device Notifier]].
|[[Special:myLanguage/Plasma/SystemTray|System Tray]]</translate>
|[[Special:myLanguage/Plasma/SystemTray|System Tray]]</translate>
|
|-
|-
<translate>
<translate>
Line 150: Line 173:
!thumbnail
!thumbnail
|A small (often icon sized) preview of the content a file</translate>
|A small (often icon sized) preview of the content a file</translate>
|
|
|
|-
|-
Line 155: Line 179:
<!--T:27-->
<!--T:27-->
!screenshot
!screenshot
|An image of what is on your screen at a particular time &mdash; sometimes required when you ask for help ||[[Special:myLanguage/KSnapshot|KSnapshot]] </translate>
|An image of what is on your screen at a particular time &mdash; sometimes required when you ask for help  
|[[Special:myLanguage/KSnapshot|KSnapshot]] </translate>
|
|
|-
|-
Line 161: Line 186:
<!--T:28-->
<!--T:28-->
!window</translate>
!window</translate>
|
|
|
|
|
Line 167: Line 193:
<!--T:29-->
<!--T:29-->
!tab</translate>
!tab</translate>
|
|
|
|
|
Line 174: Line 201:
!window decorations
!window decorations
|The edges around windows including the title line and its buttons, for example the close button.</translate>
|The edges around windows including the title line and its buttons, for example the close button.</translate>
|
|
|
|-
|-
Line 180: Line 208:
!theme
!theme
|A set of settings for the visual appearance of an application giving it a distinctive look and feel</translate>
|A set of settings for the visual appearance of an application giving it a distinctive look and feel</translate>
|
|
|
|-
|-
Line 187: Line 216:
|A widget that holds other widgets. You can have one or more panels on your desktop. A panel is always placed along one of the edges of the screen.
|A widget that holds other widgets. You can have one or more panels on your desktop. A panel is always placed along one of the edges of the screen.
|[[Special:myLanguage/Plasma/Panels|Panels]]</translate>
|[[Special:myLanguage/Plasma/Panels|Panels]]</translate>
|
|-
|-
<translate>
<translate>
Line 193: Line 223:
|
|
|[[Special:myLanguage/Glossary#Widget|Widget]]</translate>
|[[Special:myLanguage/Glossary#Widget|Widget]]</translate>
|
|-
|-
<translate>
<translate>
Line 199: Line 230:
|
|
|[[Special:myLanguage/Glossary#KIO|KIO]]</translate>
|[[Special:myLanguage/Glossary#KIO|KIO]]</translate>
|
|-
|-
<translate>
<translate>
Line 205: Line 237:
|
|
|[[Special:myLanguage/Glossary#KPart|KPart]]</translate>
|[[Special:myLanguage/Glossary#KPart|KPart]]</translate>
|
|-
|-
<translate>
<translate>
<!--T:36-->
<!--T:36-->
!bookmark
!bookmark</translate>
|
|
|
|
|
|-
|-
<translate>
!virtual terminal</translate>
!virtual terminal</translate>
|
|
|
|
|
Line 219: Line 255:
<!--T:37-->
<!--T:37-->
!virtual console</translate>
!virtual console</translate>
|
|
|
|
|
Line 227: Line 264:
|
|
|[[Special:myLanguage/Glossary#Virtual Desktops|Virtual Desktops]]</translate>
|[[Special:myLanguage/Glossary#Virtual Desktops|Virtual Desktops]]</translate>
|
|-
|-
<translate>
<translate>
Line 232: Line 270:
!''x''ko
!''x''ko
|where ''x'' is some letter. Abbreviation for some KDE web site. Examples: fko = forums.kde.org, bko = bugs.kde.org and so on.</translate>
|where ''x'' is some letter. Abbreviation for some KDE web site. Examples: fko = forums.kde.org, bko = bugs.kde.org and so on.</translate>
|
|
|
|-
|-
Line 239: Line 278:
|short for Konversation, the IRC client
|short for Konversation, the IRC client
|[[Special:myLanguage/Konversation|Konversation]]</translate>
|[[Special:myLanguage/Konversation|Konversation]]</translate>
|
|-
|-
<translate>
<translate>
Line 245: Line 285:
|
|
|[[Special:myLanguage/Glossary#Nepomuk|Nepomuk]]</translate>
|[[Special:myLanguage/Glossary#Nepomuk|Nepomuk]]</translate>
|
|-
|-
<translate>
<translate>
Line 251: Line 292:
|
|
|[[Special:myLanguage/Glossary#Akonadi|Akonadi]]</translate>
|[[Special:myLanguage/Glossary#Akonadi|Akonadi]]</translate>
|
|-
|-
<translate>
<translate>
Line 257: Line 299:
|
|
|[[Special:myLanguage/Glossary#Strigi|Strigi]]</translate>
|[[Special:myLanguage/Glossary#Strigi|Strigi]]</translate>
|
|-
|-
<translate>
<translate>
Line 263: Line 306:
|The community of contributors and users of KDE technologies
|The community of contributors and users of KDE technologies
|[[Special:myLanguage/What is KDE|What is KDE]]</translate>
|[[Special:myLanguage/What is KDE|What is KDE]]</translate>
|
|-
|-
<translate>
<translate>
Line 268: Line 312:
!KDE SC
!KDE SC
|The periodic releases of the KDE frameworks and core utilities &mdash; the Software Collection</translate>
|The periodic releases of the KDE frameworks and core utilities &mdash; the Software Collection</translate>
|
|
|
|-
|-
Line 274: Line 319:
!KDE Software
!KDE Software
|Besides the KDE SC a number of other software projects are developed under the KDE umbrella and actively supported by the community</translate>
|Besides the KDE SC a number of other software projects are developed under the KDE umbrella and actively supported by the community</translate>
|
|
|
|-
|-
Line 280: Line 326:
!Plasma
!Plasma
|The KDE workspace and supporting technology. Plasma workspaces comes in several varieties, Plasma Desktop, Plasma Netbook and Plasma Active</translate>
|The KDE workspace and supporting technology. Plasma workspaces comes in several varieties, Plasma Desktop, Plasma Netbook and Plasma Active</translate>
|
|
|
|-
|-
Line 286: Line 333:
!Plasma Desktop
!Plasma Desktop
|The KDE workspace variety designed for traditional computers, ie. systems with traditional input devices such as keyboard and mouse and with large displays</translate>
|The KDE workspace variety designed for traditional computers, ie. systems with traditional input devices such as keyboard and mouse and with large displays</translate>
|
|
|
|-
|-
Line 292: Line 340:
!Plasma Netbook
!Plasma Netbook
|The KDE workspace variety designed for devices with small screens such as notebooks</translate>
|The KDE workspace variety designed for devices with small screens such as notebooks</translate>
|
|
|
|-
|-
Line 298: Line 347:
!Plasma Active
!Plasma Active
|The KDE workspace variety designed for smartphones and similar compact devices</translate>
|The KDE workspace variety designed for smartphones and similar compact devices</translate>
|
|
|
|-
|-
Line 305: Line 355:
|Short for the planet.kde.org. The Planet aggregates blogs about all things KDE
|Short for the planet.kde.org. The Planet aggregates blogs about all things KDE
|[http://planet.kde.org planet.kde.org]</translate>
|[http://planet.kde.org planet.kde.org]</translate>
|
|-
|-
<translate>
<translate>
Line 311: Line 362:
|Short for dot.kde.org. The Dot is the official news site for KDE
|Short for dot.kde.org. The Dot is the official news site for KDE
|[http://dot.kde.org dot.kde.org]</translate>
|[http://dot.kde.org dot.kde.org]</translate>
|
|-
|-
<translate>
<translate>
Line 317: Line 369:
|Technology that allows applications to offer users the option to easily download and install plugins, artwork, scripts or similar additions using a unified interface
|Technology that allows applications to offer users the option to easily download and install plugins, artwork, scripts or similar additions using a unified interface
|[[Special:myLanguage/Glossary#Get Hot New Stuff|Get Hot New Stuff]]</translate>
|[[Special:myLanguage/Glossary#Get Hot New Stuff|Get Hot New Stuff]]</translate>
|
|-
|-
<translate>
<translate>
Line 322: Line 375:
!tar ball
!tar ball
|An archive format for distributing files. To use the files contained in a tar ball you need to unpack it (see [[Special:myLanguage/Dolphin/File Management#Archive Management in Dolphin|Archive Management in Dolphin]]).</translate>
|An archive format for distributing files. To use the files contained in a tar ball you need to unpack it (see [[Special:myLanguage/Dolphin/File Management#Archive Management in Dolphin|Archive Management in Dolphin]]).</translate>
|
|
|
|-
|-
Line 328: Line 382:
!snapshot
!snapshot
|Latest development version of an application. Not as polished and well tested as the stable version.</translate>
|Latest development version of an application. Not as polished and well tested as the stable version.</translate>
|
|
|
|-
|-
Line 334: Line 389:
!sources
!sources
|Text files containing source code of some software. It has to be compiled and installed before it can be used.</translate>
|Text files containing source code of some software. It has to be compiled and installed before it can be used.</translate>
|
|
|
|-
|-
Line 339: Line 395:
<!--T:57-->
<!--T:57-->
!build</translate>
!build</translate>
|
|
|
|
|
Line 346: Line 403:
!Context menu
!Context menu
|A menu with items relevant for a particular object. Typically, it pops up when you right click the object.</translate>
|A menu with items relevant for a particular object. Typically, it pops up when you right click the object.</translate>
|
|
|
|-
|-
Line 352: Line 410:
!meta key
!meta key
|A special key used in combination with other keys. Often the <keycap>Start</keycap> is used for this.</translate>
|A special key used in combination with other keys. Often the <keycap>Start</keycap> is used for this.</translate>
|
|
|
|}
|}

Revision as of 14:33, 28 April 2012

Information

This page is permanently under construction! Did you look in vain for some phrase? Or did you come across an explanation that you didn't quite understand? Please leave a comment on the talk page associated with this page — just click the second icon on the top left of this page and start a new topic.
If you have a better explanation for something on this page, please don't hesitate to edit the item in question


The Jargon File

Term Explanation read more
distro, distribution A collection of software making up a compete operating system with desktop and applications. In car terms, this would be everything except the engine Some Linux distros
live CD/DVD A complete distribution on a CD/DVD. Allows you to try out a distro without installing. Can be run on Windows without installing anything at all on your hard drive. Safe but slow. Some Live CD's
repo, repository Collection of additional software, that can be downloaded and installed on your machine. See your distributions webpage for more info
terminal the Linux command line . If you are told to enter text, this is where you enter it. Konsole
Package manager Application to browse repos, add, or remove software. Distros often have their own package managers. This is the preferred way to install, or remove software safely. Software installed this way will automatically be kept up to date with the latest safety upgrades and bug fixes. Some Package Managers
root The administrator of your machine. Even if you administer your own machine, it is still preferable to only log in as root when you absolutely must. Usually, if you want to do something that needs you to be root, a popup will simply ask for root's password, so you won't need to switch user.

Root also designates the basis of the file hierarchy, signified by /
console the Linux command line Konsole
shell the Linux command line Konsole
su - Shell command to switch user, usually to root. Used, when you need special rights to do something. You will be prompted for the root password before su takes effect. NB: remember to type exit when you are done. This gets you back to your regular user.
sudo Like su, but it only grants root privileges for one command, so the command you want to run should immediately follow sudo. You will still be prompted for the root password but will not need to exit.
path Full specification of a file giving its placing in the file system. For example /home/myUser/Documents/Greetings.txt (an absolute path), or Document/Greeting.txt (path relative to my home directory).
bug anything that may be wrong with an application or the underlying framework. Reporting bugs
bko Short name for the KDE bug reporting site bugs.kde.org
user A user account. Most Linux system are set up with at least one ordinary user (you) and an administrator, root.
session When you log in to your system, an application or some server you start a session, which lasts until you log out of it again.
logon The act of starting a new session on a system. This usually requires a username and a password. Several users might be logged on to a system simultaneously, although only one would be active at a time.
logout The act of ending a session on a system. The system will then wait for another logon rather that just shutting down.
desktop The workspace you see, when you log in. It typically has a panel with a start menu and other widgets. The workspace itself can also hold various widgets.
activity Activities
pager A widget to switch between virtual desktops Pager
task manager A widget that you will often see in your desktops panel. It will contain a small button for each application you are currently running. You can use it to switch between those applications.
systray A widget that you will often see in your desktops panel. It contains icons for some system services such as the clipboard and the Device Notifier. System Tray
thumbnail A small (often icon sized) preview of the content a file
screenshot An image of what is on your screen at a particular time — sometimes required when you ask for help KSnapshot
window
tab
window decorations The edges around windows including the title line and its buttons, for example the close button.
theme A set of settings for the visual appearance of an application giving it a distinctive look and feel
panel A widget that holds other widgets. You can have one or more panels on your desktop. A panel is always placed along one of the edges of the screen. Panels
widget Widget
kio slave KIO
kpart KPart
bookmark
virtual terminal
virtual console
Virtual desktop Virtual Desktops
xko where x is some letter. Abbreviation for some KDE web site. Examples: fko = forums.kde.org, bko = bugs.kde.org and so on.
Konvi short for Konversation, the IRC client Konversation
Nepomuk Nepomuk
Akonadi Akonadi
Strigi Strigi
KDE The community of contributors and users of KDE technologies What is KDE
KDE SC The periodic releases of the KDE frameworks and core utilities — the Software Collection
KDE Software Besides the KDE SC a number of other software projects are developed under the KDE umbrella and actively supported by the community
Plasma The KDE workspace and supporting technology. Plasma workspaces comes in several varieties, Plasma Desktop, Plasma Netbook and Plasma Active
Plasma Desktop The KDE workspace variety designed for traditional computers, ie. systems with traditional input devices such as keyboard and mouse and with large displays
Plasma Netbook The KDE workspace variety designed for devices with small screens such as notebooks
Plasma Active The KDE workspace variety designed for smartphones and similar compact devices
Planet Short for the planet.kde.org. The Planet aggregates blogs about all things KDE planet.kde.org
Dot Short for dot.kde.org. The Dot is the official news site for KDE dot.kde.org
Get Hot New Stuff Technology that allows applications to offer users the option to easily download and install plugins, artwork, scripts or similar additions using a unified interface Get Hot New Stuff
tar ball An archive format for distributing files. To use the files contained in a tar ball you need to unpack it (see Archive Management in Dolphin).
snapshot Latest development version of an application. Not as polished and well tested as the stable version.
sources Text files containing source code of some software. It has to be compiled and installed before it can be used.
build
Context menu A menu with items relevant for a particular object. Typically, it pops up when you right click the object.
meta key A special key used in combination with other keys. Often the Start is used for this.