Merge pull request #694 from winapps-org/feat-dco

Add a DCO
This commit is contained in:
Oskar Manhart
2025-09-03 13:07:34 +02:00
committed by GitHub
17 changed files with 202 additions and 19 deletions

59
.github/CONTRIBUTING.md vendored Normal file
View File

@@ -0,0 +1,59 @@
# Contribution Guidelines
Thank you for contributing to winapps! Before you can contribute, we ask some things of you:
- Please follow our Code of Conduct, the Contributor Covenant. You can find a copy in this repository or under https://www.contributor-covenant.org/
- All Contributors have to sign a Developer Certificate of Origin, agreeing to license their contribution under the AGPLv3. Historically, we used to require a CLA because we had to relicense the codebase from ARR to AGPLv3; however, this is being phased out. You can find a copy of the DCO below or under https://developercertificate.org/.
- Please follow code conventions enforced by `pre-commit`. To keep down CI usage, please run it locally before committing too.
See <https://pre-commit.com> for installation, then run `pre-commit install` inside the `winapps` repository you cloned.
## Guidelines for pre-defined applications
Some pre-defined applications contain a header like:
```
# Copyright (c) 2024 Fmstrat
# All rights reserved.
#
# SPDX-License-Identifier: Proprietary
```
This is for historic reasons, see [LICENSE.md](../LICENSE.md) and [COPYRIGHT.md](../COPYRIGHT.md).
When contributing new applications, please *do not* include such a header.
## Developer Certificate of Origin
Developer Certificate of Origin
Version 1.1
Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
Everyone is permitted to copy and distribute verbatim copies of this
license document, but changing it is not allowed.
Developer's Certificate of Origin 1.1
By making a contribution to this project, I certify that:
(a) The contribution was created in whole or in part by me and I
have the right to submit it under the open source license
indicated in the file; or
(b) The contribution is based upon previous work that, to the best
of my knowledge, is covered under an appropriate open source
license and I have the right under that license to submit that
work with modifications, whether created in whole or in part
by me, under the same open source license (unless I am
permitted to submit under a different license), as indicated
in the file; or
(c) The contribution was provided directly to me by some other
person who certified (a), (b) or (c) and I have not modified
it.
(d) I understand and agree that this project and the contribution
are public and that a record of the contribution (including all
personal information I submit with it, including my sign-off) is
maintained indefinitely and may be redistributed consistent with
this project or the open source license(s) involved.

65
.github/ISSUE_TEMPLATE/1-bug.yml vendored Normal file
View File

@@ -0,0 +1,65 @@
name: Bug Report
description: File a bug report.
labels: ["triage"]
body:
- type: markdown
attributes:
value: |
We cannot fix nor support all bugs caused by FreeRDP, especially on Wayland.
If you experience visual bugs, please open a discussion instead.
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
value: "A bug happened!"
validations:
required: true
- type: input
id: freerdp
attributes:
label: Your FreeRDP version and where you got it from
placeholder: "FreeRDP 3.10 (Debian Backports)"
validations:
required: true
- type: input
id: distro
attributes:
label: Your Linux distribution and version
placeholder: "Debian Trixie"
validations:
required: true
- type: textarea
id: config
attributes:
label: Your `winapps.conf`
description: Please copy and paste your `winapps.conf`. Make sure to not include any sensible data. This will be automatically formatted into code, so no need for backticks.
render: shell
validations:
required: true
- type: textarea
id: logs
attributes:
label: Logs
description: Give the output of WinApps, FreeRDP etc. where / if applicable.
render: shell
- type: checkboxes
id: terms
attributes:
label: Terms
options:
- label: I am running the latest version.
required: true
- label: To the best of my knowledge, this is a bug and not a setup nor a FreeRDP problem.
required: true
- label: I have checked for duplicate issues.
required: true
- label: I agree to follow this project's Code of Conduct.
required: true

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Community Support
url: https://github.com/winapps-org/winapps/discussions
about: Get help with non-bug issues here. Please use this instead of filing bug reports.

65
.github/cla-signatures.csv vendored Normal file
View File

@@ -0,0 +1,65 @@
User Name;Repository Owner;Repository Name;CLA Title;Gist URL;Gist Version;Signed At;Revoked At;Signed for Organization
sparky3387;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2025-08-31T12:31:32.643Z;;TRUE
matheusmelo18;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2025-08-30T15:57:01.072Z;;TRUE
Libadoxon;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2025-08-29T09:53:59.385Z;;TRUE
Dreamail;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2025-08-29T06:43:07.752Z;;TRUE
queenkjuul;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2025-08-27T16:19:30.937Z;;TRUE
DevZiaus;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2025-08-25T21:17:17.792Z;;TRUE
nlogozzo;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2025-08-24T15:25:25.197Z;;TRUE
osalbahr;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2025-08-24T15:09:01.053Z;;TRUE
9Morello;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2025-08-19T12:14:39.707Z;;TRUE
Sunrongguo2008;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2025-08-06T15:56:33.681Z;;TRUE
wovw;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2025-07-31T04:14:50.710Z;;TRUE
denisstrizhkin;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2025-07-07T14:43:28.482Z;;TRUE
joeshachaf;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2025-06-29T21:17:46.041Z;;TRUE
Aldo-f;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2025-06-19T19:26:32.522Z;;TRUE
Mr-MyDooM;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2025-06-10T03:01:36.680Z;;TRUE
Theowulf-dev;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2025-06-10T00:44:09.838Z;;TRUE
JoAllg;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2025-06-04T21:04:46.931Z;;TRUE
sears-s;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2025-05-24T02:56:00.518Z;;TRUE
egvrl;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2025-05-15T14:33:38.598Z;;TRUE
thefiredragon;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2025-04-19T19:06:36.941Z;;TRUE
arwarw;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2025-04-19T16:12:55.873Z;;TRUE
linull24;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2025-04-11T17:32:09.319Z;;TRUE
kroese;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2025-04-02T15:26:03.840Z;;TRUE
dasinking;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2025-03-25T00:54:49.660Z;;TRUE
tstormn3tw0rk;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2025-03-21T07:08:26.583Z;;TRUE
limemane;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2025-03-10T16:38:38.276Z;;TRUE
borekon;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2025-02-24T11:40:24.101Z;;TRUE
whitewolf101;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2025-02-23T03:29:22.061Z;;TRUE
raffaem;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2025-02-16T14:28:21.523Z;;TRUE
mbekkomo;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2025-02-02T11:40:36.462Z;;TRUE
toastedcrumpets;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2025-01-16T13:53:21.167Z;;TRUE
starbr3aker;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2025-01-12T17:30:37.473Z;;TRUE
Deluxe-7;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2025-01-11T01:48:33.638Z;;TRUE
stceum;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2025-01-03T07:14:43.695Z;;TRUE
molostovvs;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2024-12-13T07:48:02.950Z;;TRUE
mindset-tk;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2024-11-25T22:30:30.062Z;;TRUE
lunatic-gh;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2024-11-18T20:39:24.413Z;;TRUE
Username404-59;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2024-10-08T21:06:39.926Z;;TRUE
CHN-beta;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2024-10-05T06:12:56.133Z;;TRUE
eylenburg;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2024-10-02T13:49:45.131Z;;TRUE
tristanRW;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2024-09-23T14:48:15.158Z;;TRUE
MopigamesYT;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2024-09-19T14:54:16.014Z;;TRUE
queler;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2024-09-09T03:33:59.760Z;;TRUE
C0rn3j;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2024-09-01T22:30:46.600Z;;TRUE
FixeQyt;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2024-08-30T14:22:17.912Z;;TRUE
RheaBarar;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2024-08-19T07:36:53.003Z;;TRUE
Coruscant11;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2024-08-18T12:46:39.393Z;;TRUE
escapefreeg;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2024-08-11T03:04:17.227Z;;TRUE
itiligent;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2024-07-26T04:13:53.616Z;;TRUE
gordoncheong;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2024-07-25T11:14:28.928Z;;TRUE
bkanuka;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2024-07-08T19:31:49.299Z;;TRUE
Kazevic;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2024-07-02T06:46:56.451Z;;TRUE
KernelGhost;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2024-07-01T06:44:06.681Z;;TRUE
MrTumnis;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2024-06-13T00:24:25.715Z;;TRUE
Alchemi1963;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2024-05-30T21:48:08.692Z;;TRUE
GreatNovaDragon;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2024-04-20T20:34:17.381Z;2024-09-21T21:48:55.765Z;TRUE
Matt-M-3;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2023-12-04T17:31:44.383Z;;TRUE
Hyperspeed1313;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2023-11-10T18:19:32.080Z;;TRUE
notPlancha;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2023-09-04T18:07:58.859Z;;TRUE
freechelmi;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2023-07-16T08:31:50.083Z;;TRUE
LDprg;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2023-07-16T07:08:14.876Z;;TRUE
fbartels;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2023-07-15T19:49:07.019Z;;TRUE
oskardotglobal;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2023-07-15T15:09:49.368Z;;TRUE
Leonardo-DGS;winapps-org;;fcla.md;https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5;1f2d08888e405a91582607bf95176a5755363929;2023-07-15T15:07:40.778Z;;TRUE
1 User Name Repository Owner Repository Name CLA Title Gist URL Gist Version Signed At Revoked At Signed for Organization
2 sparky3387 winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2025-08-31T12:31:32.643Z TRUE
3 matheusmelo18 winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2025-08-30T15:57:01.072Z TRUE
4 Libadoxon winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2025-08-29T09:53:59.385Z TRUE
5 Dreamail winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2025-08-29T06:43:07.752Z TRUE
6 queenkjuul winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2025-08-27T16:19:30.937Z TRUE
7 DevZiaus winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2025-08-25T21:17:17.792Z TRUE
8 nlogozzo winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2025-08-24T15:25:25.197Z TRUE
9 osalbahr winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2025-08-24T15:09:01.053Z TRUE
10 9Morello winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2025-08-19T12:14:39.707Z TRUE
11 Sunrongguo2008 winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2025-08-06T15:56:33.681Z TRUE
12 wovw winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2025-07-31T04:14:50.710Z TRUE
13 denisstrizhkin winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2025-07-07T14:43:28.482Z TRUE
14 joeshachaf winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2025-06-29T21:17:46.041Z TRUE
15 Aldo-f winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2025-06-19T19:26:32.522Z TRUE
16 Mr-MyDooM winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2025-06-10T03:01:36.680Z TRUE
17 Theowulf-dev winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2025-06-10T00:44:09.838Z TRUE
18 JoAllg winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2025-06-04T21:04:46.931Z TRUE
19 sears-s winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2025-05-24T02:56:00.518Z TRUE
20 egvrl winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2025-05-15T14:33:38.598Z TRUE
21 thefiredragon winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2025-04-19T19:06:36.941Z TRUE
22 arwarw winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2025-04-19T16:12:55.873Z TRUE
23 linull24 winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2025-04-11T17:32:09.319Z TRUE
24 kroese winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2025-04-02T15:26:03.840Z TRUE
25 dasinking winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2025-03-25T00:54:49.660Z TRUE
26 tstormn3tw0rk winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2025-03-21T07:08:26.583Z TRUE
27 limemane winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2025-03-10T16:38:38.276Z TRUE
28 borekon winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2025-02-24T11:40:24.101Z TRUE
29 whitewolf101 winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2025-02-23T03:29:22.061Z TRUE
30 raffaem winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2025-02-16T14:28:21.523Z TRUE
31 mbekkomo winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2025-02-02T11:40:36.462Z TRUE
32 toastedcrumpets winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2025-01-16T13:53:21.167Z TRUE
33 starbr3aker winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2025-01-12T17:30:37.473Z TRUE
34 Deluxe-7 winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2025-01-11T01:48:33.638Z TRUE
35 stceum winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2025-01-03T07:14:43.695Z TRUE
36 molostovvs winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2024-12-13T07:48:02.950Z TRUE
37 mindset-tk winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2024-11-25T22:30:30.062Z TRUE
38 lunatic-gh winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2024-11-18T20:39:24.413Z TRUE
39 Username404-59 winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2024-10-08T21:06:39.926Z TRUE
40 CHN-beta winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2024-10-05T06:12:56.133Z TRUE
41 eylenburg winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2024-10-02T13:49:45.131Z TRUE
42 tristanRW winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2024-09-23T14:48:15.158Z TRUE
43 MopigamesYT winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2024-09-19T14:54:16.014Z TRUE
44 queler winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2024-09-09T03:33:59.760Z TRUE
45 C0rn3j winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2024-09-01T22:30:46.600Z TRUE
46 FixeQyt winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2024-08-30T14:22:17.912Z TRUE
47 RheaBarar winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2024-08-19T07:36:53.003Z TRUE
48 Coruscant11 winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2024-08-18T12:46:39.393Z TRUE
49 escapefreeg winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2024-08-11T03:04:17.227Z TRUE
50 itiligent winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2024-07-26T04:13:53.616Z TRUE
51 gordoncheong winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2024-07-25T11:14:28.928Z TRUE
52 bkanuka winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2024-07-08T19:31:49.299Z TRUE
53 Kazevic winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2024-07-02T06:46:56.451Z TRUE
54 KernelGhost winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2024-07-01T06:44:06.681Z TRUE
55 MrTumnis winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2024-06-13T00:24:25.715Z TRUE
56 Alchemi1963 winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2024-05-30T21:48:08.692Z TRUE
57 GreatNovaDragon winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2024-04-20T20:34:17.381Z 2024-09-21T21:48:55.765Z TRUE
58 Matt-M-3 winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2023-12-04T17:31:44.383Z TRUE
59 Hyperspeed1313 winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2023-11-10T18:19:32.080Z TRUE
60 notPlancha winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2023-09-04T18:07:58.859Z TRUE
61 freechelmi winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2023-07-16T08:31:50.083Z TRUE
62 LDprg winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2023-07-16T07:08:14.876Z TRUE
63 fbartels winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2023-07-15T19:49:07.019Z TRUE
64 oskardotglobal winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2023-07-15T15:09:49.368Z TRUE
65 Leonardo-DGS winapps-org fcla.md https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5 1f2d08888e405a91582607bf95176a5755363929 2023-07-15T15:07:40.778Z TRUE

View File

@@ -1,6 +1,3 @@
ci:
autoupdate_branch: "rewrite"
exclude: ^(.+)\.patch$
repos:

View File

@@ -1,8 +0,0 @@
# Contribution Guidelines
Thank you for contributing to winapps! Before you can contribute, we ask some things of you:
- Please follow our Code of Conduct, the Contributor Covenant. You can find a copy in this repository or under https://www.contributor-covenant.org/
- All Contributors have to sign [a CLA](https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5) for legal reasons. When opening a PR, @cla-assistant will prompt you and guide you through the process. However, if you contribute on behalf of a legal entity, we ask of you to sign [a different CLA](https://gist.github.com/oskardotglobal/75a8cc056e56a439fa6a1551129ae47f). In that case, please contact us.
- Please follow code conventions enforced by `pre-commit`. To keep down CI usage, please run it locally before committing too.
See <https://pre-commit.com> for installation, then run `pre-commit install` inside the `winapps` repository you cloned.

View File

@@ -6,7 +6,7 @@ The original project by Fmstrat <https://github.com/Fmstrat/winapps/> is not fre
Due to lack of a license, it is All Rights Reserved by the original author.
We have tried contacting Fmstrat about this, but they abandoned the project and did not reply nor apply an open-source license to the project.
However, almost all parts of the codebase have been rewritten and all new contributions require a Contributor License Agreement ([for individuals](https://gist.github.com/oskardotglobal/35f0a72eb45fcc7087e535561383dbc5), [for legal entities](https://gist.github.com/oskardotglobal/75a8cc056e56a439fa6a1551129ae47f)) to be signed. Therefore, the below license is applied to all new contributions made to the project.
However, almost all parts of the codebase have been rewritten and all new contributions require signing a Developer Certificate of Origin (or historically, a CLA; see [CONTRIBUTING.md](./.github/CONTRIBUTING.md)), making most parts of the codebase AGPLv3.
Refer to a specific file for its respective license.

View File

@@ -1,10 +1,10 @@
<p align="center"><img align="center" width="700" src="./icons/banner_dark.svg#gh-dark-mode-only"/></p>
<p align="center"><img align="center" width="700" src="./icons/banner_light.svg#gh-light-mode-only"/></p>
<p align="center"><img align="center" width="700" src="./docs/readme/banner_dark.svg#gh-dark-mode-only"/></p>
<p align="center"><img align="center" width="700" src="./docs/readme/banner_light.svg#gh-light-mode-only"/></p>
<hr>
Run Windows applications (including [Microsoft 365](https://www.microsoft365.com/) and [Adobe Creative Cloud](https://www.adobe.com/creativecloud.html)) on GNU/Linux with `KDE Plasma`, `GNOME` or `XFCE`, integrated seamlessly as if they were native to the OS.
<p align="center"><img src="./demo/demo.png" width=1000 alt="WinApps Demonstration."></p>
<p align="center"><img src="./docs/readme/demo.png" width=1000 alt="WinApps Demonstration."></p>
## Underlying Mechanism
WinApps works by:
@@ -283,7 +283,7 @@ Contributing to the list of supported applications is encouraged through submiss
</td>
<!-- Windows -->
<td>
<img src="icons/windows.svg" width="100">
<img src="install/windows.svg" width="100">
</td>
<td>
<b>Windows</b><br>
@@ -566,7 +566,7 @@ bash <(curl https://raw.githubusercontent.com/winapps-org/winapps/main/setup.sh)
Once WinApps is installed, a list of additional arguments can be accessed by running `winapps-setup --help`.
<img src="./demo/installer.gif" width=1000 alt="WinApps Installer Animation.">
<img src="./docs/readme/installer.gif" width=1000 alt="WinApps Installer Animation.">
## Adding Additional Pre-defined Applications
Adding your own applications with custom icons and MIME types to the installer is easy. Simply copy one of the application configurations in the `apps` folder located within the WinApps repository, and:
@@ -592,7 +592,7 @@ The installer can be run multiple times. To update your installation of WinApps:
## WinApps Launcher (Optional)
The [WinApps Launcher](https://github.com/winapps-org/winapps-launcher) provides a simple system tray menu that makes it easy to launch your installed Windows applications, open a full desktop RDP session, and control your Windows VM or container. You can start, stop, pause, reboot or hibernate Windows, as well as access your installed applications from a convenient list. This lightweight, optional tool helps streamline your overall WinApps experience.
<img src="./demo/launcher.gif" width=1000 alt="WinApps Launcher Animation.">
<img src="./docs/readme/launcher.gif" width=1000 alt="WinApps Launcher Animation.">
## Installation using Nix

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

Before

Width:  |  Height:  |  Size: 184 KiB

After

Width:  |  Height:  |  Size: 184 KiB

View File

Before

Width:  |  Height:  |  Size: 5.4 MiB

After

Width:  |  Height:  |  Size: 5.4 MiB

View File

Before

Width:  |  Height:  |  Size: 9.6 MiB

After

Width:  |  Height:  |  Size: 9.6 MiB

View File

Before

Width:  |  Height:  |  Size: 872 B

After

Width:  |  Height:  |  Size: 872 B

View File

Before

Width:  |  Height:  |  Size: 751 B

After

Width:  |  Height:  |  Size: 751 B

View File

@@ -1254,7 +1254,7 @@ StartupWMClass=Microsoft Windows
Comment=Microsoft Windows RDP Session"
# Copy the 'Windows' icon.
$SUDO cp "./icons/windows.svg" "${APPDATA_PATH}/icons/windows.svg"
$SUDO cp "./install/windows.svg" "${APPDATA_PATH}/icons/windows.svg"
# Write the desktop entry content to a file.
echo "$WIN_DESKTOP" | $SUDO tee "${APP_PATH}/windows.desktop" &>/dev/null