Commit Graph

72 Commits

Author SHA1 Message Date
4f9e83b3b3 Fix typo 2024-08-01 22:47:05 +10:00
b90fb086a9 Updated WinApps config file template as per request in #175 2024-07-30 23:16:51 +10:00
3b8565fa46 Added ability to auto-pause following period of inactivity. 2024-07-28 22:55:38 +10:00
2f8cf846ea Added ability to automatically start Windows. 2024-07-28 21:29:37 +10:00
dbc71357ce Fixed #164 by replacing with in installation script. 2024-07-25 10:12:59 +10:00
ba86f338bf Minor optimisations to 'waCheckContainerRunning'. 2024-07-24 16:33:05 +10:00
25b241b12d Refactored 'waCheckContainerRunning' in 'installer.sh' to fix #157. 2024-07-24 02:39:57 +10:00
7416c0a750 Introduced staged dependency checks. 2024-07-23 17:14:43 +10:00
8d36b311cb Added dependency checks for 'arp' and 'nc'. 2024-07-23 06:54:57 +10:00
358c6d24fc Added Windows RDP session title 2024-07-22 21:40:48 +10:00
1bca7c5bd2 Slight adjustment to post-uninstall message 2024-07-22 15:25:12 +10:00
daecdbe352 Added sound and microphone support by default + Updated libvirt documentation. 2024-07-20 01:30:13 +10:00
ff2b258ae3 Added official support for Podman. 2024-07-19 13:13:02 +10:00
8fbf074307 Added instructions for Podman. 2024-07-19 08:06:53 +10:00
c62391abff Corrected RDP_USER variable declaration. 2024-07-18 18:45:57 +10:00
9d3191cbf1 Various changes to streamline Docker experience. 2024-07-18 18:27:07 +10:00
b0b3c01b9e Added warnings when changing RDP_SCALE automatically to prevent user confusion. 2024-07-18 07:19:18 +10:00
cdd3515179 Fixed #143 2024-07-17 22:15:23 +10:00
0f1788fca9 Fixed #145 2024-07-17 22:01:40 +10:00
d8aa1d89d6 Fixed #141 2024-07-17 18:56:17 +10:00
38d5874d64 Updated .pre-commit-config.yaml 2024-07-17 00:07:49 +10:00
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
1342574245 Fixed another typo in install script. 2024-07-16 19:21:49 +10:00
9634e8a3cf Fixed typo in install script. 2024-07-16 19:17:48 +10:00
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
66a2d9e365 Added installer support for FreeRDP Flatpak. 2024-07-16 18:46:14 +10:00
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
ff310221c5 Revert "[pre-commit.ci] auto fixes from pre-commit.com hooks"
This reverts commit deec2641b7.
2024-07-16 00:30:17 +10:00
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
11d124cd0f Various changes to appease ShellCheck. 2024-07-15 23:44:16 +10:00
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
903af2d0cd Further refinements to installation procedure for other detected applications. 2024-07-15 13:00:52 +10:00
0102f62a25 Revert changes made by pre-commit bot. 2024-07-15 11:36:41 +10:00
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
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
5f2e052a43 Update installer.sh
Not adding a new line was causing a "directory does not exist" error because the line was continuos with the '#'
2024-06-12 18:22:09 -06:00
754a483e64 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-06-09 11:36:00 +00:00
f8cef50ead fix: remove trailing spaces from all loops 2024-06-09 13:35:53 +02:00
e43fce7707 fix: this path is already absolute 2024-06-09 11:30:27 +02:00
79652eeec5 fix: remove test 2024-06-09 11:27:21 +02:00
2fff49ee42 Fix shellcheck SC2238 2024-06-08 19:36:32 +02:00
24f2ef4f33 Fix shellcheck 2024-06-08 19:35:05 +02:00
b658df0a4c fix: prevent backslashes being escaped at all 2024-05-31 08:36:59 +00:00
f5bafe4e2c Moved shellcheck line one down at line 51 2024-05-31 10:21:51 +02:00
45b7111d5b [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-05-30 21:47:55 +00:00
9a4c689a6a Added empty parameter catch around line 90 2024-05-30 23:22:05 +02:00
aae906ab36 Fixed printf \tsclient and no newline errors. 2024-05-30 23:18:31 +02:00
2e7dea1cce fix: fix shellcheck error 2024-05-30 12:14:13 +00:00
0ea4b865dd fix: actually use glob pattern so the loop works 2024-05-30 12:10:18 +00:00
7abfef3477 fix: don't remove fixme 2024-05-30 12:09:16 +00:00