Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding an appdata.xml file #61

Closed
LyesSaadi opened this issue Aug 24, 2020 · 1 comment
Closed

Adding an appdata.xml file #61

LyesSaadi opened this issue Aug 24, 2020 · 1 comment
Labels
Fix Released The fix was released.

Comments

@LyesSaadi
Copy link

Hi!

While trying to revive the MenuLibre package in Fedora, I thought I'd create an appdata.xml file. And I see that you already have one for mugshot, so I guess I don't have to explain how it works/why is it needed 😛.

I just stuck to the basics, as I didn't want to go too crazy for an unofficial AppData 😛. Feel free to use the version below as a beginning: But I have to insist on the importance of an AppData file!

<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
	<id>menulibre</id>
	<metadata_license>MIT</metadata_license>
	<project_license>GPL-3.0-only</project_license>
	<name>MenuLibre</name>
	<summary>MenuLibre is an advanced FreeDesktop.org compliant menu editor</summary>
	<description>
		<p>
			All fields specified in the FreeDesktop.org Desktop Entry and Menu
			specifications are available to quickly update. Additionally,
			MenuLibre provides an editor for the launcher actions used by
			applications such as Unity and Plank.
		</p>
		<p>
			<em>Features:</em>
		</p>
		<ul>
			<li>A beautiful interface powered by the latest version of GTK+.</li>
			<li>Create new launchers, or modify existing ones with complete control over common settings and access to advanced settings.</li>
			<li>Add, remove, and adjust desktop actions: powerful shortcuts available used by Unity, Xfce, and Pantheon.</li>
			<li>Easily rearrange menu items to suit your needs.</li>
		</ul>
	</description>
	<screenshots>
		<screenshot type="default">
			<image>https://bluesabre.org/content/images/size/w2000/2019/12/menulibre-1.png</image>
		</screenshot>
		<screenshot>
			<image>https://bluesabre.org/content/images/2019/12/menulibre_2014_01.png</image>
		</screenshot>
		<screenshot>
			<image>https://bluesabre.org/content/images/2019/12/menulibre_2014_02.png</image>
		</screenshot>
		<screenshot>
			<image>https://bluesabre.org/content/images/2019/12/menulibre_2014_03.png</image>
		</screenshot>
		<screenshot>
			<image>https://bluesabre.org/content/images/2019/12/menulibre_2014_04.png</image>
		</screenshot>
		<screenshot>
			<image>https://bluesabre.org/content/images/2019/12/menulibre_2014_05.png</image>
		</screenshot>
		<screenshot>
			<image>https://bluesabre.org/content/images/2019/12/menulibre_2014_06.png</image>
		</screenshot>
		<screenshot>
			<image>https://bluesabre.org/content/images/2019/12/menulibre_2014_07.png</image>
		</screenshot>
		<screenshot>
			<image>https://bluesabre.org/content/images/2019/12/menulibre_2014_08.png</image>
		</screenshot>
		<screenshot>
			<image>https://bluesabre.org/content/images/2019/12/menulibre_2014_09.png</image>
		</screenshot>
	</screenshots>
	<url type="homepage">https://bluesabre.org/menulibre/</url>
	<developer_name>bluesabre</developer_name>
</component>

Thank you for this amazing software ❤️!

bluesabre added a commit that referenced this issue Sep 21, 2021
@bluesabre
Copy link
Owner

Thanks for the reminder! Added in the above commit.

@bluesabre bluesabre added the Fix Released The fix was released. label Sep 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fix Released The fix was released.
Projects
None yet
Development

No branches or pull requests

2 participants