Package Details: bottles-git 2:50.1.r23.g6954b8ad-1

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: GPL3
Conflicts: bottles
Provides: bottles
Submitter: Talebian
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 15
Popularity: 0.67
First Submitted: 2020-12-07 20:34 (UTC)
Last Updated: 2023-01-22 13:48 (UTC)

Pinned Comments

FabioLolix commented on 2022-12-18 19:00 (UTC) (edited on 2023-05-22 21:52 (UTC) by FabioLolix)

in the bottles AURweb page is mentioned that having python-argparse installed will fail the build of bottles

~~~Confirm it fails to build using makepkg but it work using devtools, I've uploaded the build package here https://sourceforge.net/projects/fabiololix-os-archive/files/Packages/ since building with devtools require a local repo for the other aur dependencies~~~

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

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

Latest Comments

1 2 3 4 Next › Last »

ewout commented on 2023-05-22 23:00 (UTC)

@RAMChYLD .. don't pip install system-wide yourself. That's pacman's role.

FabioLolix commented on 2023-05-22 21:51 (UTC)

@RAMChYLD that python modules exist as pkgbuilds on the AUR, exactly with that name. When a major python update happen (3.10 -> 3.11) you need to rebuild all the python AUR pkgbuilds you're using.

@joelbacal in the bottles AURweb page is mentioned that having python-argparse installed will fail the build of bottles

@costor can't confirm

RAMChYLD commented on 2023-05-22 20:15 (UTC) (edited on 2023-05-22 20:16 (UTC) by RAMChYLD)

Latest version seems to require the following python packages to run:

  • patool

  • fvs

  • vkbasalt-cli

Installing these via pip solves the issue.

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