Files
packages/anda/desktops/unityx-shell/0001-Remove-social-scope.patch
T
2023-03-16 17:26:16 +08:00

14 lines
869 B
Diff

diff --git a/data/org.unityd.UnityX.gschema.xml b/data/org.unityd.UnityX.gschema.xml
index 6721d27..808b384 100644
--- a/data/org.unityd.UnityX.gschema.xml
+++ b/data/org.unityd.UnityX.gschema.xml
@@ -187,7 +187,7 @@
</schema>
<schema path="/org.unityd.UnityX/dash/" id="org.unityd.UnityX.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>