@raphael_costa thanks for the tip, I updated the package
Search Criteria
Package Details: bottles 2:51.9-2
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: | GPL3 |
Submitter: | ragouel |
Maintainer: | lotation (brombinmirko, francescomasala) |
Last Packager: | lotation |
Votes: | 119 |
Popularity: | 1.77 |
First Submitted: | 2020-11-28 22:52 (UTC) |
Last Updated: | 2023-10-23 17:31 (UTC) |
Dependencies (37)
- cabextract
- dconf
- fvsAUR
- gtk4 (gtk4-gitAUR, gtk4-paper-planeAUR)
- gtksourceview5 (gtksourceview-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- icoextractAUR
- imagemagick (graphicsmagick-imagemagick-compatAUR, imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR)
- lib32-gnutls
- libadwaita (libadwaita-gitAUR, libadwaita-testingAUR, libadwaita-without-adwaita-gitAUR)
- libhandy (libhandy-gitAUR)
- libportal-gtk4 (libportal-inputcapture-gtk4AUR)
- p7zip (p7zip-natspecAUR, 7-zip-fullAUR, p7zip-full-binAUR)
- patoolAUR (patool-gitAUR)
- python (python32AUR, python37AUR, python310AUR)
- python-chardet
- python-gobject (python-gobject-gitAUR)
- python-markdown
- python-orjson (python-orjson-gitAUR)
- python-pathvalidateAUR
- Show 17 more dependencies...
Required by (3)
- arch-gaming-meta (optional)
- cartridges (optional)
- cartridges-git (optional)
Sources (1)
lotation commented on 2023-10-23 17:33 (UTC)
raphael_costa commented on 2023-10-23 04:22 (UTC)
Traceback (most recent call last):
File "/usr/bin/bottles", line 44, 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 27, in <module>
from bottles.backend.health import HealthChecker
File "/usr/share/bottles/bottles/backend/health.py", line 26, in <module>
from bottles.backend.utils.generic import is_glibc_min_available
File "/usr/share/bottles/bottles/backend/utils/generic.py", line 25, in <module>
import chardet
ModuleNotFoundError: No module named 'chardet'
python-chardet is required for this application to run. I didn't test removing python-charset-normalizer from the PKGBUILD.
I repeat for clarity, python-chardet is required to run bottles at the moment.
orchidcnr commented on 2023-09-14 03:43 (UTC)
When trying to open the working directory folder options in the launch options for an exe, it doesn't open up a folder that lets me set it. Is there anyway to do this via CLI? Sorry if this issue has already been addressed. It works fine the official flatpak version.
UltraBlack commented on 2023-08-19 12:17 (UTC) (edited on 2023-08-21 14:22 (UTC) by UltraBlack)
According to the docs bottles is not supposed to link to the home directory anymore.
Could you fix that? I don't know how you can disable this. I want my bottles to be pretty much isolated from the rest of my system, which is why I already removed the Z: drive from all of them, and yet this is still happening.
On flatpak, it is dealt with by completely ignoring it and relying on it's sandboxing.
Edit: Also one more thing: Bottles depends on wine
, but in my opinion it really shouldn't. You can download various runners at any time, so why would wine be forced?
yrds commented on 2023-07-17 03:11 (UTC)
If someone is having errors with no module named 'X'
you need to REBUILD package related to this needed library. AUR helpers like yay tries to use cache when reinstall as default option, but you are asked if you want to rebuild the package, so do it.
aquova commented on 2023-06-04 12:55 (UTC)
@jeancf I was having the same issue you were, with an error failing to locate "window.ui". https://github.com/bottlesdevs/Bottles/issues/2711 from the project mentions an issue with python-argparse. After uninstalling it the build ran correctly.
FabioLolix commented on 2023-06-04 11:28 (UTC)
@rezhajemko same as https://aur.archlinux.org/packages/bottles#comment-917714, see also https://aur.archlinux.org/packages/bottles?O=10#comment-914077
rezhajemko commented on 2023-06-04 11:10 (UTC) (edited on 2023-06-04 11:13 (UTC) by rezhajemko)
Bottles does not start after today's last updates of some python libraries.
Traceback (most recent call last): File "/usr/bin/bottles", line 40, in <module> from bottles.frontend import main File "/usr/share/bottles/bottles/frontend/main.py", line 37, 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 31, in <module> import pathvalidate ModuleNotFoundError: No module named 'pathvalidate'
FabioLolix commented on 2023-06-03 09:43 (UTC)
@dreieck you need to rebuild the AUR python packages after a major python update, see also https://aur.archlinux.org/packages/bottles?O=10#comment-914077
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.