mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-01 16:36:39 +02:00
Compare commits
14 Commits
113abb3322
...
chore/nix_
Author | SHA1 | Date | |
---|---|---|---|
![]() |
89956aac44 | ||
![]() |
e48d50ff78 | ||
![]() |
5908f88ac5 | ||
![]() |
2068ab71ab | ||
![]() |
edca9d5b9a | ||
![]() |
ce9a84dc52 | ||
![]() |
7188ed4072 | ||
![]() |
fd5e7f0a90 | ||
![]() |
60b6c1215c | ||
![]() |
7548950a5e | ||
![]() |
051e2e5852 | ||
![]() |
0c057b722d | ||
![]() |
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
|
|
@@ -484,6 +484,7 @@ APP_SCAN_TIMEOUT="60"
|
|||||||
- On high-resolution (UHD) displays, you can set `RDP_SCALE` to the scale you would like to use (100, 140 or 180).
|
- On high-resolution (UHD) displays, you can set `RDP_SCALE` to the scale you would like to use (100, 140 or 180).
|
||||||
- To add additional flags to the FreeRDP call (e.g. `/prevent-session-lock 120`), uncomment and use the `RDP_FLAGS` configuration option.
|
- To add additional flags to the FreeRDP call (e.g. `/prevent-session-lock 120`), uncomment and use the `RDP_FLAGS` configuration option.
|
||||||
- For multi-monitor setups, you can try adding `/multimon` to `RDP_FLAGS`. A FreeRDP bug may result in a black screen however, in which case you should revert this change.
|
- For multi-monitor setups, you can try adding `/multimon` to `RDP_FLAGS`. A FreeRDP bug may result in a black screen however, in which case you should revert this change.
|
||||||
|
- To enable non-English input and seamless language switching, you can try adding `/kbd:unicode` to `RDP_FLAGS`. This ensures client inputs are sent as Unicode sequences.
|
||||||
- If you enable `DEBUG`, a log will be created on each application start in `~/.local/share/winapps/winapps.log`.
|
- If you enable `DEBUG`, a log will be created on each application start in `~/.local/share/winapps/winapps.log`.
|
||||||
- If using a system on which the FreeRDP command is not `xfreerdp` or `xfreerdp3`, the correct command can be specified using `FREERDP_COMMAND`.
|
- If using a system on which the FreeRDP command is not `xfreerdp` or `xfreerdp3`, the correct command can be specified using `FREERDP_COMMAND`.
|
||||||
|
|
||||||
@@ -570,6 +571,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"
|
BIN
demo/launcher.gif
Normal file
BIN
demo/launcher.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.6 MiB |
@@ -11,12 +11,12 @@
|
|||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
rev = "aa5b3e945526800da1b8891fd8b38272a4a6189d";
|
rev = "e48d50ff7879ed43bb4e4153d463aa0bf127b278";
|
||||||
hash = "sha256-nB56x76W+eyMqIturj26zDbKEMvp/IgDud/twz6pwCY=";
|
hash = "sha256-RAP5QpACWIsuVLtwKWpUwmJ2G4HJpkEwdxOjMVY6JM0=";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "winapps";
|
pname = "winapps";
|
||||||
version = "0-unstable-2025-06-20";
|
version = "0-unstable-2025-07-10";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "winapps-org";
|
owner = "winapps-org";
|
||||||
|
Reference in New Issue
Block a user