Merge lp:~3v1n0/unity/lowgfx-profile-setter into lp:unity
| Status: | Superseded |
|---|---|
| Proposed branch: | lp:~3v1n0/unity/lowgfx-profile-setter |
| Merge into: | lp:unity |
| Diff against target: |
597 lines (+332/-43) 11 files modified
data/com.canonical.Unity.gschema.xml (+5/-0) decorations/DecorationsWindowButton.cpp (+2/-1) plugins/unityshell/src/unityshell.cpp (+12/-16) plugins/unityshell/unityshell.xml.in (+0/-6) tools/CMakeLists.txt (+5/-0) tools/compiz-profile-selector.in (+24/-6) tools/compiz_config_profile_setter.c (+229/-0) tools/unity.cmake (+17/-4) unity-shared/BackgroundEffectHelper.cpp (+0/-4) unity-shared/UnitySettings.cpp (+38/-5) unity-shared/UnitySettings.h (+0/-1) |
| To merge this branch: | bzr merge lp:~3v1n0/unity/lowgfx-profile-setter |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Unity Team | 2017-04-04 | Pending | |
|
Review via email:
|
|||
This proposal has been superseded by a proposal from 2017-04-04.
Commit Message
compiz-
Added a compiz-
this to set the right profile when starting unity and when the gsettings key has changed.
So we can just toggle lowgfx profile on the fly by just doing
gsettings set com.canonical.Unity lowgfx true|false
- 4243. By Marco Trevisan (Treviño) on 2017-04-04
-
Merging with trunk
- 4244. By Marco Trevisan (Treviño) on 2017-04-04
-
debian/
unity.install: include compiz- config- profile- setter - 4245. By Marco Trevisan (Treviño) on 2017-04-05
-
Merging with hikiko's parent branch
- 4246. By Marco Trevisan (Treviño) on 2017-04-05
-
test_thumbnail_
generator: increase the wait time for multiple checks - 4247. By Marco Trevisan (Treviño) on 2017-04-25
-
compiz_
config_ profile_ setter: use plain strings for upstart dbus infos As we don't build-depend on libupstart-dev anymore

