summaryrefslogtreecommitdiff
path: root/README
blob: 5d92569325b06966be19e97dd8aa762edd636fff (plain)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 
 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. • Code Style astyle -s2 -b -S -N -w -Y -M80 -p -H -d -j -k3 -n -z2