1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
Compiling unity-2d
==================
cmake . && make
Running separate components
===========================
./launcher/app/unity-2d-launcher
./panel/app/unity-2d-panel
./places/app/unity-2d-places
Notes on the dash (places)
==========================
In order to try out the dash fully one should not have any application
managing the desktop running. In order to stop nautilus from managing the
desktop, the following GConf key has to be set to false:
gconftool-2 -s /apps/nautilus/preferences/show_desktop -t bool false
The dash exposes a D-Bus property for activation and deactivation:
com.canonical.Unity2d /Dash com.canonical.Unity2d.Dash.active true|false
|