Updating metadata

This commit is contained in:
Antenore Gatta 2018-07-30 00:19:23 +02:00
parent b42a41c4bf
commit aefa3f910e
5 changed files with 10 additions and 10 deletions

View File

@ -67,15 +67,15 @@
</p>
</description>
<screenshots>
<screenshot type="default">http://www.remmina.org/wp/wp-content/gallery/screenshots-1/RemminaUI.png</screenshot>
<screenshot type="default">https://remmina.org/assets/images/RemminaUI.png</screenshot>
<screenshot>https://www.remmina.org/images/appdata/protocol-rdp.png</screenshot>
<screenshot>https://www.remmina.org/images/appdata/protocol-vnc.png</screenshot>
<screenshot>https://www.remmina.org/images/appdata/protocol-ssh.png</screenshot>
<screenshot>https://www.remmina.org/images/appdata/protocol-sftp.png</screenshot>
</screenshots>
<url type="homepage">https://www.remmina.org/</url>
<url type="bugtracker">https://github.com/FreeRDP/Remmina/issues</url>
<url type="help">https://github.com/FreeRDP/Remmina/wiki</url>
<url type="bugtracker">https://gitlab.com/Remmina/Remmina/issues</url>
<url type="help">https://gitlab.com/Remmina/Remmina/wikis/home</url>
<mimetypes>
<mimetype>application/x-remmina</mimetype>
</mimetypes>

View File

@ -1,7 +1,7 @@
Precompiled binaries
-----------------
See [the wiki](https://github.com/FreeRDP/Remmina/wiki#for-users-with-a-distro-that-supports-flatpak-including-ubuntu) for instructions. The recipe here is always pointed to the `master` branch. The recipe in [the flathub repository](https://github.com/flathub/org.remmina.Remmina/blob/master/org.remmina.Remmina.json) is pointed to the latest tagged release. Files except the JSON file in this directory is used for automatic builds.
See [the wiki](https://gitlab.com/Remmina/Remmina/wikis/home#for-users-with-a-distro-that-supports-flatpak-including-ubuntu) for instructions. The recipe here is always pointed to the `master` branch. The recipe in [the flathub repository](https://github.com/flathub/org.remmina.Remmina/blob/master/org.remmina.Remmina.json) is pointed to the latest tagged release. Files except the JSON file in this directory is used for automatic builds.
Build instructions
------------------
@ -62,5 +62,5 @@ Security considerations
(see downstream and upstream bugs), Remmina's Flatpak bundles an out of date
version of Xephyr (`1.16.4`) for the XDMCP plugin.
- https://github.com/FreeRDP/Remmina/issues/366
- https://gitlab.com/Remmina/Remmina/issues/366
- https://bugs.freedesktop.org/show_bug.cgi?id=91700

View File

@ -8,10 +8,10 @@
<shortdesc xml:lang="en">Remote Desktop Client</shortdesc>
<shortdesc xml:lang="it">Client di connessione a desktop remoti</shortdesc>
<shortdesc xml:lang="fr">Client de contrôle de bureau à distance</shortdesc>
<homepage rdf:resource="https://github.com/FreeRDP/Remmina/wiki" />
<homepage rdf:resource="https://www.remmina.org" />
<mailing-list rdf:resource="https://lists.sourceforge.net/mailman/listinfo/remmina-common" />
<download-page rdf:resource="https://github.com/FreeRDP/Remmina" />
<bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=gnome-terminal" />
<download-page rdf:resource="https://gitlab.com/Remmina/Remmina" />
<bug-database rdf:resource="https://gitlab.com/Remmina/Remmina/issues" />
<category rdf:resource="http://api.gnome.org/doap-extensions#core" />
<programming-language>C</programming-language>

View File

@ -180,7 +180,7 @@ void remmina_exec_command(RemminaCommandType command, const gchar* data)
case REMMINA_COMMAND_CONNECT:
/** @todo This should be a G_OPTION_ARG_FILENAME_ARRAY (^aay) so that
* we can implement multi profile connection:
* https://github.com/FreeRDP/Remmina/issues/915
* https://gitlab.com/Remmina/Remmina/issues/915
*/
remmina_connection_window_open_from_filename(data);
break;

View File

@ -931,7 +931,7 @@ void remmina_main_on_action_help_homepage(GtkAction *action, gpointer user_data)
void remmina_main_on_action_help_wiki(GtkAction *action, gpointer user_data)
{
TRACE_CALL(__func__);
g_app_info_launch_default_for_uri("https://github.com/FreeRDP/Remmina/wiki", NULL, NULL);
g_app_info_launch_default_for_uri("https://gitlab.com/Remmina/Remmina/wikis/home", NULL, NULL);
}
void remmina_main_on_action_help_gplus(GtkAction *action, gpointer user_data)