Package Details: bottles 2:51.17-3

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: 154
Popularity: 4.34
First Submitted: 2020-11-28 22:52 (UTC)
Last Updated: 2024-12-22 23:18 (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

1 2 3 4 5 6 .. 24 Next › Last »

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'

lotation commented on 2025-01-16 09:47 (UTC)

ATTENTION: package will stay out-of-date as long as libadwaita 1.7 is in alpha state and not updated in the official repositories. If you want the latest release see here.

nixit commented on 2025-01-03 16:01 (UTC)

I installed rebuild-detector to see what python packages weren't rebuilt. solved my issues.

nixit commented on 2025-01-03 04:20 (UTC)

after updating and trying to run bottles, I get the following error:

File "/usr/share/bottles/bottles/frontend/windows/vkbasalt.py", line 30, in <module> from vkbasalt.lib import parse, ParseConfig ModuleNotFoundError: No module named 'vkbasalt'

vkbasalt is in that location, and I even trying installing from aur, same thing.

<deleted-account> commented on 2024-12-31 20:13 (UTC)

stuck at setup screen

swrneko commented on 2024-12-23 09:18 (UTC)

@FabioLolix anyway tahnks for reply)

FabioLolix commented on 2024-12-23 09:06 (UTC)

But what do you mean by "rebuild all my AUR pkgbuild"? smth like: yay -Syu or pakku -Syu or smth another?

I don't use AUR helpers so don't know their options, anyway be sure that the previously builded packages and the src and pkg folder get deleted to not mess with the rebuild against the new python version

swrneko commented on 2024-12-23 08:57 (UTC)

@FabioLolix, thanks for fast reply, but i already done it and it seems like it work perfect. But what do you mean by "rebuild all my AUR pkgbuild"? smth like: yay -Syu or pakku -Syu or smth another?