chn
64478a87a4
use netcat instead of netcat-gnu
2024-10-05 14:08:39 +08:00
Rainhard
2211d9f78e
Fix keyboard-layout being changed to US on RDP connection
...
Added the IgnoreRemoteKeyboardLayout Registry Key to prevent automatic changes to the keyboard layout.
As mentioned in (this article)[https://poweradm.com/ignoreremotekeyboardlayout-windows-rdp/ ] the rdp server adds and activates the US keyboard-layout if the keyboard-layout of the client does not match the servers. Since our client is on linux there are many cases where this is not given, so it is better to let the user choose a layout on windows.
2024-09-23 22:19:22 +08:00
Oskar Manhart
406c7c0213
Merge pull request #264 from winapps-org/freechelmi-patch-1
...
Remove Winapps install from Docker doc
2024-09-20 10:08:57 +02:00
michel memeteau
0a7bf57a13
Merge pull request #263 from MopigamesYT/main
...
Fix netcat package typo for arch systems
2024-09-19 17:09:14 +02:00
michel memeteau
49a2dd91e9
Remove Winapps install from Docker doc
...
This winapps paragraph leads user to confusion and start winapps right away although they have other steps to do in the main doc page
2024-09-19 16:48:55 +02:00
Margot
602aee2b9b
Merge branch 'winapps-org:main' into main
2024-09-19 15:50:23 +02:00
Margot
39063a3fff
Update README.md
2024-09-19 15:49:30 +02:00
Oskar Manhart
93bdf8856f
fix: remove license header from reg file ( closes #261 )
2024-09-19 12:47:56 +02:00
Rohan Barar
7cbe3ff07c
Merge pull request #262 from KernelGhost/main
...
Fixed #192 (Clarified ambiguous Debian package)
2024-09-19 18:49:31 +10:00
Rohan Barar
b4c32b09b9
Fixed #192 (Clarified ambiguous Debian package)
2024-09-19 18:38:12 +10:00
Oskar Manhart
86bfd8bdf1
fix: remove trailing spaces
2024-09-18 17:59:58 +02:00
Oskar Manhart
2a70f7f3a2
fucking WORK
2024-09-18 17:56:49 +02:00
Oskar Manhart
fd90dd837d
fuck this honestly
2024-09-18 17:51:08 +02:00
Oskar Manhart
e6e1e26c14
Update lictool.yaml
2024-09-18 17:40:58 +02:00
Oskar Manhart
b854224cef
fix(ci): run lictool without pre-commit
2024-09-18 17:37:06 +02:00
itiligent
cd2a73ff30
Cleanup network profiles
2024-09-18 23:11:49 +10:00
itiligent
4b22993e9c
Merge branch 'winapps-org:main' into main
2024-09-18 18:02:55 +10:00
Oskar Manhart
0468d3b4cb
doc: update readme in regards to #233
2024-09-18 09:51:38 +02:00
pre-commit-ci[bot]
6d67815c9c
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-09-18 05:26:52 +00:00
itiligent
e839d1fdcd
change script path to %windir%
2024-09-18 15:26:41 +10:00
pre-commit-ci[bot]
90b3422709
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-09-18 04:58:41 +00:00
itiligent
1496041b48
Clean up old network profiles
...
Keep Windows networking tidy. At boot a Powershell script will run that clears out old network profile names automatically created at previous system reboots. A regist change disables the "Do you want your PC to be discoverable" nag screen after eachc reboot
2024-09-18 14:50:48 +10:00
Oskar Manhart
509a782a4a
Merge branch 'main' into feat-nix-packaging
2024-09-14 17:50:30 +02:00
Oskar Manhart
45bb5e24f2
Merge branch 'main' of github.com:winapps-org/winapps
2024-09-14 17:46:19 +02:00
Oskar Manhart
cccdf03863
Merge pull request #240 from winapps-org/add-contribution-guidelines
...
Resolve licensing issues
2024-09-14 17:46:03 +02:00
Oskar Manhart
41a1450bd0
Merge pull request #240 from winapps-org/add-contribution-guidelines
...
Resolve licensing issues
2024-09-14 17:42:24 +02:00
Oskar Manhart
ad8b1cfc8e
Update CODE_OF_CONDUCT.md
2024-09-12 10:00:08 +02:00
Oskar Manhart
d49b60cbc5
Merge pull request #250 from itiligent/main
...
switch managment of /sound /microphone & /cert:tofu to the winapps config file
2024-09-10 17:39:11 +02:00
Itiligent
0775e16562
enable sound & tofu to config file
...
also harmonised default RDP options to :
+dynamic-resolution \
+auto-reconnect \
+home-drive \
+clipboard \
-wallpaper \
2024-09-10 23:21:39 +10:00
Oskar Manhart
7f3cdcee4d
fix: fix malformed patch
2024-09-09 17:50:55 +02:00
Oskar Manhart
60b3e809fb
Merge remote-tracking branch 'origin/main' into feat-nix-packaging
2024-09-09 17:22:48 +02:00
Oskar Manhart
2d06aa2e89
Merge remote-tracking branch 'origin/main' into add-contribution-guidelines
2024-09-09 17:17:08 +02:00
Oskar Manhart
b044cb41c7
fix: properly name patches & remove nixfmt pre-commit hook since it requires GHC & hackage
2024-09-09 16:13:15 +02:00
Oskar Manhart
07817afe0c
Merge pull request #248 from queler/win7
...
Support old windows versions
2024-09-09 15:49:32 +02:00
Oskar Manhart
f540241f07
Merge pull request #247 from queler/oldapps
...
Added some old apps.
2024-09-09 15:49:10 +02:00
Oskar Manhart
28e958e600
feat: use patches
2024-09-09 11:09:42 +02:00
Oskar Manhart
7d5cce374c
feat: use nixfmt
2024-09-09 10:31:41 +02:00
pre-commit-ci[bot]
451e7e65a3
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-09-09 03:33:09 +00:00
Adam
9223ffc8ed
Added some old apps.
...
Added acrobat 9 and Word and Excel 2010.
Acrobat in particular did not work with autodetect.
2024-09-08 23:27:20 -04:00
Adam
e6d04bf8e0
Support old windows versions
...
Added a test to not error out when the Appx cmdlets are not available (like in
the windows 7 box i am using). I had some install issues with creating the
bin links so I added "-f".
2024-09-08 23:19:32 -04:00
Oskar Manhart
3d674066c7
feat: relicense to AGPLv3
2024-09-08 12:30:28 +02:00
Oskar Manhart
b0f2830224
feat: bump version
2024-09-08 12:27:36 +02:00
Oskar Manhart
7bae17e3a3
Merge pull request #245 from gordoncheong/main
...
Fixing Uninstall Failure
2024-09-08 12:24:08 +02:00
Oskar Manhart
f4c0a454b7
fix: properly escape ${}
2024-09-08 11:46:48 +02:00
Oskar Manhart
b7b5b34b27
Merge branch 'main' into feat-nix-packaging
2024-09-08 11:42:44 +02:00
Oskar Manhart
1613faba04
fix: rename source directory to winapps-src
2024-09-08 11:27:56 +02:00
Gordon Cheong
58c66679ab
Fixing Uninstallation Failure
2024-09-08 13:11:04 +08:00
Oskar Manhart
99eeac4239
Merge branch 'add-contribution-guidelines'
2024-09-07 18:16:21 +02:00
Oskar Manhart
3cb2e189c2
Reapply "Merge pull request #15 from winapps-org/add-contribution-guidelines"
...
This reverts commit 2dd0980cc92cdf56607ce4d96bb260a97b5c1b78.
2024-09-07 18:16:13 +02:00
Oskar Manhart
350f003d81
Merge pull request #232 from winapps-org/feat-install-script
...
Simplify installation process
2024-09-07 17:56:13 +02:00