1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
|
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2009-2014 Vic Lee
Copyright (C) 2014-2015 Antenore Gatta, Fabio Castelli (Muflone), Giovanni Panozzo.
Copyright (C) 2016-2022 Antenore Gatta, Giovanni Panozzo.
Copyright (C) 2022-2023 Antenore Gatta, Giovanni Panozzo, Hiroyuki Tanaka.
-->
<component type="desktop">
<id>org.remmina.Remmina.desktop</id>
<launchable type="desktop-id">org.remmina.Remmina.desktop</launchable>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<name>Remmina</name>
<developer_name>Hiroyuki_Tanaka</developer_name>
<name xml:lang="it">Remmina</name>
<name xml:lang="fr">Remmina</name>
<name xml:lang="hr">Remmina</name>
<summary>Remote Desktop Client</summary>
<summary xml:lang="it">Client di connessione a desktop remoti</summary>
<summary xml:lang="fr">Client de contrôle de bureau à distance</summary>
<summary xml:lang="hr">Klijent za upravljanje udaljenom radnom površinom</summary>
<content_rating type="oars-1.1" />
<releases>
<release version="1.4.35" date="2024-02-23"/>
</releases>
<description>
<p>
Remmina is a remote-desktop client written in GTK, to
use other desktops remotely, from a tiny screen or large monitors.
</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 xml:lang="fr">
Remmina est un client graphique de connexion et de prise de contrôle de
bureau multi-protocoles pour les systèmes d'exploitation basés sur le
noyau Linux. Il s'appuie sur la bibliothèque GTK pour l'affichage et
permet de se connecter à distance sur les bureaux de nombreux systèmes
d'exploitation : GNU/Linux, Unix, Windows, macOS, Android, etc.
</p>
<p xml:lang="hr">
Remmina je klijent udaljene radne površine napisan u GTK, s ciljem
da bude koristan administratorima sustava i putnicima, koji trebaju raditi na
mnogo udaljenih računala ispred ili velikih monitora ili manjih prijenosnika.
</p>
<p>
Remmina supports multiple network protocols in an integrated and
consistent user interface. The protocols currently supported are:
X2Go, RDP (Remote Desktop Protocol), VNC (Virtual Network Computing),
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:
X2Go, RDP (Remote Desktop Protocol), VNC (Virtual Network Computing) e
SSH (Secure Shell / Open SSH).
</p>
<p xml:lang="fr">
Dans sa dernière version, Remmina prend en charge les technologies
X2Go, RDP, SFTP, SSH, et VNC. Les connexions peuvent se faire en clair
(pas sécurisé du tout) ou à travers un tunnel SSH chiffré (recommandé)
par mot de passe ou par échange de clés.
</p>
<p xml:lang="hr">
Remmina podržava mnogo mrežnih protokola u integriranom i dosljednom sučelju.
Trenutno podržani protokoli su:
X2Go, RDP (Protokol udaljene radne površine), VNC (Virtualno mrežno računalstvo),
i SSH (Sigurna ljuska / Otvoreni 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>
<p xml:lang="fr">
Ajout possible de greffons pour la gestion de nouveaux protocoles.
</p>
<p xml:lang="hr">
Vanjski priključci su isto podržani za dodavanje novih protokola i značajki.
</p>
</description>
<screenshots>
<screenshot type="default">
<image>https://remmina.org/assets/images/RemminaUI.png</image>
</screenshot>
<screenshot>
<image>https://www.remmina.org/images/appdata/protocol-rdp.png</image>
</screenshot>
<screenshot>
<image>https://www.remmina.org/images/appdata/protocol-vnc.png</image>
</screenshot>
<screenshot>
<image>https://www.remmina.org/images/appdata/protocol-ssh.png</image>
</screenshot>
<screenshot>
<image>https://www.remmina.org/images/appdata/protocol-sftp.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://www.remmina.org/</url>
<url type="bugtracker">https://gitlab.com/Remmina/Remmina/issues</url>
<url type="help">https://gitlab.com/Remmina/Remmina/wikis/home</url>
<provides>
<mediatype>application/x-remmina</mediatype>
</provides>
<translation type="gettext">remmina</translation>
<update_contact>admin@remmina.org</update_contact>
</component>
|