When trying to open the working directory folder options in the launch options for an exe, it doesn't open up a folder that lets me set it. Is there anyway to do this via CLI? Sorry if this issue has already been addressed. It works fine the official flatpak version.
Search Criteria
Package Details: bottles 2:51.9-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: | GPL3 |
Submitter: | ragouel |
Maintainer: | lotation (brombinmirko, francescomasala) |
Last Packager: | lotation |
Votes: | 118 |
Popularity: | 2.70 |
First Submitted: | 2020-11-28 22:52 (UTC) |
Last Updated: | 2023-08-23 20:12 (UTC) |
Dependencies (37)
- cabextract
- dconf
- fvs
- gtk4 (gtk4-git, gtk4-paper-plane)
- gtksourceview5 (gtksourceview-git)
- hicolor-icon-theme (hicolor-icon-theme-git)
- icoextract
- imagemagick (graphicsmagick-imagemagick-compat, imagemagick-git, imagemagick-full, imagemagick-full-git)
- lib32-gnutls
- libadwaita (libadwaita-without-adwaita-git, libadwaita-git, libadwaita-testing)
- libhandy (libhandy-glade-catalog-disabled-git, libhandy-git)
- libportal-gtk4
- p7zip (p7zip-natspec, 7-zip-full)
- patool (patool-git)
- python (python36, python32, python37, python39, python38, python310, python312)
- python-charset-normalizer
- python-gobject (python-gobject-git)
- python-markdown
- python-orjson (python-orjson-git)
- python-pathvalidate
- Show 17 more dependencies...
Required by (3)
- cartridges (optional)
- cartridges-git (optional)
- manjaro-gaming-meta (optional)
Sources (1)
orchidcnr commented on 2023-09-14 03:43 (UTC)
UltraBlack commented on 2023-08-19 12:17 (UTC) (edited on 2023-08-21 14:22 (UTC) by UltraBlack)
According to the docs bottles is not supposed to link to the home directory anymore.
Could you fix that? I don't know how you can disable this. I want my bottles to be pretty much isolated from the rest of my system, which is why I already removed the Z: drive from all of them, and yet this is still happening.
On flatpak, it is dealt with by completely ignoring it and relying on it's sandboxing.
Edit: Also one more thing: Bottles depends on wine
, but in my opinion it really shouldn't. You can download various runners at any time, so why would wine be forced?
yrds commented on 2023-07-17 03:11 (UTC)
If someone is having errors with no module named 'X'
you need to REBUILD package related to this needed library. AUR helpers like yay tries to use cache when reinstall as default option, but you are asked if you want to rebuild the package, so do it.
aquova commented on 2023-06-04 12:55 (UTC)
@jeancf I was having the same issue you were, with an error failing to locate "window.ui". https://github.com/bottlesdevs/Bottles/issues/2711 from the project mentions an issue with python-argparse. After uninstalling it the build ran correctly.
FabioLolix commented on 2023-06-04 11:28 (UTC)
@rezhajemko same as https://aur.archlinux.org/packages/bottles#comment-917714, see also https://aur.archlinux.org/packages/bottles?O=10#comment-914077
rezhajemko commented on 2023-06-04 11:10 (UTC) (edited on 2023-06-04 11:13 (UTC) by rezhajemko)
Bottles does not start after today's last updates of some python libraries.
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 30, in <module> from bottles.backend.managers.manager import Manager File "/usr/share/bottles/bottles/backend/managers/manager.py", line 31, in <module> import pathvalidate ModuleNotFoundError: No module named 'pathvalidate'
FabioLolix commented on 2023-06-03 09:43 (UTC)
@dreieck you need to rebuild the AUR python packages after a major python update, see also https://aur.archlinux.org/packages/bottles?O=10#comment-914077
FabioLolix commented on 2023-06-02 18:34 (UTC)
@costor you need to install them from the AUR and rebuild when there is a major python update
costor commented on 2023-06-02 17:48 (UTC)
I needed to run the following or else Bottles wouldn't start:
pip install patool fvs vkbasalt-cli
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.