Skip to content

Commit 9873e46

Browse files
author
Rajdeep Singha
committed
Fix appdata and permissions
1 parent 58d435a commit 9873e46

2 files changed

+8
-12
lines changed

com.github.suzie97.communique.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,11 @@ finish-args:
2222
- '--socket=wayland'
2323
- '--device=dri'
2424
- '--share=network'
25-
- '--filesystem=xdg-run/dconf'
26-
- '--filesystem=~/.config/dconf:ro'
27-
- '--talk-name=ca.desrt.conf'
28-
- '--env=DCONF_USER_CONFIG_DIR=.config/dconf'
25+
- '--metadata=X-DConf=migrate-path=/com/github/suzie97/communique/'
2926
- '--talk-name=org.gnome.OnlineAccounts'
3027
- '--own-name=com.github.suzie97.communique.ArticleView'
3128
- '--talk-name=org.freedesktop.secrets'
3229
- '--system-talk-name=org.freedesktop.Accounts'
33-
- '--system-talk-name=io.elementary.AccountsService'
3430

3531
# This section is where you list all the source code required to build your app.
3632
# If we had external dependencies that weren't included in our SDK, we would list

data/com.github.suzie97.communique.appdata.xml.in

+7-7
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,14 @@
8686
<releases>
8787
<release version="1.0.1" date="2021-09-09">
8888
<description>
89-
<p>Bug Fixes:</p>
90-
<ul>
91-
<li>Fixed Pocket not authorizing.</li>
92-
</ul>
9389
<p>Improvements:</p>
94-
</ul>
95-
<li>Icon Improvements.</li>
96-
</ul>
90+
<ul>
91+
<li>Icon contrast improvements.</li>
92+
</ul>
93+
<p>Bug Fixes:</p>
94+
<ul>
95+
<li>Fix Pocket Bug</li>
96+
</ul>
9797
</description>
9898
</release>
9999
<release version="1.0.0" date="2021-09-03">

0 commit comments

Comments
 (0)