Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2018-07-30 01:19:23 +0300
committerAntenore Gatta <antenore@simbiosi.org>2018-07-30 01:19:23 +0300
commitaefa3f910e1bb72bc86e855a759cadd80c629545 (patch)
tree78d92ef4918580630d309878324a8310d0534b60
parentb42a41c4bfd0433428f2d5034dda2f1cb241c7f4 (diff)
Updating metadata
-rw-r--r--data/desktop/org.remmina.Remmina.appdata.xml6
-rw-r--r--flatpak/README.md4
-rw-r--r--remmina.doap6
-rw-r--r--src/remmina_exec.c2
-rw-r--r--src/remmina_main.c2
5 files changed, 10 insertions, 10 deletions
diff --git a/data/desktop/org.remmina.Remmina.appdata.xml b/data/desktop/org.remmina.Remmina.appdata.xml
index 7dad37d94..6a3d93323 100644
--- a/data/desktop/org.remmina.Remmina.appdata.xml
+++ b/data/desktop/org.remmina.Remmina.appdata.xml
@@ -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>
diff --git a/flatpak/README.md b/flatpak/README.md
index 75dc5f8e5..a8509e6f9 100644
--- a/flatpak/README.md
+++ b/flatpak/README.md
@@ -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
diff --git a/remmina.doap b/remmina.doap
index cfd792260..06a094aec 100644
--- a/remmina.doap
+++ b/remmina.doap
@@ -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>
diff --git a/src/remmina_exec.c b/src/remmina_exec.c
index 7195826b4..8d08fe81e 100644
--- a/src/remmina_exec.c
+++ b/src/remmina_exec.c
@@ -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;
diff --git a/src/remmina_main.c b/src/remmina_main.c
index 099a32fab..f982b25b4 100644
--- a/src/remmina_main.c
+++ b/src/remmina_main.c
@@ -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)