~ubuntu-branches/ubuntu/oneiric/unity/oneiric-proposed

« back to all changes in this revision

Viewing changes to manual-tests/custom-dash-home/custom-dash-home.txt

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2012-01-06 09:42:04 UTC
  • mfrom: (1.1.61)
  • Revision ID: package-import@ubuntu.com-20120106094204-d858onth9c2eug3r
Tags: 4.28.0-0ubuntu1
* New upstream release.
  - don't segfault in geis_configuration_get_value() (lp: #850623)
  - get focus on dash by pressing the super key first time after login 
    (lp: #860805)
  - clicking on panel when dash is open no longer causes maximized window 
    to raise (lp: #873100)
  - window management, alt-tab - After using 'show desktop' to minimise all 
    windows, opening any new window also incorrectly restores all 
    the minimised windows (lp: #871801)
  - compiz crashed with SIGSEGV in 
    unity::switcher::SwitcherModel::DetailSelectionWindow() (lp: #834630)
  - compiz crashed with SIGSEGV in g_strcmp0() (lp: #832151)
  - compiz crashed with SIGSEGV in nux::BaseWindow::GetInputWindowId() 
    (when onboard is used) (lp: #865890)
  - fix multi-monitor crashers (lp: #838128, #864037, #864784, #868120)
  - Fix SIGSEGV after SwitcherController desctruction (lp: #887465)
  - Fix for "right-clicking launcher when choosing a workspace causes
    quicklists to freeze" (lp: #791810)
* debian/patches/add_postrelease_buildfix.patch:
  - add post-release fix to build in a clean env
* backport some additional reverts or regression fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Manual tests for the 'dash custom home screen' functionality
 
2
============================================================
 
3
 
 
4
How to test
 
5
-----------
 
6
 
 
7
To test the functionality, create the folder $HOME/.config/unity/, and copy the
 
8
three files HomeShortcutsCustomized*.json there.
 
9
 
 
10
Then for each of them repeat the following steps:
 
11
 
 
12
    cd $HOME/.config/unity/
 
13
    rm HomeShortcutsCustomized.json
 
14
    ln -s $FILE HomeShortcutsCustomized.json # replace $FILE with the json file being considered
 
15
    # restart unity
 
16
    # open the dash
 
17
    # check the visual appearance against the expected results detailed below
 
18
 
 
19
 
 
20
Expected results
 
21
----------------
 
22
 
 
23
With 'HomeShortcutsCustomized-4-entries.json', the home screen of the dash
 
24
contains 4 icons that fill the first row. The second row is empty.
 
25
Those icons are:
 
26
 - "Software Center": launches the Ubuntu Software Center, the icon is the
 
27
   Ubuntu Circle Of Friends, and if you are running with a French locale the
 
28
   name is localized to "Logithèque".
 
29
 - "Rock Music": opens the music lens with the genre filter set to "Rock".
 
30
 - "Vidéos": opens the files lens with the type filter set to "videos", the icon
 
31
   is a yellow star.
 
32
 - "Transmission BitTorrent Client": launches transmission-gtk.
 
33
 
 
34
With 'HomeShortcutsCustomized-8-entries.json', the home screen of the dash
 
35
contains 8 icons that fill the two rows. The first row contains the exact same
 
36
icons as 'HomeShortcutsCustomized-4-entries.json' (see details above). The icons
 
37
on the second row are:
 
38
 - "Eye Of Gnome": launches eog, if you are running with a German locale the
 
39
   name is localized to "Auge des Zwergs".
 
40
 - "Jockey": launches jockey-gtk.
 
41
 - "gwibber": launches gwibber.
 
42
 - "Giggle": this icon appears only if giggle is installed, it launches giggle.
 
43
 
 
44
With 'HomeShortcutsCustomized-broken.json', the home screen of the dash contains
 
45
the default icons because the file fails to be parsed.
 
46