focus on your browsing
browser web-browser

fix flatpak permissions and quality-of-life fixes to flatpak metainfo

woof.monster 8bb078fe 333c43c1

verified
+40 -25
+38 -25
OuchBrowser/Metadata/site.srht.shrimple.OuchBrowser.metainfo.xml
··· 1 - <?xml version="1.0" encoding="UTF-8"?> 2 - <component type="desktop"> 1 + <?xml version="1.0" encoding="UTF-8" ?> 2 + <component type="desktop-application"> 3 3 <id>site.srht.shrimple.OuchBrowser</id> 4 4 <icon type="stock">site.srht.shrimple.OuchBrowser</icon> 5 - <launchable type="desktop-id">site.srht.shrimple.OuchBrowser.desktop</launchable> 5 + <launchable 6 + type="desktop-id" 7 + >site.srht.shrimple.OuchBrowser.desktop</launchable> 6 8 <name>Ouch Browser</name> 7 9 <developer id="site.srht.shrimple"> 8 10 <name>Shrimple Technologies</name> 9 11 <url type="homepage">https://shrimple.srht.site/</url> 10 12 </developer> 11 13 <project_license>GPL-3.0-or-later</project_license> 12 - <metadata_license>CC-BY-SA-4.0</metadata_license> 14 + <metadata_license>CC0-1.0</metadata_license> 13 15 <summary>Focus on your browsing</summary> 16 + <replaces> 17 + <id>site.srht.shrimple.ouch</id> 18 + </replaces> 19 + <translation type="gettext">OuchBrowser</translation> 14 20 <branding> 15 21 <color type="primary" scheme_preference="light">#cdab8f</color> 16 22 <color type="primary" scheme_preference="dark">#865e3c</color> 17 23 </branding> 18 - <content_rating type="oars-1.1"> 19 - <content_attribute id="social-chat">intense</content_attribute> 20 - <content_attribute id="social-info">intense</content_attribute> 21 - <content_attribute id="social-audio">intense</content_attribute> 22 - <content_attribute id="social-contacts">intense</content_attribute> 23 - </content_rating> 24 + <content_rating type="oars-1.1" /> 24 25 <requires> 25 26 <internet>always</internet> 26 - <display_length compare="lt">3840</display_length> 27 - <display_length compare="gt">360</display_length> 27 + <display_length compare="ge">360</display_length> 28 28 </requires> 29 - <recommends> 29 + <supports> 30 30 <control>pointing</control> 31 31 <control>keyboard</control> 32 - </recommends> 33 - <supports> 34 32 <control>touch</control> 35 33 </supports> 36 34 <categories> ··· 39 37 </categories> 40 38 <keywords> 41 39 <keyword>browser</keyword> 42 - <keyword>web browser</keyword> 40 + <keyword>internet</keyword> 41 + <keyword>www</keyword> 42 + <keyword>web</keyword> 43 + <keyword>explorer</keyword> 43 44 </keywords> 44 - <update_contact>mdwalters.pm@proton.me</update_contact> 45 + <update_contact>max@woof.monster</update_contact> 45 46 <description> 46 - <p>Ouch Browser isn’t just another web browser, it’s a whole new look on the web, with a modern look and feel, and a emphasis on productivity.</p> 47 - <p>NOTE: This is the C# rewrite, which is constantly evolving, and may be less stable than the original codebase.</p> 47 + <p 48 + >Ouch Browser isn’t just another web browser, it’s a whole new look on the web, with a modern look and feel, and a emphasis on productivity.</p> 49 + <p 50 + >NOTE: This is the C# rewrite, which is constantly evolving, and may be less stable than the original codebase.</p> 48 51 </description> 49 52 <provides> 50 53 <mediatype>text/html</mediatype> 51 54 </provides> 52 55 <url type="homepage">https://shrimple.srht.site/blog/ouch/</url> 53 - <url type="bugtracker">https://tangled.org/shrimple.srht.site/OuchBrowser.NET/issues</url> 54 - <url type="vcs-browser">https://tangled.org/shrimple.srht.site/OuchBrowser.NET</url> 56 + <url 57 + type="bugtracker" 58 + >https://tangled.org/shrimple.srht.site/OuchBrowser.NET/issues</url> 59 + <url 60 + type="vcs-browser" 61 + >https://tangled.org/shrimple.srht.site/OuchBrowser.NET</url> 62 + <url 63 + type="translate" 64 + >https://hosted.weblate.org/projects/ouch/net/</url> 55 65 <screenshots> 56 66 <screenshot type="default"> 57 - <image>https://tangled.org/shrimple.srht.site/OuchBrowser.NET/raw/main/OuchBrowser/Screenshots/Screenshot%20with%20Sidebar%20Open.png</image> 67 + <image 68 + >https://tangled.org/shrimple.srht.site/OuchBrowser.NET/raw/main/OuchBrowser/Screenshots/Screenshot%20with%20Sidebar%20Open.png</image> 58 69 </screenshot> 59 70 <screenshot> 60 - <image>https://tangled.org/shrimple.srht.site/OuchBrowser.NET/raw/main/OuchBrowser/Screenshots/Screenshot%20with%20Sidebar%20Closed.png</image> 71 + <image 72 + >https://tangled.org/shrimple.srht.site/OuchBrowser.NET/raw/main/OuchBrowser/Screenshots/Screenshot%20with%20Sidebar%20Closed.png</image> 61 73 </screenshot> 62 74 <screenshot> 63 - <image>https://tangled.org/shrimple.srht.site/OuchBrowser.NET/raw/main/OuchBrowser/Screenshots/Screenshot%20with%20Command%20Palette%20Open.png</image> 75 + <image 76 + >https://tangled.org/shrimple.srht.site/OuchBrowser.NET/raw/main/OuchBrowser/Screenshots/Screenshot%20with%20Command%20Palette%20Open.png</image> 64 77 </screenshot> 65 78 </screenshots> 66 - </component> 79 + </component>
+2
site.srht.shrimple.OuchBrowser.json
··· 12 12 "--share=ipc", 13 13 "--socket=fallback-x11", 14 14 "--device=dri", 15 + "--device=all", 16 + "--socket=cups", 15 17 "--socket=wayland", 16 18 "--filesystem=home" 17 19 ],