You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the Software Centers need AppStream metadata to find application properly. Currently this metadata file is generated out of the desktop file. But this is deprecated and lacking a lot metadata (see e.g. author field and copyright).
It would be helpful if nextcloud desktop itself would ship a appstream metadata file.
MetaInfo Localization
AppStream MetaInfo files are recognized by xgettext, so you just need to add com.nextcloud.desktopclient.nextcloud to your POTFILES.in to generate templates for all translatable elements in the file. When building the software, you can then instruct your build system to merge in the translations into the new file before installing the translated file as /usr/share/metainfo/com.nextcloud.desktopclient.nextcloud.metainfo.xml.
A first start of the appstream metadata file. See :
<?xml version="1.0" encoding="UTF-8"?>
<componenttype="desktop-application">
<id>com.nextcloud.desktopclient.nextcloud</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0-or-later</project_license>
<developerid="nextcloud.com">
<nametranslate="no">Nextcloud</name>
</developer>
<name>Nextcloud Desktop</name>
<summary>Nextcloud desktop synchronization client</summary>
<description>
<p>
The Nextcloud desktop app lets you always have your latest files wherever you are.
Just specify one or more folders on the local machine to and a server to synchronize to.
You can configure more computers to synchronize to the same server and any change to
the files on one computer will silently and reliably flow across to every other.
</p>
</description>
<launchabletype="desktop-id">com.nextcloud.desktopclient.nextcloud.desktop</launchable>
<screenshottype="default">
<caption>Nextcloud Desktop under Windows</caption>
<imagewidth="960"height="540"type="source">https://nextcloud.com/c/uploads/2022/12/nextcloud-windows-desktop-integration.jpg</image>
<screenshot>
<categories>
<category>Office</category>
<category>Utility</category>
</categories>
<urltype="homepage">https://nextcloud.com</url>
<urltype="bugtracker">https://github.com/nextcloud/desktop/issues</url>
<provides>
<binary>nextcloud-desktop</binary>
</provides>
</component>
The text was updated successfully, but these errors were encountered:
Most of the Software Centers need AppStream metadata to find application properly. Currently this metadata file is generated out of the desktop file. But this is deprecated and lacking a lot metadata (see e.g. author field and copyright).
It would be helpful if nextcloud desktop itself would ship a appstream metadata file.
MetaInfo Localization
AppStream MetaInfo files are recognized by
xgettext
, so you just need to add com.nextcloud.desktopclient.nextcloud to your POTFILES.in to generate templates for all translatable elements in the file. When building the software, you can then instruct your build system to merge in the translations into the new file before installing the translated file as/usr/share/metainfo/com.nextcloud.desktopclient.nextcloud.metainfo.xml
.A first start of the appstream metadata file. See :
The text was updated successfully, but these errors were encountered: