1#@VERSION_DBUS@
2
3#[preferences-system]
4[Configuration]
5
6#b Let external applications pop up dialogs in the dock?
7enable pop-up = true
8
9#b Let external applications reboot the dock?
10enable reboot = true
11
12#b Let external applications quit the dock?
13enable quit = true
14
15#b Let external applications show/hide desklets?
16enable desklets = true
17
18#b Let external applications reload applets?
19enable reload module = true
20
21#b Let external applications show/hide docks?
22enable show dock = true
23
24#b Let extern applications add launchers to the docks?
25enable add launcher = true
26
27#b Let external applications modify the labels of icons?
28enable set label = true
29
30#b Let extern applications modify the quick-infos on icons?
31enable set quickinfo = true
32
33#b Let extern applications modify the icons' image?
34enable set icon = true
35
36#b Let extern applications animate icons?
37enable animate icon = true
38
39#b Launch the Launcher API daemon?
40#{The dock will catch DBus signals to Launcher API and act as Unity}
41launcher api daemon = true
42