Package Details: bottles 2:51.15-1

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: 146
Popularity: 6.17
First Submitted: 2020-11-28 22:52 (UTC)
Last Updated: 2024-10-17 15:08 (UTC)

Dependencies (36)

Required by (3)

Sources (1)

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 .. 21 Next › Last »

loxothrone commented on 2023-05-12 04:28 (UTC)

so why the H updating this package if it gets broken?! oh i forgot - it a philosophy of Arch Linux. </toxic>

nPHYN1T3 commented on 2023-05-10 09:06 (UTC) (edited on 2023-05-10 10:37 (UTC) by nPHYN1T3)

I absolutely missed the python update. It's been kinda nuts this week getting the garden in. Thanks for the heads up. After rebuilding things same same.

FabioLolix commented on 2023-05-10 06:02 (UTC)

When a new major python version is out you need to rebuild all the AUR pkgbuilds that use it

wanesty commented on 2023-05-10 04:49 (UTC) (edited on 2023-05-10 05:17 (UTC) by wanesty)

you might have noticed that python updated from 3.10 to 3.11, while doing so it defaulted it's "PYTHONPATH" to the new path, being : /usr/lib/python3.11/

so if a python app calls for a module, python will look in the aforementioned path, and only this one

you can do it dirty and copy everything (don't) or you can do this

for paru instead of yay it would be :
$paru -Syu (pacman -Qoq /usr/lib/python3.10/) --rebuild

nPHYN1T3 commented on 2023-05-10 02:20 (UTC) (edited on 2023-05-10 02:22 (UTC) by nPHYN1T3)

Got past the build failure with the aforementioned python-argparse trick. However upon launching now I'm greeted with several import failures and ModuleNotFoundError. vkbasalt-cli is installed.

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 40, in <module>
    from bottles.frontend.views.details import DetailsView
  File "/usr/share/bottles/bottles/frontend/views/details.py", line 32, in <module>
    from bottles.frontend.views.bottle_preferences import PreferencesView
  File "/usr/share/bottles/bottles/frontend/views/bottle_preferences.py", line 48, in <module>
    from bottles.frontend.windows.vkbasalt import VkBasaltDialog
  File "/usr/share/bottles/bottles/frontend/windows/vkbasalt.py", line 30, in <module>
    from vkbasalt.lib import parse, ParseConfig
ModuleNotFoundError: No module named 'vkbasalt'

trionghost commented on 2023-05-08 16:11 (UTC)

If you got compilation error with string "../bottles/frontend/ui/bottles.gresource.xml: Failed to locate ?window.ui? in any source directory." - try to remove python-argparse from system. Somehow it messes with blueprint-compiler.

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?