winapps-org / winapps-org/winapps
Not working on bazzite (libvirt)
Open
@KernelGhost is already working on this.
Since Aug 5, 2024.
- Dominant language
- Shell
- Stars
- 16k
- Forks
- 508
- Avg merge
- 13h 35m
- Merged PRs (30d)
- 3
Description
After following all the setup instructions for libvirt, the installer fails with
./installer.sh ─╯
################################################################################
# #
# WinApps Install Wizard #
# #
################################################################################
Q) Install or uninstall WinApps? --> Installncies are installed...
Q) Configure WinApps for the current user 'zany130' or the whole system? --> Current User
Q) Automatically install supported applications or choose manually? --> Manual (Default)
Installing WinApps.
Checking for existing conflicting WinApps installations... Done!
Attempting to load WinApps configuration file... Done!
Checking whether dependencies are installed... Done!
Checking whether the user 'zany130' is part of the required groups... Done!
Checking the status of the Windows VM... Exiting with status '1'.
trying to check the log at this point ~/.local/share/winapps does not exist so I tried
bin/winapps check
and that gave me
bin/winapps check ─╯
bin/winapps: line 157: /home/zany130/.local/share/winapps/winapps.log: No such file or directory
bin/winapps: line 157: /home/zany130/.local/share/winapps/winapps.log: No such file or directory
bin/winapps: line 157: /home/zany130/.local/share/winapps/winapps.log: No such file or directory
bin/winapps: line 157: /home/zany130/.local/share/winapps/winapps.log: No such file or directory
but the log is now created it shows
│ File: .local/share/winapps/winapps.log
───────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
1 │ [Sat Aug 3 11:40:05 AM EDT 2024-4891] THIS_RUN: 1722699605
2 │ [Sat Aug 3 11:40:05 AM EDT 2024-4891] Using FreeRDP command 'xfreerdp'.
3 │ [Sat Aug 3 11:40:05 AM EDT 2024-4891] ERROR: WINDOWS NONEXISTENT. EXITING.
I can see my VM is running.
sudo virsh list
[sudo] password for zany130:
Id Name State
----------------------------
3 RDPWindows running
Here is my config
cat .config/winapps/winapps.conf
##################################
# 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="********"
# [WINDOWS PASSWORD]
RDP_PASS="******"
# [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="192.168.122.229"
# [WINAPPS BACKEND]
# DEFAULT VALUE: 'docker'
# VALID VALUES:
# - 'docker'
# - 'podman'
# - 'libvirt'
WAFLAVOR="libvirt"
# [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"
# [ADDITIONAL FREERDP FLAGS & ARGUMENTS]
# DEFAULT VALUE: '' (BLANK)
# VALID VALUES: See https://github.com/awakecoding/FreeRDP-Manuals/blob/master/User/FreeRDP-User-Manual.markdown
#RDP_FLAGS=""
# [MULTIPLE MONITORS]
# NOTES:
# - If enabled, a FreeRDP bug *might* produce a black screen.
# DEFAULT VALUE: 'false'
# VALID VALUES:
# - 'true'
# - 'false'
MULTIMON="false"
# [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'.
# - 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=""
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.