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

gitlab.com/Remmina/remmina-sandbox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ideas
diff options
context:
space:
mode:
authorYasin Bakhtiar <yasinbakhtiar@outlook.com>2023-11-09 14:45:16 +0300
committerYasin Bakhtiar <yasinbakhtiar@outlook.com>2023-11-09 14:45:16 +0300
commit40a94bce71367d4c654cb6b170e07cb798f97d66 (patch)
tree9e9c504164acf7301b259c1301e9cb4524d344f9 /ideas
parente83b26e0abdd4bb1e94e20a8492fc2c426950840 (diff)
remake the repo
Diffstat (limited to 'ideas')
-rw-r--r--ideas/Automations.md25
-rw-r--r--ideas/Favorite-Connections.md7
-rw-r--r--ideas/File-Copy&Paste-Clipboard.md4
-rw-r--r--ideas/MiniGame.md10
-rw-r--r--ideas/RemoteDesktopShadowing.md7
-rw-r--r--ideas/Retry-Button.md5
6 files changed, 58 insertions, 0 deletions
diff --git a/ideas/Automations.md b/ideas/Automations.md
new file mode 100644
index 0000000..279c6ef
--- /dev/null
+++ b/ideas/Automations.md
@@ -0,0 +1,25 @@
+# Introduction
+
+Let's put in place a CI to automatize whatever we do by hand.
+
+So far we do (almost) manually
+
+1. Update po files (witha a script and manual commit)
+2. Update developer documentation (with a script on @antenore server)
+3. Release (quite manual), on Remmina (tag), launchpad, snap and flatpak.
+
+# Developer documentation and translations
+
+* Create a new project RemminaAuto
+* Create a .gitlab-ci.yml that
+ * Checkout the Remmina source code and Remmina gitlab pages code.
+ * run the scripts/update-translations.sh
+ * Commit the new translations
+ * Build the Doxygen doc
+ * Commit new files in gitlab pages
+
+## Notes
+
+- The ci should be triggered only when merge requests are accepted and merged
+- We should also check if we can submit issues through the CI, if yes, we can submit an issue to the translator when there is job for him.
+
diff --git a/ideas/Favorite-Connections.md b/ideas/Favorite-Connections.md
new file mode 100644
index 0000000..efa9cb7
--- /dev/null
+++ b/ideas/Favorite-Connections.md
@@ -0,0 +1,7 @@
+# Introduction
+Implement favorite connections to quickly access to the most used connections instead of doing search everytime.
+
+Related issue: [#476](https://gitlab.com/Remmina/Remmina/-/issues/476)
+
+# Notes
+- This feature should be added to the GTK4 version of Remmina.(see [here](https://gitlab.com/Remmina/Remmina/-/merge_requests/2465))
diff --git a/ideas/File-Copy&Paste-Clipboard.md b/ideas/File-Copy&Paste-Clipboard.md
new file mode 100644
index 0000000..71ef154
--- /dev/null
+++ b/ideas/File-Copy&Paste-Clipboard.md
@@ -0,0 +1,4 @@
+# Introduction
+Using RDP as remote desktop besides local desktop, it's often necessary to copy content and files between the hosts. This could make remote desktop usage so much more efficient than usage today without.
+
+Related issue: [#2086](https://gitlab.com/Remmina/Remmina/-/issues/2086)
diff --git a/ideas/MiniGame.md b/ideas/MiniGame.md
new file mode 100644
index 0000000..40c4912
--- /dev/null
+++ b/ideas/MiniGame.md
@@ -0,0 +1,10 @@
+# Introduction
+Sometimes, users may wait for connection or doing a time consuming process on remote desktop. It were great if Remmina had a mini-game.
+
+Related issue: [#2899](https://gitlab.com/Remmina/Remmina/-/issues/2899)
+
+# Notes
+- The user that is going to need a break, will be more likely connected to a remote server, so the Remmina Toolbar would be the nearest and more logical place where to place such a button that runs the game.
+- The button should simply Connect a Remmina Connection Profile (a .remmina file) that is linked to the game.
+- It can't be embed as a window inside the Remmina Connection Window.
+- Pay attention that GTK4 has more features about OpenGL.
diff --git a/ideas/RemoteDesktopShadowing.md b/ideas/RemoteDesktopShadowing.md
new file mode 100644
index 0000000..bdb5587
--- /dev/null
+++ b/ideas/RemoteDesktopShadowing.md
@@ -0,0 +1,7 @@
+# Introduction
+Give the possibility to share the same user session in remote desktop . You can use Remote Desktop Shadowing to remotely connect to user sessions on Windows computers. This feature is essentially an analog of Remote Assistance and allows administrators to remotely view and interact with the user’s desktop both on desktop versions (Windows 11 or 10) and on Windows Server RDS servers.
+
+Related issue: [#2774](https://gitlab.com/Remmina/Remmina/-/issues/2774)
+
+# Notes
+- Remote Desktop Shadowing is not supported in FreeRDP at the moment. \ No newline at end of file
diff --git a/ideas/Retry-Button.md b/ideas/Retry-Button.md
new file mode 100644
index 0000000..864c1c6
--- /dev/null
+++ b/ideas/Retry-Button.md
@@ -0,0 +1,5 @@
+# Introduction
+If the connection fails, for example, the host has not booted yet, the window just shows "Close" button.
+It would be nice to have a "Retry" button next to "Close".
+
+Related issue: [#3005](https://gitlab.com/Remmina/Remmina/-/issues/3005) and [#2387](https://gitlab.com/Remmina/Remmina/-/issues/2387)