Plasma/HowTo/4.5: Difference between revisions
m (Make double indent single) |
(Markup edit) |
||
Line 1: | Line 1: | ||
<languages /> | |||
<translate> | |||
{{Info|The information presented here covers Plasma Desktop 4.5. <br /> | {{Info|The information presented here covers Plasma Desktop 4.5. <br /> | ||
Versions available: '''4.5''' - [[Special:myLanguage/Plasma/HowTo/4.4|4.4]] - [[Special:myLanguage/Plasma/HowTo/4.3|4.3]]}} | Versions available: '''4.5''' - [[Special:myLanguage/Plasma/HowTo/4.4|4.4]] - [[Special:myLanguage/Plasma/HowTo/4.3|4.3]]}} | ||
Line 15: | Line 17: | ||
=== Widgets === | === Widgets === | ||
* [[Media:Plasma_howto-widget-unlock-45.gif | Unlock widgets]] | * [[Media:Plasma_howto-widget-unlock-45.gif | Unlock widgets]] | ||
* [[Media:Plasma_howto-widget-lock-45.gif | Lock widgets]] | * [[Media:Plasma_howto-widget-lock-45.gif | Lock widgets]] | ||
Line 20: | Line 23: | ||
==== Desktop Widgets ==== | ==== Desktop Widgets ==== | ||
* [[Media:Plasma_howto-widget-desktop-add-45.gif | Add widget to desktop]] | * [[Media:Plasma_howto-widget-desktop-add-45.gif | Add widget to desktop]] | ||
Line 30: | Line 34: | ||
==== Panel Widgets ==== | ==== Panel Widgets ==== | ||
* [[Media:Plasma_howto-widget-panel-add-45.gif | Add widget to panel]] | * [[Media:Plasma_howto-widget-panel-add-45.gif | Add widget to panel]] | ||
Line 40: | Line 45: | ||
==== Icons ==== | ==== Icons ==== | ||
* [[Media:Plasma_howto-icon-desktop-45.gif | Add icon widget to desktop]] | * [[Media:Plasma_howto-icon-desktop-45.gif | Add icon widget to desktop]] | ||
* [[Media:Plasma_howto-icon-panel-45.gif | Add icon widget to panel]] | * [[Media:Plasma_howto-icon-panel-45.gif | Add icon widget to panel]] | ||
Line 47: | Line 53: | ||
=== Desktop === | === Desktop === | ||
* [[Media:Plasma_howto-desktop-wallpaper-45.gif | Change wallpaper]] | * [[Media:Plasma_howto-desktop-wallpaper-45.gif | Change wallpaper]] | ||
* [[Media:Plasma_howto-desktop-theme-45.gif | Change workspace theme]] | * [[Media:Plasma_howto-desktop-theme-45.gif | Change workspace theme]] | ||
Line 52: | Line 59: | ||
=== Panel === | === Panel === | ||
* [[Media:Plasma_howto-panel-height-45.gif | Change panel height]] | * [[Media:Plasma_howto-panel-height-45.gif | Change panel height]] | ||
* [[Media:Plasma_howto-panel-width-45.gif | Change panel width]] <ref>See [[Plasma/FAQ/4.4/Configuration#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-width-45.gif | Change panel width]] <ref>See [[Plasma/FAQ/4.4/Configuration#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> | ||
Line 62: | Line 70: | ||
=== Extenders === | === Extenders === | ||
* [[Media:Plasma_howto-extender-todesktop-45.gif | Drag extender to desktop]] | * [[Media:Plasma_howto-extender-todesktop-45.gif | Drag extender to desktop]] | ||
* [[Media:Plasma_howto-extender-restore-45.gif | Restore extender]] | * [[Media:Plasma_howto-extender-restore-45.gif | Restore extender]] | ||
=== Activities === | === Activities === | ||
* [[Media:Plasma_howto-activity-add-45.gif | Add new activity]] <ref>The list shows different desktop types, "Desktop" is a default desktop</ref> | * [[Media:Plasma_howto-activity-add-45.gif | Add new activity]] <ref>The list shows different desktop types, "Desktop" is a default desktop</ref> | ||
* [[Media:Plasma_howto-activity-switch-45.gif | Switch activities]] | * [[Media:Plasma_howto-activity-switch-45.gif | Switch activities]] | ||
Line 77: | Line 87: | ||
== Further information == | == Further information == | ||
* [[Plasma/FAQ | The Plasma FAQ]] | |||
* [[Glossary | Glossary]] | * [[Special:myLanguage/Plasma/FAQ | The Plasma FAQ]] | ||
* [[Special:myLanguage/Glossary | Glossary]] | |||
== For reuse == | == For reuse == | ||
To link to an animation from another UserBase article, a thumbnail can be posted. Here's an example | |||
To link to an animation from another UserBase article, a thumbnail can be posted. Here's an example: | |||
:{| | :{| | ||
Line 88: | Line 100: | ||
|align="center"|How to unlock your widgets | |align="center"|How to unlock your widgets | ||
|} | |} | ||
The code to do that is | |||
{{Input|1=<nowiki>{| | |||
|[[File:Plasma_howto-thumbnail-45.png|link=Media:Plasma_howto-widget-unlock-45.gif]] | |||
|- | |||
|align="center"|How to unlock your widgets | |||
|}</nowiki>}} | |||
The animations can also be used outside of UserBase. The BBCode (used in most forums) to post a linked thumbnail is: | The animations can also be used outside of UserBase. The BBCode (used in most forums) to post a linked thumbnail is: | ||
{{Input|1=[url=GIF][img]<nowiki>http://userbase.kde.org/images.userbase/d/df/Plasma_howto-thumbnail-45.png</nowiki>[/img][/url]}} | |||
[url=GIF][img]<nowiki>http://userbase.kde.org/images.userbase/d/df/Plasma_howto-thumbnail-45.png</nowiki>[/img][/url] | |||
Replace GIF with the URL to the GIF file. The corresponding HTML code is: | 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/d/df/Plasma_howto-thumbnail-45.png</nowiki>" /></a>}} | |||
<a href="GIF"><img src="<nowiki>http://userbase.kde.org/images.userbase/d/df/Plasma_howto-thumbnail-45.png</nowiki>" /></a> | |||
A description of how to record animated GIF files can be found [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.5|Talk page]] to find out how! | A description of how to record animated GIF files can be found [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.5|Talk page]] to find out how! | ||
Line 105: | Line 120: | ||
[[Category:Plasma]] | [[Category:Plasma]] | ||
</translate> |
Revision as of 11:57, 7 October 2010
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.
HowTo
Widgets
Desktop Widgets
- Configure widget
- Move widget
- Resize widget
- Rotate widget
- Remove widget
- Drag widget from desktop to panel
Panel Widgets
- Configure widget
- Move widget
- Remove widget
- Add spacer [1]
- Resize spacer
- Drag widget from panel to desktop
Icons
- Add icon widget to desktop
- Add icon widget to panel
- Add icon to Folder View widget [2]
- Add icon to traditional desktop [3]
- Add icon to Quicklaunch widget [4]
Desktop
Panel
- Change panel height
- Change panel width [5]
- Move panel
- Change panel alignment
- Make panel autohide
- Add new empty panel
- Add new default panel
- Remove panel
Extenders
Activities
- Add new activity [6]
- Switch activities
- Rename activity
- Change activity icon [7]
- Pause activity
- Resume activity
- Remove activity
- Link activities to virtual desktops
- Use separate activity for dashboard
Further information
For reuse
To link to an animation from another UserBase article, a thumbnail can be posted. Here's an example:
The code to do that is
{| |[[File:Plasma_howto-thumbnail-45.png|link=Media:Plasma_howto-widget-unlock-45.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/d/df/Plasma_howto-thumbnail-45.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/d/df/Plasma_howto-thumbnail-45.png" /></a>
A description of how to record animated GIF files can be found here. Do you want to help out with making animations? See the Talk page to find out how!
- ↑ The spacer behaves like other panel widgets with the exception that it can be resized
- ↑ Requires the Folder View widget
- ↑ Requires desktop type to be set as Folder View, see Change to traditional desktop
- ↑ Requires the Quicklaunch widget
- ↑ See How can I change the height and the size of the panel? for more information.
- ↑ The list shows different desktop types, "Desktop" is a default desktop
- ↑ Requires Nepomuk Semantic Desktop enabled ("Desktop Search" in System Settings)