@nikic60245 That did the trick. Thanks a lot!
Search Criteria
Package Details: bottles 2:51.21-2
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 (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)
- cabextract
- dconf
- gtk4 (gtk4-paper-planeAUR, gtk4-gitAUR)
- gtksourceview5 (gtksourceview-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- icoextractAUR
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR)
- libadwaita (libadwaita-gitAUR, libadwaita-without-adwaita-gitAUR)
- libportal-gtk4
- p7zip (p7zip-natspecAUR, p7zip-full-binAUR, 7zip)
- patoolAUR (patool-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-chardet
- python-fvsAUR
- python-gobject
- python-markdown
- python-orjson (python-orjson-gitAUR)
- python-pathvalidateAUR
- python-pycurl
- python-requests
- python-steamgriddbAUR
- python-yaml (python-yaml-gitAUR)
- vkbasalt-cliAUR
- webkit2gtk (webkit2gtk-imgpasteAUR)
- xorg-xdpyinfo
- blueprint-compiler (blueprint-compiler-gitAUR) (make)
- meson (meson-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- gamemode (gamemode-gitAUR) (optional)
- gvfs (gvfs-gitAUR) (optional)
- lib32-gamemode (lib32-gamemode-gitAUR) (optional)
- lib32-gnutls (optional)
- lib32-vkd3d (lib32-vkd3d-gitAUR) (optional)
- lib32-vulkan-icd-loader (lib32-vulkan-icd-loader-gitAUR) (optional)
- vkd3d (vkd3d-gitAUR) (optional)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR) (optional)
- wine (wine-valveAUR, wine-stable-nextAUR, wine-stableAUR, wine-wow64-gitAUR, wine-staging-wow64-gitAUR, wine-gitAUR, wine-staging-gitAUR, wine-staging-wow64AUR, wine-tkg-staging-wow64-binAUR, wine-tkg-staging-binAUR, wine-pure-gitAUR, wine-cachyosAUR, wine-wow64AUR, wine-staging) (optional)
Required by (2)
- arch-gaming-meta (optional)
- cartridges-git (optional)
Sources (2)
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 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.
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.