virt-viewer/data/org.virt-manager.virt-viewer.appdata.xml.in
Michael Weghorn 4676c57486 Make app-id and desktop file name match
The application uses an application-id of
"org.virt-manager.virt-viewer" (see function
remote_viewer_new in src/remote-viewer.c).

So far, there was a mismatch between this
application-id and the desktop file name,
resulting e.g. in no proper window icon being
used when running the app on KDE Plasma Wayland.

Adjust the name of the desktop and appdata
files to match the application-id as expected.

Also update the translatable strings using this
command:

    ninja -C _build virt-viewer-pot

Fixes: https://gitlab.com/virt-viewer/virt-viewer/-/issues/135
Signed-off-by: Michael Weghorn <m.weghorn@posteo.de>
2024-02-13 15:48:54 +01:00

42 lines
1.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>remote-viewer</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<name>Remote Viewer</name>
<summary>Remotely access virtual machines</summary>
<description>
<p>
Remote Viewer provides a graphical viewer for the guest OS
display. At this time it supports guest OS using the VNC
or SPICE protocols. Further protocols may be supported in
the future as user demand dictates. The viewer can connect
directly to both local and remotely hosted guest OS, optionally
using SSL/TLS encryption.
</p>
</description>
<screenshots>
<screenshot type="default">
<image>https://virt-manager.org/appdata/en_US/virt-viewer/general.png</image>
</screenshot>
<screenshot>
<image>https://virt-manager.org/appdata/en_US/virt-viewer/connection.png</image>
</screenshot>
<screenshot>
<image>https://virt-manager.org/appdata/en_US/virt-viewer/usbredir.png</image>
</screenshot>
<screenshot>
<image>https://virt-manager.org/appdata/en_US/virt-viewer/shared_folder.png</image>
</screenshot>
</screenshots>
<launchable type="desktop-id">org.virt-manager.virt-viewer.desktop</launchable>
<provides>
<binary>remote-viewer</binary>
<binary>virt-viewer</binary>
</provides>
<url type="homepage">https://gitlab.com/virt-viewer/virt-viewer/</url>
<url type="bugtracker">https://gitlab.com/virt-viewer/virt-viewer/-/issues</url>
<url type="translate">https://translate.fedoraproject.org/projects/virt-viewer/virt-viewer/</url>
<content_rating type="oars-1.1" />
</component>