Files
packages/anda/desktops/lomiri-unity/unity-shell/0003-Remove-social-scope.patch
T
madomado 740824a8fc chore: reorganise folders (#843)
* chore: reorganise folders

* more renames

---------

Co-authored-by: Lleyton Gray <lleyton@fyralabs.com>
2023-12-09 21:37:07 -08:00

14 lines
881 B
Diff

diff --git a/data/com.canonical.Unity.gschema.xml b/data/com.canonical.Unity.gschema.xml
index 787c048..e81adcc 100644
--- a/data/com.canonical.Unity.gschema.xml
+++ b/data/com.canonical.Unity.gschema.xml
@@ -187,7 +187,7 @@
</schema>
<schema path="/com/canonical/unity/dash/" id="com.canonical.Unity.Dash" gettext-domain="unity">
<key type="as" name="scopes">
- <default>[ 'home.scope', 'applications.scope', 'files.scope', 'video.scope', 'music.scope', 'photos.scope', 'social.scope' ]</default>
+ <default>[ 'home.scope', 'applications.scope', 'files.scope', 'video.scope', 'music.scope', 'photos.scope' ]</default>
<summary>List of scope ids specifying which scopes should be created and the order to display them in.</summary>
<description>The scopes listed in the scope bar will be ordered according to this list.</description>
</key>