Plasma/Active/Info/FAQ: Difference between revisions

From KDE Community Wiki
< Plasma‎ | Active‎ | Info
Line 107: Line 107:
The mouse cursor will appear after reboot
The mouse cursor will appear after reboot
   root@device# '''reboot'''
   root@device# '''reboot'''
If you are using an Netbook and you like to try out without installation (live mode) please use instead reboot the following command to restart only the graphics system
  root@device# '''init 3 && init 5'''

Revision as of 15:53, 11 October 2011

FAQ for Plasma Active / Contour Novice Users

Setting up Activities

How do I create a new activity?

  1. Pull the activity wheel out from the right
  2. Tap on the + Icon above the wheel to open the "Create Activity dialog"
  3. Enter a name for the activity
  4. Choose a wallpaper
  5. Tap "Create activity"


How do I delete an activity?

  1. Pull out the activity wheel
  2. Scroll to the activity you want to delete (you cannot delete the currently active activity)
  3. Tap the trash can icon on the activity's thumbnail


How do I edit an actvity (name and background)?

Tap the wrench icon on the top-left corner of the home screen.


How do I add resources to an activity?

There are two different methods for connecting a resource to an activity.

  1. Via #Share/Like/Connect
  2. Via the "Add resource" dialog

To add a resource to the current activity via the "Add resource" dialog, do the following:

  1. Tap the + Icon to the upper-left of the home screen
  2. Choose a resource category or start typing the name of the resource
  3. Select the desired resource(s) and tap "Add items"


I've just copied/downloaded a new file to my home folder, but it doesn't show up in the add resource dialog. Where is it?

The Add Resource dialog is based on Nepomuk, so it only shows resources that are already present in Nepomuk's database. If your file does not show up in the dialog, wait a few minutes until it has been indexed.

How do I remove a resource from an activity?

  1. Tap and hold the resource icon on the home screen until a context menu pops up
  2. Tap "Activies"
  3. Tap "Current activity".

Remember: This does not delete the file but only disconnect it from the activity.

Share/Like/Connect

What are those three buttons on the right of the panel for?

These are "Share / Like / Connect" (SLC). They provide a unified interface for any Active application allowing you to do things with the currently selected resource (web page, picture, etc.).

For example, "Share" allows you to send an image to a friend or in the future to upload it to flickr etc., "Like" does things like bookmark a website or rate an image, "Connect" allows you to connect a resouece to an activity but could connect it to other things as well. What exactly the three buttons do depends on the application and resource type.

The SLC buttons are all greyed out. Why?

This means that SLC is not available in your current context. This happens either on the home screen if nothing is selected or if you are in an application that does not support SLC (yet). As more and more applications receive an Active version, they will implement SLC as well.

How do I add a currently opened resource (Web page, Picture etc.) to an activity?

Just tap the "connect" button (it's the second one from the right, with the checkmark on it), tap "Activities" and then choose an activity to connect to.

Starting and using applications

How do I start an application?

There are two ways to start an application:

  1. From an activity
  2. From the launch area

To start an application from an activity, you have to first Add it to the activity. After that, you can start it by tapping it on the home screen

To start an application from the launch area

  1. Pull the peak all the way down
  2. Tap the application (you can also use the filter box to filter the available apps)

How do I use Kontact Touch?

You can find a manual on KDE UserBase

Using Netbooks or Virtual Machine

How do I get a Mouse Cursor?

The mouse cursor is still there but invisible.

Open Konsole and run systemsettings
Go to Workspace Appearance, then Cursor Theme and change the cursor theme.


There's also another way to get your cursor back. You need to start a terminal program to get it visible

  1. Press ctrl+alt+F1 on a netbook or alt+F1 on a virtual machine. If you are able to catch it, you can also start the Konsole application from the launch area
  2. By entering the following commands the invisible mouse cursor theme will be removed

You have to become super user, please see the release notes for the default passwords

  user@device# su

Remove the invisible mouse theme

  root@device# zypper remove plasma-mobile-mouse

The mouse cursor will appear after reboot

  root@device# reboot

If you are using an Netbook and you like to try out without installation (live mode) please use instead reboot the following command to restart only the graphics system

  root@device# init 3 && init 5