Plasma/Workspace Sprint/ActivitiesAndVirtualDesktops: Difference between revisions

From KDE Community Wiki
(Add missing vds, rework some texts.)
Line 12: Line 12:
== Relationship between activities and virtual desktops ==
== Relationship between activities and virtual desktops ==


Activities sit on top of virtual desktops. Here is an example of a user running three activities (Home, Work and Play) with two virtual desktops:
Activities sit on top of virtual desktops. In many cases, activities can be used instead of virtual desktops. In some cases it makes sense to use virtual desktops inside an activity.
 
Here is an example of a user running three activities (Home, Work and Play) with two virtual desktops. The Work activity makes use of virtual desktops to provide an easy reach to a documentation application (Qt Assistant).


* Home
* Home
Line 19: Line 21:
*** Konqueror
*** Konqueror
** Virtual Desktop 2
** Virtual Desktop 2
*** (empty)
* Work
* Work
** Virtual Desktop 1
** Virtual Desktop 1
Line 29: Line 32:
*** Sudoku
*** Sudoku
** Virtual Desktop 2
** Virtual Desktop 2
 
*** (empty)
In many cases, activities can be used instead of virtual desktops. In some cases it makes sense to use virtual desktops inside an activity (see the Work activity)


== Fallback ==
== Fallback ==


If a user prefers virtual desktops, he can easily ignore the activity concept by staying with the default activity and using virtual desktops within it.
If a user prefers virtual desktops, he can easily ignore the activity concept by staying with the default activity and using virtual desktops within it.

Revision as of 12:32, 22 June 2012

Activities and virtual desktops

Introduction

Activities are a new goal-oriented way to associate opened applications, files, contacts.

Activities have the following advantages over virtual desktops:

  • match closer to user goals
  • persistency: activities can be stopped and resumed. When an activity is stopped, the workspace stores the state of the applications within this activity (using the same system used by X11 session management).

Relationship between activities and virtual desktops

Activities sit on top of virtual desktops. In many cases, activities can be used instead of virtual desktops. In some cases it makes sense to use virtual desktops inside an activity.

Here is an example of a user running three activities (Home, Work and Play) with two virtual desktops. The Work activity makes use of virtual desktops to provide an easy reach to a documentation application (Qt Assistant).

  • Home
    • Virtual Desktop 1
      • KMail
      • Konqueror
    • Virtual Desktop 2
      • (empty)
  • Work
    • Virtual Desktop 1
      • KDevelop
      • Qt Designer
    • Virtual Desktop 2
      • Qt Assistant
  • Play
    • Virtual Desktop 1
      • Sudoku
    • Virtual Desktop 2
      • (empty)

Fallback

If a user prefers virtual desktops, he can easily ignore the activity concept by staying with the default activity and using virtual desktops within it.