Search Criteria
Package Details: winboat 0.9.0-8
Package Actions
| Git Clone URL: | https://aur.archlinux.org/winboat.git (read-only, click to copy) |
|---|---|
| Package Base: | winboat |
| Description: | Run Windows apps on Linux with seamless integration |
| Upstream URL: | https://www.winboat.app |
| Licenses: | MIT |
| Submitter: | matthewq337 |
| Maintainer: | matthewq337 (ArjixWasTaken) |
| Last Packager: | matthewq337 |
| Votes: | 6 |
| Popularity: | 0.082218 |
| First Submitted: | 2025-08-30 07:11 (UTC) |
| Last Updated: | 2026-02-15 02:21 (UTC) |
Dependencies (12)
- alsa-lib
- freerdp (freerdp-gitAUR)
- gtk3 (gtk3-classic-xfceAUR, gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- nss (nss-hgAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, go-binAUR, goup-rsAUR, gcc-go) (make)
- imagemagick (imagemagick-full-gitAUR, imagemagick-gitAUR, imagemagick-essentials-gitAUR, imagemagick-fullAUR) (make)
- libxcrypt-compat (make)
- npm (python-nodejs-wheelAUR, npm-corepackAUR) (make)
- zip (zip-natspecAUR) (make)
- docker (rancher-desktop-gitAUR, docker-gitAUR, podman-docker-gitAUR, docker-cli-binAUR, rancher-desktopAUR, rancher-desktop-binAUR, podman-docker) (optional) – To use docker as a container runtime
- podman-compose (podman-compose-gitAUR) (optional) – To use podman as a container runtime
Latest Comments
1 2 3 4 Next › Last »
DRWR commented on 2026-03-24 11:36 (UTC)
@sunuxi, seems like an issue that you would post to the GitHub page (https://github.com/TibixDev/winboat/issues). But to answer your question partially here: how do you run your container? Via Docker, Podman, Docker Compose? It seems like one of the ports is not open in the configuration (docker-compose.yml) or when using straight Docker they might have forgotten to add
-p 4727:47272or something similar.Anyways, try asking on the GitHub with more details on how you installed it, which virtualisation stack you're using and see if you get a response.
This thread is about the PKGBUILD for Arch specifically, seems like you installed it correctly and it's just a config issue.
sunuxi commented on 2026-03-24 09:14 (UTC)
I use winboat to install win10,An error occurred,check the install.log,the error ia:"ERROR | Error monitoring container: FetchError: request to http://127.0.0.1:47272/msg.html failed, reason: connect ECONNREFUSED 127.0.0.1:47272". Hoq can i do?
matthewq337 commented on 2026-02-15 02:22 (UTC)
@yochananmarqos fixed, thanks
yochananmarqos commented on 2026-02-14 22:42 (UTC)
@ArjixWasTaken:
libxcrypt-compatis only required to build, it is not a runtime dependency.ArjixWasTaken commented on 2026-02-14 21:05 (UTC)
@patlefort done!
patlefort commented on 2026-02-14 21:03 (UTC)
Please add
libxcrypt-compattodepends=().ArjixWasTaken commented on 2026-02-14 15:06 (UTC) (edited on 2026-02-14 15:07 (UTC) by ArjixWasTaken)
Sorry for not noticing any time sooner, thanks for the patch @VB2007 and @UnaTried
PS: imagemagick was removed by the package owner, https://aur.archlinux.org/cgit/aur.git/commit/?h=winboat&id=12903fc3cacb50f09b5ebf942595a3d4d3478842
UnaTried commented on 2026-02-14 12:31 (UTC) (edited on 2026-02-14 12:34 (UTC) by UnaTried)
I made this patch
It's based on VB2007's answer
VB2007 commented on 2026-02-07 02:31 (UTC)
As mentioned below, some issues are still present in the PKGBUILD file and a dependency is missing.
I've got the first build error:
Then fixed it by installing the
imagemagickpackage.Then the second build error:
A space is still missing at the 55th line between the resize geometry and the output path:
Plus the
installcommand for the icons is currently placed after thedonekeyword, so it only installs the 512px icon. It must be moved inside theforloop:After these manual fixes, the package was built & installed successfully.
ferrvittorio commented on 2026-01-28 08:09 (UTC) (edited on 2026-01-28 08:13 (UTC) by ferrvittorio)
Hi, I have the following
<quote> building target=AppImage arch=x64 file=dist/winboat-0.9.0-x86_64.AppImage • building target=tar.gz arch=x64 file=dist/winboat-0.9.0-x64.tar.gz • building target=deb arch=x64 file=dist/winboat-0.9.0-amd64.deb ⨯ cannot execute cause=exit status 127 errorOut=/home/--------/.cache/electron-builder/fpm/fpm-1.9.3-2.3.1-linux-x86_64/lib/ruby/bin.real/ruby: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory </quote>
Maybe
libxcrypt-compatshould be required as dependency?1 2 3 4 Next › Last »