diff options
| author | MC Return <mc.return@gmx.net> | 2012-10-18 07:14:09 +0000 |
|---|---|---|
| committer | Tarmac <> | 2012-10-18 07:14:09 +0000 |
| commit | 55a23d71f23acb365f54e5fd0298d8881dbac257 (patch) | |
| tree | 7a1292b567219640ba3c7bfc9f150258714b1244 | |
| parent | 0429e3095f6b302af34638f8ec4da9c1dcf449b5 (diff) | |
| parent | 2bc874983ffb44a4df13cdd44b5ea8ff0e250fbc (diff) | |
Unity actually provides the feature "fadetodesktop".
This change is needed to make unityshell just conflict with the Compiz "Fade to Desktop" (fadedesktop) plug-in, but work together with "Show Desktop" (showdesktop). showdesktop only works if it is started after unityshell.. Fixes: https://bugs.launchpad.net/bugs/1067534. Approved by Marco Trevisan (TreviƱo), Omer Akram. (bzr r2857)
| -rw-r--r-- | plugins/unityshell/unityshell.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/unityshell/unityshell.xml.in b/plugins/unityshell/unityshell.xml.in index f19e14bda..5581b2e32 100644 --- a/plugins/unityshell/unityshell.xml.in +++ b/plugins/unityshell/unityshell.xml.in @@ -4,7 +4,7 @@ <_short>Ubuntu Unity Plugin</_short> <_long>Plugin to draw the Unity Shell</_long> <category>Desktop</category> - <feature>showdesktop</feature> + <feature>fadetodesktop</feature> <deps> <relation type="after"> <plugin>bailer</plugin> |
