Package Details: bottles 2:51.15-2

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: 151
Popularity: 6.97
First Submitted: 2020-11-28 22:52 (UTC)
Last Updated: 2024-11-08 16:10 (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

« First ‹ Previous 1 .. 14 15 16 17 18 19 20 21 22 Next › Last »

jgustavomartins commented on 2022-03-30 11:08 (UTC)

Can't update because of libhandy dependency > 1.4.

Ghul commented on 2022-03-24 16:56 (UTC)

wine should not be a dependency because bottles already provides and manages its own wine runners.

tallero commented on 2022-03-12 15:52 (UTC) (edited on 2022-03-12 16:23 (UTC) by tallero)

missing lib32-glibc, lib32-freetype2, lib32-libxxf86vm, lib32-vkd3d, lib32-alsa, lib32-libsm dependencies.

programegg commented on 2022-02-05 16:18 (UTC) (edited on 2022-02-05 16:19 (UTC) by programegg)

I think there is a typo in the PKGBUILD which prevents a successful build. lib32-gnutxls in the first line of depends() should be lib32-gnutls

trustin commented on 2022-02-03 08:39 (UTC)

@nikic60245 That did the trick. Thanks a lot!

nikic60245 commented on 2022-02-02 22:55 (UTC)

@trustin To fix the Gtk version error add the following lines to the begining of /usr/share/bottles/bottles/dialogs/generic.py:

import gi

gi.require_version('GtkSource', '4')

Reference: https://github.com/bottlesdevs/Bottles/commit/ced821b66952757b7adbed459c0bf3479b9b4d0c

trustin commented on 2022-02-02 15:10 (UTC) (edited on 2022-02-02 15:11 (UTC) by trustin)

I'm getting the following error after some updates (I'm now sure what packages were updated exactly.):

Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/gi/importer.py", line 137, in load_module
    introspection_module = get_introspection_module(namespace)
  File "/usr/lib/python3.10/site-packages/gi/module.py", line 257, in get_introspection_module
    module = IntrospectionModule(namespace, version)
  File "/usr/lib/python3.10/site-packages/gi/module.py", line 109, in __init__
    repository.require(namespace, version)
gi.RepositoryError: Requiring namespace 'Gtk' version '4.0', but '3.0' is already loaded

Any clues? I rebuilt patool and bottles but it didn't help.

drws commented on 2022-01-22 16:20 (UTC)

@gyurman: You probably need to rebuild patool due to recent Python 3.10 update. It's working for me.

gyurman commented on 2022-01-22 15:56 (UTC) (edited on 2022-01-22 15:58 (UTC) by gyurman)

^^>>> bottles                                                                                                                                                       16:51:48 
Traceback (most recent call last):
  File "/usr/bin/bottles", line 56, in <module>
    from bottles import main
  File "/usr/share/bottles/bottles/main.py", line 33, in <module>
    from .window import MainWindow
  File "/usr/share/bottles/bottles/window.py", line 27, in <module>
    from .backend.manager import Manager
  File "/usr/share/bottles/bottles/backend/manager.py", line 42, in <module>
    from .dependency import DependencyManager
  File "/usr/share/bottles/bottles/backend/dependency.py", line 22, in <module>
    import patoolib
ModuleNotFoundError: No module named 'patoolib'