Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New AppData specification file #419

Merged
merged 8 commits into from
Dec 27, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions remmina/desktop/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ install(FILES ${ICON48_DATA} DESTINATION ${ICON48_DIR})
install(FILES ${ICONSVG_DATA} DESTINATION ${ICONSVG_DIR})

install(FILES remmina.desktop DESTINATION "${REMMINA_DATADIR}/applications")
install(FILES remmina.appdata.xml DESTINATION "${REMMINA_DATADIR}/appdata")
59 changes: 59 additions & 0 deletions remmina/desktop/remmina.appdata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Fabio Castelli (Muflone) <[email protected]> -->
<component type="desktop">
<id>remmina.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<name>Remmina</name>
<summary>Remote Desktop Client</summary>
<summary xml:lang="it">Client di connessione a desktop remoti</summary>
<description>
<p>
Remmina is a remote desktop client written in GTK+, aiming to be useful
for system administrators and travellers, who need to work with lots of
remote computers in front of either large monitors or tiny netbooks.
</p>
<p xml:lang="it">
Remmina è un visualizzatore di desktop remoti scritto in GTK+, utile per
amministratori di sistema e viaggiatori, che hanno bisogno di lavorare con
numerosi computer remoti davanti a grandi monitor oppure a minuscoli
netbook.
</p>

<p>
Remmina supports multiple network protocols in an integrated and
consistent user interface. The protocols currently supported are:
RDP (Remote Desktop Protocol), VNC (Virtual Network Computing),
NX (NoMachine NX / FreeNX), XDMCP (X Display Manager Control Protocol) and
SSH (Secure Shell / Open SSH).
</p>
<p xml:lang="it">
Remmina supporta molteplici protocolli di rete con un'interfaccia utente
consistente e integrata. I protocolli attualmente supportati sono:
RDP (Remote Desktop Protocol), VNC (Virtual Network Computing),
NX (NoMachine NX / FreeNX), XDMCP (X Display Manager Control Protocol) e
SSH (Secure Shell / Open SSH).
</p>

<p>
External plugins are also supported to add new protocols and features.
</p>
<p xml:lang="it">
Sono anche supportati plugin esterni per aggiungere nuovi protocolli e
funzionalità.
</p>
</description>
<screenshots>
<screenshot type="default">https://freerdp.github.io/Remmina/images/appdata/main-en.png</screenshot>
<screenshot type="default" xml:lang="it">https://freerdp.github.io/Remmina/images/appdata/main-it.png</screenshot>
<screenshot>https://freerdp.github.io/Remmina/images/appdata/protocol-rdp.png</screenshot>
<screenshot>https://freerdp.github.io/Remmina/images/appdata/protocol-vnc.png</screenshot>
<screenshot>https://freerdp.github.io/Remmina/images/appdata/protocol-ssh.png</screenshot>
<screenshot>https://freerdp.github.io/Remmina/images/appdata/protocol-sftp.png</screenshot>
<screenshot>https://freerdp.github.io/Remmina/images/appdata/protocol-xdmcp.png</screenshot>
</screenshots>
<url type="homepage">https://freerdp.github.io/Remmina/</url>
<url type="bugtracker">https://github.com/FreeRDP/Remmina/issues</url>
<url type="help">https://github.com/FreeRDP/Remmina/wiki</url>
<updatecontact>[email protected]</updatecontact>
</component>