Skip to content

Add "astree.png" (app icon), "astree.desktop" and "astree.appdata.xml" files #23

@ghost

Description

For example, astree.desktop:

[Desktop Entry]
Type=Application
Name=Astree
Exec=astree %f
Icon=astree
Terminal=false
Categories=Graphics;Engineering;Education;
MimeType=application/x-astree;
StartupNotify=true

For example, astree.appdata.xml (created using @probonopd's generator)

<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
	<id>astree</id>
	<metadata_license>CC0-1.0</metadata_license>
	<project_license>LGPL-3.0</project_license>
	<name>Astree</name>
	<summary>Free open-source optical ray tracing and design software</summary>
	<description>
		<p>Astree software computes and shows the ray-tracing analysis of optical devices, having conical or polynomial surfaces,having reflections, transmissions, stops, analysis of the image quality.</p>
	</description>
	<launchable type="desktop-id">astree.desktop</launchable>
	<url type="homepage">http://edeforas.free.fr/</url>
	<screenshots>
		<screenshot type="default">
			<image>http://edeforas.free.fr/Astree/astree.png</image>
		</screenshot>
	</screenshots>
	<provides>
		<id>astree.desktop</id>
	</provides>
</component>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions