Files
Flatpaks/com.angoosh.RDPConnect/com.angoosh.RDPConnect.metainfo.xml

72 lines
2.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2024 Antonin Kaplan -->
<component type="desktop-application">
<id>com.angoosh.RDPConnect</id>
<name>RDP Connect</name>
<summary>Connect to remote desktop</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>Apache-2.0</project_license>
<developer id="com.angoosh">
<name>Antonin Kaplan</name>
</developer>
<icon type="remote">https://gitea.farmdash.org/angoosh/Flatpaks/raw/commit/f7dd9eba0ef64de37b82cde8f57781cda2ca7944/com.angoosh.RDPConnect/com.angoosh.RDPConnect.svg</icon>
<description>
<p>Simple GUI for FreeRDP</p>
<p>Code launched sdl-freerdp so it's gui can be used for confirming keys and other stuff if nessesary.</p>
<p>By default it launches FreeRDP only with <code> /v /u /p </code> tags. Aditional tags can be added in the settings json located in <code> ~/.config/rdpconnect/settings.json </code> in the <code> extra_params </code> array</p>
<p> Example settings.json which works with all my 2 multimonitor setups (one with 2 and one with 3 monitors): <code> {
"extra_params": [
"/monitors:1,0",
"+dynamic-resolution"
],
"save_conn": false
}
</code></p>
</description>
<launchable type="desktop-id">com.angoosh.RDPConnect.desktop</launchable>
<branding>
<color type="primary" scheme_preference="light">#deddda</color>
<color type="primary" scheme_preference="dark">#5e5c64</color>
</branding>
<content_rating type="oars-1.1" />
<url type="homepage">https://gitea.farmdash.org/angoosh/Flatpaks/src/branch/main/com.angoosh.RDPConnect</url>
<url type="bugtracker">https://gitea.farmdash.org/angoosh/Flatpaks/issues</url>
<url type="vcs-browser">https://gitea.farmdash.org/angoosh/Flatpaks/src/branch/main/com.angoosh.RDPConnect</url>
<releases>
<release version="1.0.0" date="2024-11-19">
<url type="details">https://gitea.farmdash.org/angoosh/Flatpaks/commits/branch/main</url>
<description>
<p>Initial release</p>
</description>
</release>
<release version="1.0.1" date="2024-11-20">
<url type="details">https://gitea.farmdash.org/angoosh/Flatpaks/commits/branch/main</url>
<description>
<p>Changed directory permissions from home to xdg-config</p>
</description>
</release>
<release version="1.0.2" date="2024-11-20">
<url type="details">https://gitea.farmdash.org/angoosh/Flatpaks/commit/85ea660c7e11d0c65c8aef23fcf76853882975cf</url>
<description>
<p>Password is now encrypted</p>
</description>
</release>
</releases>
<screenshots>
<screenshot type="default">
<image>https://gitea.farmdash.org/angoosh/Flatpaks/raw/commit/f6975cccb14ada36c4412738e98221fd94bccf8f/com.angoosh.RDPConnect/Screenshot0.png</image>
</screenshot>
</screenshots>
</component>