Archive:Plasma/HowTo/4.3: Difference between revisions

From KDE UserBase Wiki
(Page prepared)
 
m (Text replace - "</translate>" to " ")
 
(44 intermediate revisions by 7 users not shown)
Line 1: Line 1:
A page of Screencasts, showing you how to get the best from Plasma
<languages />
 
<!--T:1-->
{{Info|The information presented here covers Plasma Desktop 4.3. <br />
Versions available: '''4.3''' - [[Special:myLanguage/Plasma/HowTo/4.4|4.4]] - [[Special:myLanguage/Plasma/HowTo/4.5|4.5]]}}
 
<!--T:2-->
'''The Plasma Workspace''' is one of the key technologies of KDE SC 4.x (also known as the "Pillars of KDE"), and one of the most visible to users. As Plasma Desktop treats the user interface differently than a traditional desktop, there may be confusion as to what the Plasma Desktop is, what it does, and how to perform common tasks.
 
<!--T:3-->
The purpose of this document is to show how to perform common tasks in Plasma Desktop. Each HowTo consists of one topic and a short animation, which is reached by clicking on the link.
 
<!--T:4-->
The animations are encoded in the GIF format and can thus be viewed in most modern web browsers without any additional plugins installed. Note that the animations are looped.
 
<!--T:5-->
{{Note|Almost all HowTos assume that the widgets are unlocked. See [[Media:Plasma_howto-widget-unlock.gif|Unlock widgets]] for instructions on how to unlock them.}}
{{Note|Due to distribution-specific customizations, your desktop might differ from those in the HowTos.
In particular, if you miss the top-right toolbox (shown as a yellow icon), you can reach most options by right-clicking on the desktop.}}
 
== HowTo == <!--T:6-->
 
=== Widgets === <!--T:7-->
 
<!--T:8-->
* [[Media:Plasma_howto-widget-unlock.gif            | Unlock widgets]]
* [[Media:Plasma_howto-widget-lock.gif              | Lock widgets]]
* [[Media:Plasma_howto-widget-movecashew.gif        | Move toolbox]]
 
==== Desktop Widgets ==== <!--T:9-->
 
<!--T:10-->
* [[Media:Plasma_howto-widget-desktop-add.gif      | Add widget to desktop]]
* [[Media:Plasma_howto-widget-desktop-configure.gif | Configure widget]]
* [[Media:Plasma_howto-widget-desktop-move.gif      | Move widget]]
* [[Media:Plasma_howto-widget-desktop-resize.gif    | Resize widget]]
* [[Media:Plasma_howto-widget-desktop-rotate.gif    | Rotate widget]]
* [[Media:Plasma_howto-widget-desktop-remove.gif    | Remove widget]]
* [[Media:Plasma_howto-widget-desktop-topanel.gif  | Drag widget from desktop to panel]]
 
==== Panel Widgets ==== <!--T:11-->
 
<!--T:12-->
* [[Media:Plasma_howto-widget-panel-add.gif        | Add widget to panel]]
* [[Media:Plasma_howto-widget-panel-configure.gif  | Configure widget]] <ref name="greenarrow">Note the small green arrow. You can also right click instead of pressing the arrow.</ref>
* [[Media:Plasma_howto-widget-panel-move.gif        | Move widget]]
* [[Media:Plasma_howto-widget-panel-remove.gif      | Remove widget]] <ref name="greenarrow"/>
* [[Media:Plasma_howto-widget-panel-spacer.gif      | Add spacer]]
* [[Media:Plasma_howto-widget-panel-todesktop.gif  | Drag widget from panel to desktop]]
 
=== Desktop === <!--T:13-->
 
<!--T:14-->
* [[Media:Plasma_howto-desktop-wallpaper.gif        | Change wallpaper]]
* [[Media:Plasma_howto-desktop-theme.gif            | Change theme]]
* [[Media:Plasma_howto-desktop-traditional.gif      | Change to traditional desktop]]
 
=== Panel === <!--T:15-->
 
<!--T:16-->
* [[Media:Plasma_howto-panel-height.gif            | Change panel height]]
* [[Media:Plasma_howto-panel-width.gif              | Change panel width]] <ref>See [[Special:myLanguage/Plasma/FAQ#How can I change the height and the size of the panel?|How can I change the height and the size of the panel?]] for more information.</ref>
* [[Media:Plasma_howto-panel-move.gif              | Move panel]]
* [[Media:Plasma_howto-panel-alignment.gif          | Change panel alignment]]
* [[Media:Plasma_howto-panel-autohide.gif          | Make panel autohide]]
* [[Media:Plasma_howto-panel-add.gif                | Add new panel]] <ref>The right mouse button is used in this animation.</ref>
* [[Media:Plasma_howto-panel-remove.gif            | Remove panel]]
 
=== Extenders === <!--T:17-->
 
<!--T:18-->
* [[Media:Plasma_howto-extender-todesktop.gif      | Drag extender to desktop]]
* [[Media:Plasma_howto-extender-restore.gif        | Restore extender]]
* [[Media:Plasma_howto-extender-stack.gif          | Stack extenders]] <ref>It's not necessary to drag the extender to the desktop first.</ref>
 
=== Activities === <!--T:19-->
 
<!--T:20-->
* [[Media:Plasma_howto-activity-add.gif            | Add new activity]]
* [[Media:Plasma_howto-activity-switch.gif          | Switch activities]]
* [[Media:Plasma_howto-activity-rename.gif          | Rename activity]]
* [[Media:Plasma_howto-activity-remove.gif          | Remove activity]] <ref>You can't remove the activity you "zoom out" from.</ref>
* [[Media:Plasma_howto-activity-link.gif            | Link activities to virtual desktops]]
* [[Media:Plasma_howto-activity-dashboard.gif      | Use separate activity for dashboard]]
 
== Further information == <!--T:21-->
 
<!--T:22-->
* [[Special:myLanguage/Plasma/FAQ/Index | The Plasma FAQ's]]
* [[Special:myLanguage/Glossary | Glossary]]
 
== For reuse == <!--T:23-->
 
<!--T:24-->
To link to an animation from another UserBase article, a thumbnail can be posted. Here's an example:
:{|
|[[File:Plasma_howto-thumbnail.png|link=Media:Plasma_howto-widget-unlock.gif]]
|-
|align="center"|How to unlock your widgets
|}
 
<!--T:25-->
The code for that is:
{{Input|1=<nowiki>{|
|[[File:Plasma_howto-thumbnail.png|link=Media:Plasma_howto-widget-unlock.gif]]
|-
|align="center"|How to unlock your widgets
|}</nowiki> }}
 
<!--T:26-->
The animations can also be used outside of UserBase. The BBCode (used in most forums) to post a linked thumbnail is:
 
<!--T:27-->
{{Input|1=[url=''GIF''][img]<nowiki>http://userbase.kde.org/images.userbase/e/e8/Plasma_howto-thumbnail.png</nowiki>[/img][/url]}}
 
<!--T:28-->
Replace ''GIF'' with the URL to the GIF file. The corresponding HTML code is:
{{Input|1=<a href="''GIF''"><img src="<nowiki>http://userbase.kde.org/images.userbase/e/e8/Plasma_howto-thumbnail.png</nowiki>" /></a>}}
 
<!--T:29-->
A description of making the animated gif is [http://hanswchen.wordpress.com/2009/09/02/record-screencasts-to-animated-gif-files/ here]. Do you want to help out with making animations? See the [[Talk:Plasma/HowTo/4.3|Talk page]] to find out how!
 
 
<!--T:30-->
<references/>
 
<!--T:31-->
[[Category:Configuration]]
[[Category:Plasma]]

Latest revision as of 17:00, 13 February 2013


Information

The information presented here covers Plasma Desktop 4.3.
Versions available: 4.3 - 4.4 - 4.5


The Plasma Workspace is one of the key technologies of KDE SC 4.x (also known as the "Pillars of KDE"), and one of the most visible to users. As Plasma Desktop treats the user interface differently than a traditional desktop, there may be confusion as to what the Plasma Desktop is, what it does, and how to perform common tasks.

The purpose of this document is to show how to perform common tasks in Plasma Desktop. Each HowTo consists of one topic and a short animation, which is reached by clicking on the link.

The animations are encoded in the GIF format and can thus be viewed in most modern web browsers without any additional plugins installed. Note that the animations are looped.

Note

Almost all HowTos assume that the widgets are unlocked. See Unlock widgets for instructions on how to unlock them.

Note

Due to distribution-specific customizations, your desktop might differ from those in the HowTos. In particular, if you miss the top-right toolbox (shown as a yellow icon), you can reach most options by right-clicking on the desktop.


HowTo

Widgets

Desktop Widgets

Panel Widgets

Desktop

Panel

Extenders

Activities

Further information

For reuse

To link to an animation from another UserBase article, a thumbnail can be posted. Here's an example:

How to unlock your widgets

The code for that is:

{|
|[[File:Plasma_howto-thumbnail.png|link=Media:Plasma_howto-widget-unlock.gif]]
|-
|align="center"|How to unlock your widgets
|}

The animations can also be used outside of UserBase. The BBCode (used in most forums) to post a linked thumbnail is:

[url=GIF][img]http://userbase.kde.org/images.userbase/e/e8/Plasma_howto-thumbnail.png[/img][/url]

Replace GIF with the URL to the GIF file. The corresponding HTML code is:

<a href="GIF"><img src="http://userbase.kde.org/images.userbase/e/e8/Plasma_howto-thumbnail.png" /></a>

A description of making the animated gif is here. Do you want to help out with making animations? See the Talk page to find out how!


  1. 1.0 1.1 Note the small green arrow. You can also right click instead of pressing the arrow.
  2. See How can I change the height and the size of the panel? for more information.
  3. The right mouse button is used in this animation.
  4. It's not necessary to drag the extender to the desktop first.
  5. You can't remove the activity you "zoom out" from.