mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-01 16:36:39 +02:00
Compare commits
14 Commits
113abb3322
...
legacy-ins
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c4a41b8c07 | ||
![]() |
2068ab71ab | ||
![]() |
edca9d5b9a | ||
![]() |
ce9a84dc52 | ||
![]() |
7188ed4072 | ||
![]() |
fd5e7f0a90 | ||
![]() |
60b6c1215c | ||
![]() |
7548950a5e | ||
![]() |
051e2e5852 | ||
![]() |
0c057b722d | ||
![]() |
4d189b7164 | ||
![]() |
708a521340 | ||
![]() |
2b806de133 | ||
![]() |
9a0e9ee58e |
37
.github/workflows/update-submodule.yaml
vendored
37
.github/workflows/update-submodule.yaml
vendored
@@ -1,37 +0,0 @@
|
|||||||
name: Update submodules
|
|
||||||
on:
|
|
||||||
repository_dispatch:
|
|
||||||
types: update
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
update:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
submodules: recursive
|
|
||||||
|
|
||||||
- name: Update module
|
|
||||||
run: |
|
|
||||||
pushd WinApps-Launcher
|
|
||||||
branch=$(git rev-parse --abbrev-ref origin/HEAD | sed "s|origin/||")
|
|
||||||
git config remote.origin.fetch "+refs/heads/$branch:refs/remotes/origin/$branch"
|
|
||||||
git fetch --depth=1 origin "refs/heads/$branch"
|
|
||||||
popd
|
|
||||||
|
|
||||||
git submodule update --init --remote WinApps-Launcher
|
|
||||||
|
|
||||||
- name: Commit and push
|
|
||||||
uses: EndBug/add-and-commit@v9
|
|
||||||
with:
|
|
||||||
add: WinApps-Launcher
|
|
||||||
default_author: github_actions
|
|
||||||
message: "Update submodules"
|
|
||||||
push: false
|
|
||||||
|
|
||||||
- name: Create PR
|
|
||||||
uses: peter-evans/create-pull-request@v7
|
|
||||||
with:
|
|
||||||
branch: chore/update_submodules
|
|
||||||
delete-branch: true
|
|
||||||
title: "Update submodules"
|
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,3 +0,0 @@
|
|||||||
[submodule "WinApps-Launcher"]
|
|
||||||
path = WinApps-Launcher
|
|
||||||
url = https://github.com/winapps-org/WinApps-Launcher.git
|
|
@@ -570,6 +570,11 @@ The installer can be run multiple times. To update your installation of WinApps:
|
|||||||
2. Pull the latest changes from the WinApps GitHub repository.
|
2. Pull the latest changes from the WinApps GitHub repository.
|
||||||
3. Re-install WinApps using the WinApps installer by running `winapps-setup`.
|
3. Re-install WinApps using the WinApps installer by running `winapps-setup`.
|
||||||
|
|
||||||
|
## 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.">
|
||||||
|
|
||||||
## Installation using Nix
|
## Installation using Nix
|
||||||
|
|
||||||
First, follow Step 1 of the normal installation guide to create your VM.
|
First, follow Step 1 of the normal installation guide to create your VM.
|
||||||
|
Submodule WinApps-Launcher deleted from 9b3f6c5817
9
apps/emclient/icon.svg
Normal file
9
apps/emclient/icon.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 20 KiB |
17
apps/emclient/info
Normal file
17
apps/emclient/info
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
# GNOME shortcut name
|
||||||
|
NAME="eM Client"
|
||||||
|
|
||||||
|
# Used for descriptions and window class
|
||||||
|
FULL_NAME="eM Client"
|
||||||
|
|
||||||
|
# The executable inside windows
|
||||||
|
WIN_EXECUTABLE="C:\Program Files (x86)\eM Client\mailclient.exe"
|
||||||
|
|
||||||
|
# GNOME categories
|
||||||
|
CATEGORIES="WinApps;Network;Office;"
|
||||||
|
|
||||||
|
# GNOME mimetypes
|
||||||
|
MIME_TYPES=""
|
||||||
|
|
||||||
|
# System Icon
|
||||||
|
ICON="eM Client"
|
1
apps/paint.net/icon.svg
Normal file
1
apps/paint.net/icon.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 46 KiB |
17
apps/paint.net/info
Normal file
17
apps/paint.net/info
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
# GNOME shortcut name
|
||||||
|
NAME="Paint.NET"
|
||||||
|
|
||||||
|
# Used for descriptions and window class
|
||||||
|
FULL_NAME="Paint.NET"
|
||||||
|
|
||||||
|
# The executable inside windows
|
||||||
|
WIN_EXECUTABLE="C:\Program Files\Paint.NET\paintdotnet.exe"
|
||||||
|
|
||||||
|
# GNOME categories
|
||||||
|
CATEGORIES="WinApps;Graphic;"
|
||||||
|
|
||||||
|
# GNOME mimetypes
|
||||||
|
MIME_TYPES=""
|
||||||
|
|
||||||
|
# System Icon
|
||||||
|
ICON="Paint.Net"
|
@@ -14,8 +14,8 @@ services:
|
|||||||
# Version of Windows to configure. For valid options, visit:
|
# Version of Windows to configure. For valid options, visit:
|
||||||
# https://github.com/dockur/windows?tab=readme-ov-file#how-do-i-select-the-windows-version
|
# https://github.com/dockur/windows?tab=readme-ov-file#how-do-i-select-the-windows-version
|
||||||
# https://github.com/dockur/windows?tab=readme-ov-file#how-do-i-install-a-custom-image
|
# https://github.com/dockur/windows?tab=readme-ov-file#how-do-i-install-a-custom-image
|
||||||
VERSION: "11"
|
VERSION: "10"
|
||||||
RAM_SIZE: "4G" # RAM allocated to the Windows VM.
|
RAM_SIZE: "8G" # RAM allocated to the Windows VM.
|
||||||
CPU_CORES: "4" # CPU cores allocated to the Windows VM.
|
CPU_CORES: "4" # CPU cores allocated to the Windows VM.
|
||||||
DISK_SIZE: "64G" # Size of the primary hard disk.
|
DISK_SIZE: "64G" # Size of the primary hard disk.
|
||||||
# DISK2_SIZE: "32G" # Uncomment to add an additional hard disk to the Windows VM. Ensure it is mounted as a volume below.
|
# DISK2_SIZE: "32G" # Uncomment to add an additional hard disk to the Windows VM. Ensure it is mounted as a volume below.
|
||||||
|
BIN
demo/launcher.gif
Normal file
BIN
demo/launcher.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.6 MiB |
134
install/winapps.conf
Normal file
134
install/winapps.conf
Normal file
@@ -0,0 +1,134 @@
|
|||||||
|
##################################
|
||||||
|
# WINAPPS CONFIGURATION FILE #
|
||||||
|
##################################
|
||||||
|
|
||||||
|
# INSTRUCTIONS
|
||||||
|
# - Leading and trailing whitespace are ignored.
|
||||||
|
# - Empty lines are ignored.
|
||||||
|
# - Lines starting with '#' are ignored.
|
||||||
|
# - All characters following a '#' are ignored.
|
||||||
|
|
||||||
|
# [WINDOWS USERNAME]
|
||||||
|
RDP_USER="docker"
|
||||||
|
|
||||||
|
# [WINDOWS PASSWORD]
|
||||||
|
# NOTES:
|
||||||
|
# - If using FreeRDP v3.9.0 or greater, you *have* to set a password
|
||||||
|
RDP_PASS="docker"
|
||||||
|
|
||||||
|
# [WINDOWS DOMAIN]
|
||||||
|
# DEFAULT VALUE: '' (BLANK)
|
||||||
|
RDP_DOMAIN=""
|
||||||
|
|
||||||
|
# [WINDOWS IPV4 ADDRESS]
|
||||||
|
# NOTES:
|
||||||
|
# - If using 'libvirt', 'RDP_IP' will be determined by WinApps at runtime if left unspecified.
|
||||||
|
# DEFAULT VALUE:
|
||||||
|
# - 'docker': '127.0.0.1'
|
||||||
|
# - 'podman': '127.0.0.1'
|
||||||
|
# - 'libvirt': '' (BLANK)
|
||||||
|
#RDP_IP="127.0.0.1"
|
||||||
|
|
||||||
|
# [VM NAME]
|
||||||
|
# NOTES:
|
||||||
|
# - Only applicable when using 'libvirt'
|
||||||
|
# - The libvirt VM name must match so that WinApps can determine VM IP, start the VM, etc.
|
||||||
|
# DEFAULT VALUE: 'RDPWindows'
|
||||||
|
#VM_NAME="RDPWindows"
|
||||||
|
|
||||||
|
# [WINAPPS BACKEND]
|
||||||
|
# DEFAULT VALUE: 'docker'
|
||||||
|
# VALID VALUES:
|
||||||
|
# - 'docker'
|
||||||
|
# - 'podman'
|
||||||
|
# - 'libvirt'
|
||||||
|
# - 'manual'
|
||||||
|
WAFLAVOR="docker"
|
||||||
|
|
||||||
|
# [DISPLAY SCALING FACTOR]
|
||||||
|
# NOTES:
|
||||||
|
# - If an unsupported value is specified, a warning will be displayed.
|
||||||
|
# - If an unsupported value is specified, WinApps will use the closest supported value.
|
||||||
|
# DEFAULT VALUE: '100'
|
||||||
|
# VALID VALUES:
|
||||||
|
# - '100'
|
||||||
|
# - '140'
|
||||||
|
# - '180'
|
||||||
|
RDP_SCALE="100"
|
||||||
|
|
||||||
|
# [MOUNTING REMOVABLE PATHS FOR FILES]
|
||||||
|
# NOTES:
|
||||||
|
# - By default, `udisks` (which you most likely have installed) uses /run/media for mounting removable devices.
|
||||||
|
# This improves compatibility with most desktop environments (DEs).
|
||||||
|
# ATTENTION: The Filesystem Hierarchy Standard (FHS) recommends /media instead. Verify your system's configuration.
|
||||||
|
# - To manually mount devices, you may optionally use /mnt.
|
||||||
|
# REFERRENCE: https://wiki.archlinux.org/title/Udisks#Mount_to_/media
|
||||||
|
REMOVABLE_MEDIA="/run/media"
|
||||||
|
|
||||||
|
# [ADDITIONAL FREERDP FLAGS & ARGUMENTS]
|
||||||
|
# NOTES:
|
||||||
|
# - You can try adding /network:lan to these flags in order to increase performance, however, some users have faced issues with this.
|
||||||
|
# DEFAULT VALUE: '/cert:tofu /sound /microphone +home-drive'
|
||||||
|
# VALID VALUES: See https://github.com/awakecoding/FreeRDP-Manuals/blob/master/User/FreeRDP-User-Manual.markdown
|
||||||
|
RDP_FLAGS="/cert:tofu /sound /microphone +home-drive"
|
||||||
|
|
||||||
|
# [DEBUG WINAPPS]
|
||||||
|
# NOTES:
|
||||||
|
# - Creates and appends to ~/.local/share/winapps/winapps.log when running WinApps.
|
||||||
|
# DEFAULT VALUE: 'true'
|
||||||
|
# VALID VALUES:
|
||||||
|
# - 'true'
|
||||||
|
# - 'false'
|
||||||
|
DEBUG="true"
|
||||||
|
|
||||||
|
# [AUTOMATICALLY PAUSE WINDOWS]
|
||||||
|
# NOTES:
|
||||||
|
# - This is currently INCOMPATIBLE with 'docker' and 'manual'.
|
||||||
|
# - See https://github.com/dockur/windows/issues/674
|
||||||
|
# DEFAULT VALUE: 'off'
|
||||||
|
# VALID VALUES:
|
||||||
|
# - 'on'
|
||||||
|
# - 'off'
|
||||||
|
AUTOPAUSE="off"
|
||||||
|
|
||||||
|
# [AUTOMATICALLY PAUSE WINDOWS TIMEOUT]
|
||||||
|
# NOTES:
|
||||||
|
# - This setting determines the duration of inactivity to tolerate before Windows is automatically paused.
|
||||||
|
# - This setting is ignored if 'AUTOPAUSE' is set to 'off'.
|
||||||
|
# - The value must be specified in seconds (to the nearest 10 seconds e.g., '30', '40', '50', etc.).
|
||||||
|
# - For RemoteApp RDP sessions, there is a mandatory 20-second delay, so the minimum value that can be specified here is '20'.
|
||||||
|
# - Source: https://techcommunity.microsoft.com/t5/security-compliance-and-identity/terminal-services-remoteapp-8482-session-termination-logic/ba-p/246566
|
||||||
|
# DEFAULT VALUE: '300'
|
||||||
|
# VALID VALUES: >=20
|
||||||
|
AUTOPAUSE_TIME="300"
|
||||||
|
|
||||||
|
# [FREERDP COMMAND]
|
||||||
|
# NOTES:
|
||||||
|
# - WinApps will attempt to automatically detect the correct command to use for your system.
|
||||||
|
# DEFAULT VALUE: '' (BLANK)
|
||||||
|
# VALID VALUES: The command required to run FreeRDPv3 on your system (e.g., 'xfreerdp', 'xfreerdp3', etc.).
|
||||||
|
FREERDP_COMMAND=""
|
||||||
|
|
||||||
|
# [TIMEOUTS]
|
||||||
|
# NOTES:
|
||||||
|
# - These settings control various timeout durations within the WinApps setup.
|
||||||
|
# - Increasing the timeouts is only necessary if the corresponding errors occur.
|
||||||
|
# - Ensure you have followed all the Troubleshooting Tips in the error message first.
|
||||||
|
|
||||||
|
# PORT CHECK
|
||||||
|
# - The maximum time (in seconds) to wait when checking if the RDP port on Windows is open.
|
||||||
|
# - Corresponding error: "NETWORK CONFIGURATION ERROR" (exit status 13).
|
||||||
|
# DEFAULT VALUE: '5'
|
||||||
|
PORT_TIMEOUT="5"
|
||||||
|
|
||||||
|
# RDP CONNECTION TEST
|
||||||
|
# - The maximum time (in seconds) to wait when testing the initial RDP connection to Windows.
|
||||||
|
# - Corresponding error: "REMOTE DESKTOP PROTOCOL FAILURE" (exit status 14).
|
||||||
|
# DEFAULT VALUE: '30'
|
||||||
|
RDP_TIMEOUT="30"
|
||||||
|
|
||||||
|
# APPLICATION SCAN
|
||||||
|
# - The maximum time (in seconds) to wait for the script that scans for installed applications on Windows to complete.
|
||||||
|
# - Corresponding error: "APPLICATION QUERY FAILURE" (exit status 15).
|
||||||
|
# DEFAULT VALUE: '60'
|
||||||
|
APP_SCAN_TIMEOUT="60"
|
@@ -11,12 +11,12 @@
|
|||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
rev = "aa5b3e945526800da1b8891fd8b38272a4a6189d";
|
rev = "ce9a84dc5294c45a4b69847f5164628f7d6a4ae1";
|
||||||
hash = "sha256-nB56x76W+eyMqIturj26zDbKEMvp/IgDud/twz6pwCY=";
|
hash = "sha256-SsyJy9mCwBjKex8mfCnKrzKUM/+xws0EltI2aSkKTuM=";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "winapps";
|
pname = "winapps";
|
||||||
version = "0-unstable-2025-06-20";
|
version = "0-unstable-2025-07-02";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "winapps-org";
|
owner = "winapps-org";
|
||||||
|
Reference in New Issue
Block a user