您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

org.tigervnc.vncviewer.metainfo.xml.in 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. (c) 2021-2022 Joachim Falk <joachim.falk@gmx.de>
  4. Copying and distribution of this file, with or without modification, are
  5. permitted in any medium without royalty provided the copyright notice and this
  6. notice are preserved. This file is offered as-is, without any warranty.
  7. -->
  8. <component type="desktop-application">
  9. <id>org.tigervnc.vncviewer</id>
  10. <metadata_license>FSFAP</metadata_license>
  11. <project_license>GPL-2.0-or-later</project_license>
  12. <name>TigerVNC Viewer</name>
  13. <summary>Connect to VNC server and display remote desktop</summary>
  14. <content_rating type="oars-1.1"/>
  15. <description>
  16. <p>
  17. Virtual Network Computing (VNC) is a remote display system that allows you to view and interact with a virtual desktop environment running on another computer on the network.
  18. Using VNC, you can run graphical applications on a remote machine and send only the display from these applications to your local device.
  19. This package contains a client which will enable you to connect to other desktops running a VNC server.
  20. VNC is platform-independent and supports various operating systems and architectures as both servers and clients.
  21. </p>
  22. <p>
  23. TigerVNC is a high-speed version of VNC based on the RealVNC 4 and X.org code bases.
  24. TigerVNC started as a next-generation development effort for TightVNC on Unix and Linux platforms, but it split from its parent project in early 2009 so that TightVNC could focus on Windows platforms.
  25. TigerVNC supports a variant of Tight encoding that is greatly accelerated by the use of the libjpeg-turbo JPEG codec.
  26. </p>
  27. </description>
  28. <launchable type="desktop-id">vncviewer.desktop</launchable>
  29. <screenshots>
  30. <screenshot type="default">
  31. <caption>TigerVNC Viewer connection to a CentOS machine</caption>
  32. <image>https://raw.githubusercontent.com/TigerVNC/tigervnc/741d3edbfab65eda6f033078bc06347fe244ea6a/vncviewer/metainfo/tigervnc-connection-linux.jpg</image>
  33. </screenshot>
  34. <screenshot>
  35. <caption>TigerVNC Viewer connection to a macOS machine</caption>
  36. <image>https://raw.githubusercontent.com/TigerVNC/tigervnc/741d3edbfab65eda6f033078bc06347fe244ea6a/vncviewer/metainfo/tigervnc-connection-macos.jpg</image>
  37. </screenshot>
  38. <screenshot>
  39. <caption>TigerVNC Viewer connection to a Windows machine</caption>
  40. <image>https://raw.githubusercontent.com/TigerVNC/tigervnc/741d3edbfab65eda6f033078bc06347fe244ea6a/vncviewer/metainfo/tigervnc-connection-windows.jpg</image>
  41. </screenshot>
  42. </screenshots>
  43. </component>