NOTE: Although libadwaita 1.7 is now available in the stable repositories, I will not upgrade Bottles until a workaround for the new sandbox check is found. I am currently working on finding a patch. If anyone has a working patch, please feel free to share it, and I will include it in the package.
Search Criteria
Package Details: bottles 2:51.21-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/bottles.git (read-only, click to copy) |
---|---|
Package Base: | bottles |
Description: | Easily manage wine and proton prefix |
Upstream URL: | https://github.com/bottlesdevs/Bottles |
Keywords: | Bottles gaming Wine Wineprefixes |
Licenses: | GPL-3.0-only |
Submitter: | ragouel |
Maintainer: | lotation (brombinmirko, francescomasala) |
Last Packager: | lotation |
Votes: | 156 |
Popularity: | 1.48 |
First Submitted: | 2020-11-28 22:52 (UTC) |
Last Updated: | 2025-05-02 10:10 (UTC) |
Dependencies (37)
- cabextract
- dconf
- gamemode (gamemode-gitAUR)
- gtk4 (gtk4-paper-planeAUR, gtk4-gitAUR)
- gtksourceview5 (gtksourceview-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- icoextractAUR
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR)
- libadwaita (libadwaita-gitAUR, libadwaita-without-adwaita-gitAUR)
- libportal-gtk4
- p7zip (p7zip-full-binAUR, p7zip-natspecAUR, 7zip)
- patoolAUR (patool-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-chardet
- python-fvsAUR
- python-gobject
- python-markdown
- python-orjson (python-orjson-gitAUR)
- python-pathvalidateAUR
- python-pycurl
- python-requests
- python-steamgriddbAUR
- python-yaml (python-yaml-gitAUR)
- vkbasalt-cliAUR
- webkit2gtk (webkit2gtk-imgpasteAUR)
- xorg-xdpyinfo
- blueprint-compiler (blueprint-compiler-gitAUR) (make)
- meson (meson-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- gvfs (gvfs-gitAUR) (optional)
- lib32-gamemode (lib32-gamemode-gitAUR) (optional)
- lib32-gnutls (optional)
- lib32-vkd3d (lib32-vkd3d-gitAUR) (optional)
- lib32-vulkan-icd-loader (lib32-vulkan-icd-loader-gitAUR) (optional)
- vkd3d (vkd3d-gitAUR) (optional)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR) (optional)
- wine (wine-valveAUR, wine-stable-nextAUR, wine-stableAUR, wine-wow64-gitAUR, wine-staging-wow64-gitAUR, wine-gitAUR, wine-staging-gitAUR, wine-wow64AUR, wine-staging-wow64AUR, wine-tkg-staging-binAUR, wine-tkg-staging-wow64-binAUR, wine-tkg-staging-ntsync-binAUR, wine-cachyosAUR, wine-pure-gitAUR, wine-staging) (optional)
Required by (2)
- arch-gaming-meta (optional)
- cartridges-git (optional)
Sources (2)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 28 Next › Last »
lotation commented on 2025-03-25 14:56 (UTC)
cahiri0 commented on 2025-03-24 17:23 (UTC)
libadwaita in extra repo is now in 1.7.0-2
eduardolucioac commented on 2025-03-14 19:06 (UTC)
⚠️ The bottles-cli is not passing arguments to the program it runs. ⚠️
👉🏻 To follow up on this issue I created an issue on GitHub ( https://github.com/bottlesdevs/Bottles/issues/3807 ) and a thread on Unix Stack Exchange (Unix & Linux) ( https://unix.stackexchange.com/q/790867/61742 ).
shafael170 commented on 2025-03-11 18:59 (UTC) (edited on 2025-03-12 00:01 (UTC) by shafael170)
For those who wants to manually use wine-10.2 or up, you'll need to change a line by manually editing the file at /usr/share/bottles/bottles/backend/wine/winecommand.py
through following the link below
etfeet commented on 2025-03-02 05:54 (UTC)
in case anyone needs it here's a modified pkgbuild that pulls in https://github.com/bottlesdevs/Bottles/pull/3605 to fix bottles-cli not passing arguments/params to the backend windows/wine executable.
https://gist.github.com/etfeet/4600d0d36cf5eacac999a3594674ef6b
Efwis commented on 2025-02-15 01:22 (UTC)
I have a question. Is there a way to utilize the vcredist-aio with bottles? I have a program I can't install because of an error that requires vcredist-aio version of Visual C++
peelz commented on 2025-02-14 13:31 (UTC)
@lotation: just out of curiosity, how often do you have to unmark the package as "out of date" because people don't read the comments?
You might wanna pin your last comment about libadwaita 1.7.
eduardolucioac commented on 2025-02-05 19:55 (UTC) (edited on 2025-02-06 01:03 (UTC) by eduardolucioac)
The Bottles (Wine) CLI ("bottles-cli") is not passing arguments to the program it runs ("run" option).
In the example below, the Notepad++ program does not receive the arguments -multiInst -nosession 'Z:/\some/\file/\path/\file.ext'
...
bottles-cli run -p notepad++ -b notepad++ -- -multiInst -nosession 'Z:/\some/\file/\path/\file.ext'
Would this be a bug or something I'm doing wrong?
To be objective, it seems like a bug to me...
Thanks! 🤗
Trojaner commented on 2025-01-31 21:05 (UTC) (edited on 2025-01-31 21:05 (UTC) by Trojaner)
@teJECSke To fix the problem with python modules not being found, execute paru -S --rebuild python-pathvalidate icoextract patool python-fvs vkbasalt-cli
.
Source: https://github.com/bottlesdevs/Bottles/issues/3630 (note: please do not report these kind of bugs at bottles directly. However, someone reported the bug already so I'm referencing it)
teJECSke commented on 2025-01-28 10:22 (UTC)
$ bottles Traceback (most recent call last): File "/usr/bin/bottles", line 49, in <module> from bottles.frontend import main File "/usr/share/bottles/bottles/frontend/main.py", line 36, in <module> from bottles.frontend.windows.main_window import MainWindow File "/usr/share/bottles/bottles/frontend/windows/main_window.py", line 30, in <module> from bottles.backend.managers.manager import Manager File "/usr/share/bottles/bottles/backend/managers/manager.py", line 41, in <module> from bottles.backend.managers.dependency import DependencyManager File "/usr/share/bottles/bottles/backend/managers/dependency.py", line 25, in <module> import patoolib ModuleNotFoundError: No module named 'patoolib'
Pinned Comments
brombinmirko commented on 2022-09-15 20:54 (UTC) (edited on 2022-09-15 20:54 (UTC) by brombinmirko)
=====================
READ HERE FIRST
=====================
This package is not officially supported by the Bottles Developers. Even though some of those developers are package maintainers, support is offered by the package authors who will make sure it is handled in the best possible way. They will diagnose the issues and report the issues to the development team if they are not related to the package.