Run Windows apps such as Microsoft Office/Adobe in Linux (Ubuntu/Fedora) and GNOME/KDE as if they were a part of the native OS, including Nautilus integration. Hard fork of https://github.com/Fmstrat/winapps/
35 matches across 4 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | setup.sh | 1147 | # Check if the FreeRDP process is complete or if the test file exists. |
| LOW | setup.sh | 1157 | # Check if FreeRDP process is not complete. |
| LOW | setup.sh | 1163 | # Check if test file does not exist. |
| LOW | setup.sh | 1280 | # Check if the FreeRDP process is complete or if the 'installed' file exists. |
| LOW | setup.sh | 1290 | # Check if the FreeRDP process is not complete. |
| LOW | setup.sh | 1296 | # Check if test file does not exist. |
| LOW | setup.sh | 157 | # Check if winapps is currently installed on $SOURCE_PATH |
| LOW | setup.sh | 1450 | # Check if the application is an Office app and copy the protocol handler. |
| LOW | setup.sh | 1604 | # Check if the executable was previously configured as part of setting up officially supported applications. |
| LOW | setup.sh | 1719 | # Check if Windows is powered on. |
| LOW | setup.sh | 1725 | # Check if the Windows VM is powered on. |
| LOW | setup.sh | 1745 | # Check if the RDP port on Windows is open. |
| LOW | setup.sh | 1916 | # Check if Windows is powered on. |
| LOW | setup.sh | 1922 | # Check if the Windows VM is powered on. |
| LOW | setup.sh | 1942 | # Check if the RDP port on Windows is open. |
| LOW | compose.yaml | 24 | HOME: "${HOME}" # Set path to Linux user home folder. |
| LOW | install/inquirer.sh | 35 | declare SELECTED_OPTIONS_STRING="" # Output value from dialog window. |
| LOW | install/inquirer.sh | 118 | declare SELECTED_OPTIONS_STRING="" # Output value from dialog window. |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | setup.sh | 1361 | # Name: 'waConfigureApp' |
| LOW | setup.sh | 1481 | declare -A APP_DATA_MAP # Associative array to map short names back to their full data line. |
| LOW | setup.sh | 1581 | # On UNIX systems, lines are terminated with a newline character (\n). |
| LOW | README.md | 381 | ################################## |
| LOW | README.md | 401 | # - RDP_ASKPASS="bash -c 'cat ~/.some-secret-file'" |
| LOW | README.md | 421 | # NOTES: |
| LOW | README.md | 441 | WAFLAVOR="docker" |
| LOW | README.md | 461 | REMOVABLE_MEDIA="/run/media" |
| LOW | README.md | 481 | # DEFAULT_VALUES: '' |
| LOW | README.md | 501 | AUTOPAUSE="off" |
| LOW | README.md | 521 | # [TIMEOUTS] |
| LOW | compose.yaml | 41 | #- /path/to/second/hard/disk:/storage2 # Uncomment to create a virtual second hard disk and mount it within the Wi |
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | .github/CONTRIBUTING.md | 15 | ### AI-generated code |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | setup.sh | 383 | function waConfigurePathsAndPermissions() { |
| LOW | setup.sh | 583 | function waCheckScriptDependencies() { |
| LOW | setup.sh | 659 | function waCheckInstallDependencies() { |
| LOW | setup.sh | 1412 | function waConfigureOfficiallySupported() { |