Package Details: bottles 2:51.11-2

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: 132
Popularity: 3.95
First Submitted: 2020-11-28 22:52 (UTC)
Last Updated: 2024-03-12 21:39 (UTC)

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.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 20 Next › Last »

jonathandavid200 commented on 2023-12-20 11:10 (UTC)

When I go to run it; it gets stuck saying almost done the first time I run it. I saw people that use flatpak had this problem too they made a dxvk2.0.1 folder. But I don't have that directry on arch linux kde to even try it. It sas it has a problem with the gtk system bus and then it says it can't find dxvk and some others.

lotation commented on 2023-10-23 17:33 (UTC)

@raphael_costa thanks for the tip, I updated the package

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