Package Details: bottles 2:51.15-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: GPL-3.0-only
Submitter: ragouel
Maintainer: lotation (brombinmirko, francescomasala)
Last Packager: lotation
Votes: 151
Popularity: 7.11
First Submitted: 2020-11-28 22:52 (UTC)
Last Updated: 2024-11-08 16:10 (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 9 10 11 12 .. 22 Next › Last »

N1vBruno commented on 2023-05-06 19:49 (UTC)

I was getting a ModuleNotFoundError because of vkbasalt. As vkbasalt-cli was just removed from deps list (29de50), am I missing something or should it really be added back?

EDWIN commented on 2023-05-05 20:48 (UTC)

As mentioned here - https://github.com/bottlesdevs/Bottles/issues/2757 just after this release was published @StoneMoe pushed the changes which reverted charset_normalizer to chardet. So python-charset-normalizer is not needed anymore in bottles-git package. We also should remove it after the next release

lotation commented on 2023-05-05 19:36 (UTC)

@flxrbr @Aciz you're right, I fixed as soon as I could, thanks for the tip. Being in a hurry I did check the build in a clean chroot but not runtime dependencies.

Aciz commented on 2023-05-05 18:48 (UTC)

Same issue as @flxrbr, installing python-charset-normalizer fixes it, probably a new dependency introduced in new version?

flxrbr commented on 2023-05-05 18:30 (UTC)

Last update broke Bottles.

[faugus@archlinux ~]$ bottles
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 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>
    from charset_normalizer import from_bytes
ModuleNotFoundError: No module named 'charset_normalizer'
[faugus@archlinux ~]$

quietone commented on 2023-05-04 20:48 (UTC)

@plarpoon If you use paru, "paru -S bottles --rebuild=all" worked for me.

FabioLolix commented on 2023-05-03 21:39 (UTC)

@plarpoon python-pathvalidate is an AUR pkgbuild, you need to rebuild it after a major python update

plarpoon commented on 2023-05-03 21:27 (UTC)

Hi, I am getting this error after the most recent python updates.

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 38, in <module> from bottles.backend.managers.manager import Manager File "/usr/share/bottles/bottles/backend/managers/manager.py", line 36, in <module> import pathvalidate ModuleNotFoundError: No module named 'pathvalidate'

harre commented on 2023-04-20 21:10 (UTC)

I got same issue as @joelbacal removing python-argparse python-pyclip solved it for me, I didn't reinstall them after installing bottles and I have no issues.