From ab3c5bf3639e2b285d499bca5dd894c9cea010a4 Mon Sep 17 00:00:00 2001 From: Angoosh Date: Tue, 19 Nov 2024 11:08:42 +0100 Subject: [PATCH] changed build order for more optimized build process, added settings.json and changed gtkText to gtkEntry for better gnome integration --- .../com.angoosh.RDPConnect.ui | 25 ++++++++----------- .../com.angoosh.RDPConnect.yml | 16 ++++++------ com.angoosh.RDPConnect/settings.json | 7 ++++++ 3 files changed, 26 insertions(+), 22 deletions(-) create mode 100644 com.angoosh.RDPConnect/settings.json diff --git a/com.angoosh.RDPConnect/com.angoosh.RDPConnect.ui b/com.angoosh.RDPConnect/com.angoosh.RDPConnect.ui index fed3f35..dc31b91 100644 --- a/com.angoosh.RDPConnect/com.angoosh.RDPConnect.ui +++ b/com.angoosh.RDPConnect/com.angoosh.RDPConnect.ui @@ -44,7 +44,7 @@ False start 5 - 5 + 8 User: center 1.0 @@ -59,7 +59,7 @@ False start 5 - 5 + 6 Password: center 1.0 @@ -76,34 +76,31 @@ 5 vertical - - textentry - 5 + + 2 5 - 5 + 2 ip-adresa 0.02 - - textentry + True - 5 + 2 5 - 5 + 2 uzivatel True 0.02 - - textentry + True - 5 + 2 5 - 5 + 2 heslo False 0.02 diff --git a/com.angoosh.RDPConnect/com.angoosh.RDPConnect.yml b/com.angoosh.RDPConnect/com.angoosh.RDPConnect.yml index 3557b10..7b7cb1b 100644 --- a/com.angoosh.RDPConnect/com.angoosh.RDPConnect.yml +++ b/com.angoosh.RDPConnect/com.angoosh.RDPConnect.yml @@ -19,6 +19,14 @@ modules: url: https://www.python.org/ftp/python/3.9.9/Python-3.9.9.tar.xz sha256: 06828c04a573c073a4e51c4292a27c1be4ae26621c3edc7cf9318418ce3b6d27 + - name: pip-deps + buildsystem: simple + build-options: + build-args: + - --share=network + build-commands: + - pip3 install PyGObject + - name: rdpconnect buildsystem: simple build-commands: @@ -49,11 +57,3 @@ modules: path: com.angoosh.RDPConnect.svg - type: file path: com.angoosh.RDPConnect.desktop - - - name: pip-deps - buildsystem: simple - build-options: - build-args: - - --share=network - build-commands: - - pip3 install PyGObject \ No newline at end of file diff --git a/com.angoosh.RDPConnect/settings.json b/com.angoosh.RDPConnect/settings.json new file mode 100644 index 0000000..e2b926c --- /dev/null +++ b/com.angoosh.RDPConnect/settings.json @@ -0,0 +1,7 @@ +{ + "extra_params": [ + "/monitors:1,0", + "+dynamic-resolution" + ], + "save_conn": true +} \ No newline at end of file