I have same bug as nPHYN1T3 too. I've rebuild all packages that uses python. upd: After the vkbasalt-cli update, bottles started working
Search Criteria
Package Details: bottles 2:51.15-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: | 151 |
Popularity: | 7.11 |
First Submitted: | 2020-11-28 22:52 (UTC) |
Last Updated: | 2024-11-08 16:10 (UTC) |
Dependencies (36)
- cabextract
- dconf
- gtk4 (gtk4-customizableAUR, 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-testingAUR, libadwaita-gitAUR, libadwaita-without-adwaita-gitAUR)
- libportal-gtk4
- p7zip (p7zip-natspecAUR, p7zip-full-binAUR, 7-zip-fullAUR)
- patoolAUR (patool-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-chardet
- python-fvsAUR
- python-gobject (python-gobject-gitAUR)
- python-markdown
- python-orjson (python-orjson-gitAUR)
- python-pathvalidateAUR
- python-pycurl
- python-requests
- Show 16 more dependencies...
Required by (2)
- arch-gaming-meta (optional)
- cartridges-git (optional)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 22 Next › Last »
pomeloop commented on 2023-05-14 13:47 (UTC) (edited on 2023-05-15 19:27 (UTC) by pomeloop)
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>
nPHYN1T3 commented on 2023-05-10 09:06 (UTC) (edited on 2023-05-10 10:37 (UTC) by nPHYN1T3)
I absolutely missed the python update. It's been kinda nuts this week getting the garden in. Thanks for the heads up. After rebuilding things same same.
FabioLolix commented on 2023-05-10 06:02 (UTC)
When a new major python version is out you need to rebuild all the AUR pkgbuilds that use it
wanesty commented on 2023-05-10 04:49 (UTC) (edited on 2023-05-10 05:17 (UTC) by wanesty)
you might have noticed that python updated from 3.10 to 3.11, while doing so it defaulted it's "PYTHONPATH" to the new path, being : /usr/lib/python3.11/
so if a python app calls for a module, python will look in the aforementioned path, and only this one
you can do it dirty and copy everything (don't) or you can do this
for paru instead of yay it would be :
$paru -Syu (pacman -Qoq /usr/lib/python3.10/) --rebuild
nPHYN1T3 commented on 2023-05-10 02:20 (UTC) (edited on 2023-05-10 02:22 (UTC) by nPHYN1T3)
Got past the build failure with the aforementioned python-argparse trick. However upon launching now I'm greeted with several import failures and ModuleNotFoundError. vkbasalt-cli is installed.
Traceback (most recent call last):
File "/usr/bin/bottles", line 40, in <module>
from bottles.frontend import main
File "/usr/share/bottles/bottles/frontend/main.py", line 37, in <module>
from bottles.frontend.windows.main_window import MainWindow
File "/usr/share/bottles/bottles/frontend/windows/main_window.py", line 40, in <module>
from bottles.frontend.views.details import DetailsView
File "/usr/share/bottles/bottles/frontend/views/details.py", line 32, in <module>
from bottles.frontend.views.bottle_preferences import PreferencesView
File "/usr/share/bottles/bottles/frontend/views/bottle_preferences.py", line 48, in <module>
from bottles.frontend.windows.vkbasalt import VkBasaltDialog
File "/usr/share/bottles/bottles/frontend/windows/vkbasalt.py", line 30, in <module>
from vkbasalt.lib import parse, ParseConfig
ModuleNotFoundError: No module named 'vkbasalt'
trionghost commented on 2023-05-08 16:11 (UTC)
If you got compilation error with string "../bottles/frontend/ui/bottles.gresource.xml: Failed to locate ?window.ui? in any source directory." - try to remove python-argparse from system. Somehow it messes with blueprint-compiler.
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.