1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
Unity
--------------------------------------------------------------------------------
• Installation
Please see INSTALL or http://wiki.ubuntu.com/Unity/InstallationGuideFromSource
• Tests
- You can run `make check` in the build directory to run all GTester tests
- In the build directory, ./tests/test-panel will start the panel in
standalone mode, which is great for testing
• Environmental Variables
PANEL_USE_LOCAL_SERVICE=${anything}
Makes the panel run the unity-panel-service directly instead of through
D-Bus activation. This is used for testing how the panel reacts when it
starts before the service does.
|