I needed to run the following or else Bottles wouldn't start:
pip install patool fvs vkbasalt-cli
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 .. 6 7 8 9 10 11 12 13 14 15 16 .. 27 Next › Last »
costor commented on 2023-06-02 17:48 (UTC)
jeancf commented on 2023-06-02 12:18 (UTC)
I am trying to install bottles for the first time and the installation fails with:
[53/55] Generating bottles/frontend/ui/bottles_gresource with a custom command
FAILED: bottles/frontend/ui/bottles.gresource
/usr/bin/glib-compile-resources ../bottles/frontend/ui/bottles.gresource.xml --sourcedir bottles/frontend/ui --sourcedir ../bottles/frontend/ui --internal --generate --target bottles/frontend/ui/bottles.gresource --dependency-file bottles/frontend/ui/bottles.gresource.d
../bottles/frontend/ui/bottles.gresource.xml: Failed to locate “window.ui” in any source directory.
cfebs commented on 2023-06-01 00:45 (UTC)
The githhub ticket bug prompt says to not open bug reports from packages so leaving this here.
It is a fairly minor bug, but breaks the Launch Options dialog until relaunched.
Full bug report according to GH repo formatting: https://gist.github.com/cfebs/cfb4613d026d276a7d53c36adabf6973
When clicking Save in Launch Options:
Traceback (most recent call last):
File "/usr/share/bottles/bottles/frontend/widgets/program.py", line 202, in update_programs
self.view_bottle.update_programs(config=self.config)
File "/usr/share/bottles/bottles/frontend/views/bottle_details.py", line 287, in update_programs
raise TypeError("config param need BottleConfig type, but it was %s" % type(config))
TypeError: config param need BottleConfig type, but it was <class 'str'>
When trying to open Change Launch Options again:
Traceback (most recent call last):
File "/usr/share/bottles/bottles/frontend/widgets/program.py", line 134, in show_launch_options_view
dialog = LaunchOptionsDialog(self, self.config, self.program)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/bottles/bottles/frontend/windows/launchoptions.py", line 85, in __init__
config.Parameters.dxvk,
^^^^^^^^^^^^^^^^^
AttributeError: 'str' object has no attribute 'Parameters'
Possibly related to: https://github.com/bottlesdevs/Bottles/issues/2908
FabioLolix commented on 2023-05-15 18:52 (UTC)
the key point here is that you'll have to do a full rebuild (that's important) not from a cached one neither from existing build files
General advice; always clean makepkg folders, see -c
and -C
options of makepkg
loxothrone commented on 2023-05-15 17:40 (UTC) (edited on 2023-05-15 17:43 (UTC) by loxothrone)
hey guys im sorry for being stupidity foolish, so apparently the advice of rebuilding a python packages is accurate, the key point here is that you'll have to do a full rebuild (that's important) not from a cached one neither from existing build files, but it has to be a clean\full rebuild. ps that's once again i was proved that Linux community is the best one
pomeloop commented on 2023-05-14 13:47 (UTC) (edited on 2023-05-15 19:27 (UTC) by pomeloop)
I have same bug as nPHYN1T3 too. I've rebuild all packages that uses python. upd: After the vkbasalt-cli update, bottles started working
ivdok commented on 2023-05-14 06:00 (UTC)
@brombinmirko Since I can't file bug with upstream due to using this package, how do I report an issue with being unable to run applications from "Add Shortcuts", but "Run Executable" working fine? Running flathub package is out of the question.
loxothrone commented on 2023-05-12 18:34 (UTC)
@lotation the package builds just fine, thnx, im getting the same traceback as nPHYN1T3 down here, i've rebuild that phyton crap but still it wont run
lotation commented on 2023-05-12 06:49 (UTC)
@loxothrone what are you talking about? I built and tested the package in a clean chroot environment so it ain't broken. Did you rebuild all the python AUR packages as suggested by FabioLolix? What's the error you are getting while building bottles?
loxothrone commented on 2023-05-12 04:28 (UTC)
so why the H updating this package if it gets broken?! oh i forgot - it a philosophy of Arch Linux. </toxic>
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.