225 Commits

Author SHA1 Message Date
Rohan Barar
f70dd3f360 Fixed typo in 'libvirt.md' 2024-07-22 07:34:19 +10:00
Rohan Barar
e66cdaf2f3 Fix typos in 'libvirt.md' 2024-07-21 23:19:53 +10:00
Oskar Manhart
70f47c8b12
Merge pull request #149 from KernelGhost/main
Remove obsolete documentation.
2024-07-21 13:14:13 +02:00
Oskar Manhart
6f8b2f08a0
Merge pull request #142 from KernelGhost/updated_application_icons
Updated application icons and project banner.
2024-07-21 13:13:06 +02:00
Rohan Barar
a76a36c89b Remove obsolete documentation. 2024-07-20 23:46:58 +10:00
Rohan Barar
6bdca5dd58 Appeasing Richard Stallman 2024-07-20 23:20:32 +10:00
Rohan Barar
2d7f07d781
Merge branch 'main' into updated_application_icons 2024-07-20 23:18:35 +10:00
Oskar Manhart
658013cfaf
Merge pull request #148 from KernelGhost/main
Display warnings when changing RDP_SCALE automatically to prevent user confusion.
2024-07-20 13:23:24 +02:00
Rohan Barar
daecdbe352 Added sound and microphone support by default + Updated libvirt documentation. 2024-07-20 01:30:13 +10:00
Rohan Barar
8e39412b56 Improved installer demonstration animation. 2024-07-19 14:58:48 +10:00
Rohan Barar
2dfda007a8 Fix #91. 2024-07-19 13:54:12 +10:00
Rohan Barar
701ab587f4 Minor changes to compose.yaml 2024-07-19 13:32:43 +10:00
Rohan Barar
ff2b258ae3 Added official support for Podman. 2024-07-19 13:13:02 +10:00
Rohan Barar
8fbf074307 Added instructions for Podman. 2024-07-19 08:06:53 +10:00
Rohan Barar
c62391abff Corrected RDP_USER variable declaration. 2024-07-18 18:45:57 +10:00
Rohan Barar
9d3191cbf1 Various changes to streamline Docker experience. 2024-07-18 18:27:07 +10:00
Rohan Barar
b0b3c01b9e Added warnings when changing RDP_SCALE automatically to prevent user confusion. 2024-07-18 07:19:18 +10:00
Oskar Manhart
3a46548224
Merge pull request #144 from KernelGhost/main
Fixed #141, #143 and #145
2024-07-17 19:49:52 +02:00
Rohan Barar
39147c7c3c Removed information regarding removed icons from README. 2024-07-17 22:58:38 +10:00
Rohan Barar
cdd3515179 Fixed #143 2024-07-17 22:15:23 +10:00
Rohan Barar
0f1788fca9 Fixed #145 2024-07-17 22:01:40 +10:00
Rohan Barar
3c0dce1003 Further WinApps banner metadata refinements. 2024-07-17 20:10:07 +10:00
Rohan Barar
78e136df89 Updated WinApps banner image metadata. 2024-07-17 20:06:46 +10:00
Rohan Barar
d8aa1d89d6 Fixed #141 2024-07-17 18:56:17 +10:00
Rohan Barar
26da8597b4 Updated application icons and project banner. 2024-07-17 14:13:48 +10:00
LDprg
b811acea64
Merge pull request #139 from KernelGhost/improve-install-script
[Code Refactor] Improved Installation Script
2024-07-16 18:48:43 +02:00
Rohan Barar
c2fe2bcf77 Removed unnecessary indentations from bullet list in README. 2024-07-17 00:17:18 +10:00
Rohan Barar
38d5874d64 Updated .pre-commit-config.yaml 2024-07-17 00:07:49 +10:00
Rohan Barar
e13b9e24a2 Updated bin/winapps to support FreeRDP Flatpak.
[Addendum] Attempted 'pre-commit install && pre-commit run --all-files' to attempt to fix issues with pre-commit.
2024-07-16 23:36:12 +10:00
Rohan Barar
1342574245 Fixed another typo in install script. 2024-07-16 19:21:49 +10:00
Rohan Barar
9634e8a3cf Fixed typo in install script. 2024-07-16 19:17:48 +10:00
Rohan Barar
bb38691c6d Updated README to specify installation instructions for FreeRDP Flatpak. 2024-07-16 18:55:58 +10:00
Rohan Barar
8120df212a Undo erroneous change to bin/winapps. 2024-07-16 18:50:26 +10:00
pre-commit-ci[bot]
2ed89bcead [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-07-16 08:47:22 +00:00
Rohan Barar
66a2d9e365 Added installer support for FreeRDP Flatpak. 2024-07-16 18:46:14 +10:00
Rohan Barar
08324b2a75 Removed 'check' from 'winapps' shell script, as this is no longer required prior to installation. Furthermore, 'winapps manual explorer.exe' is an alternative command with equivalent results. 2024-07-16 12:14:19 +10:00
pre-commit-ci[bot]
d67b4ba694 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-07-16 02:06:48 +00:00
Rohan Barar
75c790fd0d Updated README.md 2024-07-16 12:04:25 +10:00
pre-commit-ci[bot]
a3ed167291 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-07-15 21:03:12 +00:00
Rohan Barar
fb1c3f4805 Merge remote-tracking branch 'upstream/main' into improve-install-script 2024-07-16 07:01:33 +10:00
Rohan Barar
ff310221c5 Revert "[pre-commit.ci] auto fixes from pre-commit.com hooks"
This reverts commit deec2641b79e7436994e5d9498674bf369f52fed.
2024-07-16 00:30:17 +10:00
Oskar Manhart
3d213b83ae
fix: replace beautysh with shfmt due to beautysh
Beautysh inserts bad significant whitespace, see the remarks in #139
2024-07-15 16:10:01 +02:00
pre-commit-ci[bot]
deec2641b7 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-07-15 13:47:43 +00:00
Rohan Barar
11d124cd0f Various changes to appease ShellCheck. 2024-07-15 23:44:16 +10:00
Rohan Barar
be5d0f4b26 Entirely rewrote 'inquirer.sh' script to utilise 'dialog'. Updated 'installer.sh' dependencies and function calls accordingly. 2024-07-15 23:21:56 +10:00
Rohan Barar
903af2d0cd Further refinements to installation procedure for other detected applications. 2024-07-15 13:00:52 +10:00
Rohan Barar
0102f62a25 Revert changes made by pre-commit bot. 2024-07-15 11:36:41 +10:00
Oskar Manhart
757931d3ae
Merge pull request #121 from KernelGhost/main
Enhance VM Detection and Improve FreeRDP Command Handling
2024-07-14 17:53:41 +02:00
pre-commit-ci[bot]
d053974995 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-07-14 13:32:21 +00:00
Rohan Barar
9ec1a5d03b Refactored installation script to improve error handling and robustness.
- Enhanced error handling and error messages.
- Added suggested actions for each type of error.
- Improved feedback printed to stdout.
- Improved robustness of the install process through improved prerequisite checks.
- Removed calls to non-existent functions.
- Corrected several typos in paths, variable names, etc.
- Eliminated the need to run `winapps check` prior to running the installation script.
2024-07-14 23:10:10 +10:00