Skip to content

Commit f829a71

Browse files
Improve metadata to follow Flathub guidelines (#935)
1 parent 8e69bf6 commit f829a71

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

dist/screenshots/linux_main.png

-20.4 KB
Loading
-22.1 KB
Loading

src/app/data/org.fedoraproject.MediaWriter.metainfo.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<name xml:lang="uk">Fedora Media Writer</name>
5151
<name xml:lang="zh-cn">Fedora Media Writer</name>
5252
<name xml:lang="zh-tw">Fedora 媒體寫入器</name>
53-
<summary>A tool to create a live USB drive with an edition of Fedora</summary>
53+
<summary>Create a Fedora live USB drive</summary>
5454
<summary xml:lang="ar">أداة لإنشاء محرك أقراص USB تقوم بتشغيل إحدى إصدارات فيدورا مباشرة</summary>
5555
<summary xml:lang="az">Fedora Buraxılışı ilə Live USB diski yaratmaq üçün bir vasitədir</summary>
5656
<summary xml:lang="be">Інструмент для стварэння носьбітаў Live USB з пэўным выпускам Fedora</summary>
@@ -96,6 +96,10 @@
9696
<summary xml:lang="uk">Інструмент для створення портативних дисків USB із редакцією Fedora</summary>
9797
<summary xml:lang="zh-cn">一个用来创建 Live USB 启动盘的 Fedora 版工具</summary>
9898
<summary xml:lang="zh-tw">為各種 Fedora 版本製作 Live USB 裝置的工具</summary>
99+
<branding>
100+
<color type="primary" scheme_preference="light">#aad0ee</color>
101+
<color type="primary" scheme_preference="dark">#3c6eb4</color>
102+
</branding>
99103
<description>
100104
<p>A tool to create a bootable live USB drive with an edition of Fedora. Not only can Fedora Media Writer write an image to your flash drive, it can also download it for you. It offers official editions (Server, Workstation), Fedora spins (KDE Plasma Desktop, Xfce Desktop, Cinnamon Desktop,...), and Fedora Labs (Design Suite, Security Lab,...). It provides basic information about each of them to help you make the right choice.</p>
101105
<p xml:lang="ar">أداة لإنشاء محرك أقراص USB مباشر قابلة للإقلاع بإحدى إصدارات فيدورا. لا يقوم كاتب وسائط فيدورا بكتابة صورة القرص وحسب، بل بوسعه أيضًا تنزيلها لك. يدعم الإصدارات الرسمية (الخادوم ومحطة العمل)، ومتحوِّرات فيدورا (أسطح مكتب كيدي وإكسفس وسينامن...) ومختبرات فيدورا (Desgin Suite وSecurity Lab...). كما يعطيك معلومات أساسية عن كل واحد منهم لمساعدتك في اختيار الأنسب.</p>

src/app/data/org.fedoraproject.MediaWriter.metainfo.xml.in

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
<project_license>GPL-2.0+</project_license>
88
<metadata_license>CC0-1.0</metadata_license>
99
<name>Fedora Media Writer</name>
10-
<summary>A tool to create a live USB drive with an edition of Fedora</summary>
10+
<summary>Create a Fedora live USB drive</summary>
11+
<branding>
12+
<color type="primary" scheme_preference="light">#aad0ee</color>
13+
<color type="primary" scheme_preference="dark">#3c6eb4</color>
14+
</branding>
1115
<description>
1216
<p>A tool to create a bootable live USB drive with an edition of Fedora. Not only can Fedora Media Writer write an image to your flash drive, it can also download it for you. It offers official editions (Server, Workstation), Fedora spins (KDE Plasma Desktop, Xfce Desktop, Cinnamon Desktop,...), and Fedora Labs (Design Suite, Security Lab,...). It provides basic information about each of them to help you make the right choice.</p>
1317
<p>Fedora Media Writer can also write other bootable ISOs loaded from your local disk, but keep in mind that it's only tested with Fedora images.</p>
@@ -25,7 +29,7 @@
2529
<url type="homepage">https://github.com/FedoraQt/MediaWriter</url>
2630
<url type="translate">https://translate.fedoraproject.org/engage/fedora-media-writer</url>
2731
<screenshots>
28-
<screenshot type="default"><image type="source">https://github.com/FedoraQt/MediaWriter/raw/main/dist/screenshots/linux_main.png</image></screenshot>
32+
<screenshot type="default"><image type="source">https://github.com/FedoraQt/MediaWriter/raw/main/dist/screenshots/linux_main.png</image></screenshot>
2933
<screenshot><image type="source">https://github.com/FedoraQt/MediaWriter/raw/main/dist/screenshots/linux_select_release.png</image></screenshot>
3034
</screenshots>
3135
<developer_name>Jan Grulich</developer_name>

0 commit comments

Comments
 (0)