1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
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) ========================== The dash exposes a D-Bus property for activation and deactivation: com.canonical.Unity2d /Dash com.canonical.Unity2d.Dash.active true|false |