1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2015 Arnaud Bonatti <arnaud.bonatti@gmail.com> -->
<component type="desktop-application">
<id>ca.desrt.dconf-editor</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>Dconf Editor</name>
<summary>A graphical tool for editing the dconf database</summary>
<description>
<p>
Dconf Editor is a tool to allow direct editing of the dconf configuration database.
This is useful when developing applications that use these settings.
</p>
<p>
Editing your configuration directly is an advanced feature and may cause applications to not work correctly.
</p>
</description>
<releases>
<!-- should be kept in versioning inverted order -->
<release version="49.0" date="2025-09-12" type="stable" urgency="medium"/>
<release version="49~rc" date="2025-09-02" type="development" urgency="low"/>
<release version="45.0" date="2023-09-18" type="stable" urgency="high"/>
<release version="43.0" date="2022-09-17" type="stable" urgency="medium"/>
<release version="43~beta" date="2022-07-27" type="development" urgency="low"/>
<release version="43~alpha" date="2022-07-13" type="development" urgency="low"/>
<release version="3.38.2" date="2020-11-22" type="stable" urgency="medium"/>
<release version="3.37.91" date="2020-08-28" type="development" urgency="low"/>
</releases>
<screenshots>
<screenshot type="default" height="576" width="1024">
<image>https://gitlab.gnome.org/GNOME/dconf-editor/raw/master/editor/screenshot1.png</image>
<caption>Browse the keys used by installed applications</caption>
</screenshot>
<screenshot type="default" height="576" width="1024">
<image>https://gitlab.gnome.org/GNOME/dconf-editor/raw/master/editor/screenshot2.png</image>
<caption>Read keys descriptions and edit their values</caption>
</screenshot>
</screenshots>
<branding>
<color type="primary" scheme_preference="light">#68a5ff</color>
<color type="primary" scheme_preference="dark">#0062d2</color>
</branding>
<url type="homepage">https://apps.gnome.org/DconfEditor/</url>
<url type="bugtracker">https://gitlab.gnome.org/GNOME/dconf-editor/issues</url>
<url type="translate">https://l10n.gnome.org/module/dconf-editor/</url>
<url type="vcs-browser">https://gitlab.gnome.org/GNOME/dconf-editor</url>
<!--GNOME Projects usually have no per-app donation page-->
<url type="donation">https://www.gnome.org/donate/</url>
<url type="contribute">https://welcome.gnome.org/app/DconfEditor/</url>
<update_contact>arnaud.bonatti_at_gmail.com</update_contact>
<developer id="org.gnome">
<name>The GNOME Project</name>
</developer>
<content_rating type="oars-1.1"/>
<requires>
<display_length compare="ge">360</display_length>
<internet>offline-only</internet>
</requires>
<supports>
<control>keyboard</control>
<control>pointing</control>
<control>touch</control>
</supports>
<provides>
<binary>dconf-editor</binary>
</provides>
<translation type="gettext">dconf-editor</translation>
<launchable type="desktop-id">ca.desrt.dconf-editor.desktop</launchable>
</component>
|