Can't update because of libhandy dependency > 1.4.
Search Criteria
Package Details: bottles 2:64.1-1
Package Actions
| 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 (francescomasala) |
| Last Packager: | lotation |
| Votes: | 188 |
| Popularity: | 4.39 |
| First Submitted: | 2020-11-28 22:52 (UTC) |
| Last Updated: | 2026-06-25 21:10 (UTC) |
Dependencies (41)
- fvs2AUR
- gtk4 (gtk4-paper-planeAUR, gtk4-develAUR, gtk4-gitAUR)
- gtksourceview5 (gtksourceview-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- icoextract
- libadwaita (libadwaita-yaru-gitAUR, libadwaita-without-adwaita-gitAUR, libadwaita-gitAUR, libadwaita-without-adwaitaAUR)
- libportal-gtk4
- patoolAUR (patool-gitAUR)
- python
- python-cairo (python-cairo-gitAUR)
- python-certifi
- python-chardet
- python-charset-normalizer
- python-gobject
- python-idna
- python-markdown
- python-orjson (python-orjson-gitAUR)
- python-pathvalidateAUR
- python-pefile (python-pefile-gitAUR)
- python-pycurl
- Show 21 more dependencies...
Required by (3)
- cartridges-fast-git (optional)
- cartridges-git (optional)
- unused-pkg-remover (optional)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 24 25 26 27 28 29 30 31 32 Next › Last »
jgustavomartins commented on 2022-03-30 11:08 (UTC)
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'
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.
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.