Add io.vikunja.Vikunja.appdata.xml and io.vikunja.Vikunja.desktop #162

Closed
RaptaG wants to merge 3 commits from (deleted):main into main
2 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>io.vikunja.Vikunja</id>
<name>Vikunja</name>
<summary>The open-source, self-hostable to-do app. Organize everything, on all platforms.</summary>
<project_license>AGPL-3.0-or-later</project_license>
<metadata_license>CC0-1.0</metadata_license>
<launchable type="desktop-id">io.vikunja.Desktop.desktop</launchable>
<content_rating type="oars-1.1" />
<url type="homepage">https://vikunja.io</url>
<url type="bugtracker">https://kolaente.dev/vikunja/desktop/issues</url>
<url type="help">https://community.vikunja.io</url>
<releases>
<release version="0.21.0" date="2023-7-10" />
</releases>
</component>

View File

@ -0,0 +1,9 @@
[Desktop Entry]
Name=Vikunja
GenericName=The open-source, self-hostable to-do app. Organize everything, on all platforms.
Comment=Vikunja's desktop application
Type=Application
Category=Utility;Accessories;
Keywords=todo;task;
Icon=io.Vikunja.vikunja
Exec=flatpak run io.vikunja.Vikunja
Review

If this is specific to flatpack, we should not include it here but in the flathub build repo.

If this is specific to flatpack, we should not include it here but in the flathub build repo.
Review

If this is specific to flatpack, we should not include it here but in the flathub build repo.

We can only use resource available inside the archive, all processes are done offline

> If this is specific to flatpack, we should not include it here but in the flathub build repo. We can only use resource available inside the archive, all processes are done offline
Review

But we're including the sh wrapper as well? Couldn't we add the .desktop file in a similar manner?

But we're including the sh wrapper as well? Couldn't we add the `.desktop` file in a similar manner?