Package Details: bottles-git 2:51.18.r65.g96056559-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: GPL-3.0-only
Conflicts: bottles
Provides: bottles
Submitter: Talebian
Maintainer: FabioLolix (envolution)
Last Packager: envolution
Votes: 17
Popularity: 0.021490
First Submitted: 2020-12-07 20:34 (UTC)
Last Updated: 2025-01-31 07:59 (UTC)

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

FabioLolix commented on 2022-06-23 21:52 (UTC)

libportal-gtk4 did the trick, the programs start fine without xdg-desktop-portal and xdg-desktop-portal-gtk

infirit commented on 2022-06-23 20:25 (UTC)

xdp refers to xdg-desktop-portal and you will need libportal-gtk4, perhaps also xdg-desktop-portal-gtk

FabioLolix commented on 2022-06-22 18:13 (UTC)

Installing libxdp and xdp-tools did not solve the issue

turbochamp commented on 2022-06-22 18:10 (UTC)

Fails to run even with libadwaita-git

ValueError: Namespace Xdp not available

ewout commented on 2022-06-14 10:37 (UTC) (edited on 2022-06-14 22:17 (UTC) by ewout)

Please depend on libadwaita-git for the time being. New GTK4+/libadwaita usage within Bottles depends on functionality untagged/unreleased in the regular libadwaita package.

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

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

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

Build 2022.5.28.trento.3.r255.gc753ccfe fail to start with

$ bottles
Traceback (most recent call last):
  File "/usr/sbin/bottles", line 42, in <module>
    from bottles import main
  File "/usr/share/bottles/bottles/main.py", line 35, in <module>
    from bottles.window import MainWindow
  File "/usr/share/bottles/bottles/window.py", line 36, in <module>
    from bottles.views.details import DetailsView
  File "/usr/share/bottles/bottles/views/details.py", line 32, in <module>
    from bottles.views.bottle_preferences import PreferencesView
  File "/usr/share/bottles/bottles/views/bottle_preferences.py", line 32, in <module>
    from bottles.dialogs.envvars import EnvVarsDialog
  File "/usr/share/bottles/bottles/dialogs/envvars.py", line 25, in <module>
    class EnvVarEntry(Adw.EntryRow):
  File "/usr/lib/python3.10/site-packages/gi/module.py", line 123, in __getattr__
    raise AttributeError("%r object has no attribute %r" % (
AttributeError: 'gi.repository.Adw' object has no attribute 'EntryRow'

adamnejm commented on 2022-05-16 18:33 (UTC)

Missing gtksourceview4 dependency!

Traceback (most recent call last):
  File "/usr/bin/bottles", line 42, in <module>
    from bottles import main
  File "/usr/share/bottles/bottles/main.py", line 33, in <module>
    from bottles.window import MainWindow
  File "/usr/share/bottles/bottles/window.py", line 33, in <module>
    from bottles.backend.managers.manager import Manager
  File "/usr/share/bottles/bottles/backend/managers/manager.py", line 46, in <module>
    from bottles.backend.managers.installer import InstallerManager
  File "/usr/share/bottles/bottles/backend/managers/installer.py", line 29, in <module>
    from bottles.dialogs.generic import MessageDialog
  File "/usr/share/bottles/bottles/dialogs/generic.py", line 20, in <module>
    gi.require_version('GtkSource', '4')
  File "/usr/lib/python3.10/site-packages/gi/__init__.py", line 126, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace GtkSource not available

tallero commented on 2022-03-12 15:51 (UTC)

missing lib32-glibc depedency

theriddick commented on 2022-03-06 14:17 (UTC)

patool is a requirement to run this application it seems.