Package Details: bottles-git 2:51.18.r78.g3e1dc5bd-2

Git Clone URL: https://aur.archlinux.org/bottles-git.git (read-only, click to copy)
Package Base: bottles-git
Description: Easily manage wineprefix using environments
Upstream URL: https://usebottles.com/
Licenses: GPL-3.0-only
Conflicts: bottles
Provides: bottles
Submitter: Talebian
Maintainer: FabioLolix (envolution)
Last Packager: FabioLolix
Votes: 19
Popularity: 1.04
First Submitted: 2020-12-07 20:34 (UTC)
Last Updated: 2025-03-02 11:04 (UTC)

Dependencies (44)

Required by (2)

Sources (1)

Pinned Comments

FabioLolix commented on 2024-12-22 21:53 (UTC)

A new major python version hit the repository, rebuild ALL you AUR python pkgbuild and install rebuild-detector


The typical error is:

ModuleNotFoundError: No module named '$MODULE'

FabioLolix commented on 2022-06-11 13:50 (UTC)

Reference https://github.com/bottlesdevs/Bottles/wiki/Packaging

Latest Comments

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

joelbacal commented on 2023-03-13 03:56 (UTC)

Hi Fabio, first of all thanks for your iniciative, my computer is a little bit old and running flatpaks take some time to start in comparation with a direct installation , so I installed many packages from AUR repository that are much faster.

I'm trying to install your bottles package on my PC, but I get this message during compilation.

[53/55] Generating bottles/frontend/ui/bottles_gresource with a custom command FAILED: bottles/frontend/ui/bottles.gresource /usr/bin/glib-compile-resources ../bottles/frontend/ui/bottles.gresource.xml --sourcedir bottles/frontend/ui --sourcedir ../bottles/frontend/ui --internal --generate --target bottles/frontend/ui/bottles.gresource --dependency-file bottles/frontend/ui/bottles.gresource.d ../bottles/frontend/ui/bottles.gresource.xml: Falló al buscar «window.ui» en cualquier carpeta fuente. [54/55] Generating data/com.usebottles.bottles.desktop with a custom command [55/55] Generating data/com.usebottles.bottles.metainfo.xml with a custom command ninja: build stopped: subcommand failed. ==> ERROR: Se produjo un fallo en build(). Cancelando...

I'm using Manjaro KDE with AUR repositories enabled. I've installed base-devel and another dependencies to get Aur installation working.

Thanks in advance andd regards from Peru

costor commented on 2023-03-04 02:11 (UTC) (edited on 2023-03-04 02:12 (UTC) by costor)

Latest version (51.5) now requires python-charset-normalizer to run.

FabioLolix commented on 2023-01-22 13:56 (UTC)

I have some problem with my NAS so can't build new packages (my local repo is down)

FabioLolix commented on 2023-01-22 13:54 (UTC)

@ewout @Hakkaten added python-pathvalidate

Please revert the development build flag. A -devel package would be better suited.

@ewout No. It build the master/main branch and is a cosmetic thing, from https://github.com/bottlesdevs/Bottles/wiki/Packaging "If your package is based on our git repository and is ahead of the current release, please compile Bottles with the -Ddevel=true option to add development decoration to the window."

@Hakkaten using exclamation marks is annoying

ewout commented on 2023-01-20 11:27 (UTC)

Please revert the development build flag. A -devel package would be better suited.

ewout commented on 2023-01-20 11:23 (UTC)

@FabioLolix doesn't start here without python-pathvalidate.

➜  ~ bottles
Traceback (most recent call last):
  File "/usr/bin/bottles", line 43, 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 34, in <module>
    from bottles.backend.managers.manager import Manager
  File "/usr/share/bottles/bottles/backend/managers/manager.py", line 33, in <module>
    import pathvalidate
ModuleNotFoundError: No module named 'pathvalidate'

FabioLolix commented on 2023-01-16 22:47 (UTC)

Added python-pycurl, it start without python-pathvalidate

Hakkaten commented on 2023-01-16 21:29 (UTC)

python-pycurl and python-pathvalidate are missing from the dependencies!

FabioLolix commented on 2023-01-15 02:20 (UTC)

The package permanently reports it must be updated via yay. Something is wrong with the versioning.

Upstream changed version scheme, solved by incrementing epoch

pkr commented on 2023-01-14 23:44 (UTC)

The package permanently reports it must be updated via yay. Something is wrong with the versioning.