Package Details: bottles 2:51.21-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: 156
Popularity: 2.53
First Submitted: 2020-11-28 22:52 (UTC)
Last Updated: 2025-03-31 08:34 (UTC)

Dependencies (37)

Required by (2)

Sources (2)

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 .. 20 21 22 23 24 25 26 27 Next › Last »

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'

francescomasala commented on 2021-09-14 17:36 (UTC) (edited on 2021-09-14 17:36 (UTC) by francescomasala)

FREQUENTLY ASKED QUESTIONS (read before flagging or commenting!)
There is a new version out, why is the package not updated?

Don't worry, I'll update the package as soon as I have my computer at hand (we're talking about a day or so after the last release)

I have a problem with wine, should I blame bottles?

Absolutely not, try changing the version of wine in the settings or switch to another fork of wine.

Something is broken with the app, where do I report it?

You can either open an issue on github or use our internal bug reporting tool in bottles.

kyckl1ng commented on 2021-09-03 14:29 (UTC)

I suggest not to edit the .SRCINFO manually. You can a avoid this mistake by generating it from the PKGBUILD like that: makepkg --printsrcinfo > .SRCINFO

jaxmetalmax commented on 2021-09-02 16:37 (UTC)

pkgrel needs to be updated in PKGBUILD

drws commented on 2021-07-25 19:57 (UTC) (edited on 2021-07-25 20:06 (UTC) by drws)

Samba is not a dependency of this software and should be removed from the PKGBUILD.

https://github.com/bottlesdevs/Bottles/search?q=samba returns 0 results.

Also, the package provides a desktop file: https://github.com/bottlesdevs/Bottles/blob/master/data/com.usebottles.bottles.desktop.in

But as @saber716rus said, it is possibly not properly installed/linked to the /usr/share/applications/ folder.