Package Details: bottles 2:64.1-1

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.57
First Submitted: 2020-11-28 22:52 (UTC)
Last Updated: 2026-06-25 21:10 (UTC)

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.

Latest Comments

1 2 3 4 5 6 .. 32 Next › Last »

nobodys commented on 2026-07-16 12:16 (UTC)

as per comment https://github.com/bottlesdevs/Bottles/issues/4494#issuecomment-4867847625 in the git repo, you may want to add cabextract to the dependencies to avoid errors on installation of fonts during a new bottle.

ZhangHua commented on 2026-07-10 02:27 (UTC)

Please add wine to the optdepends, bottles can use system installed wine as the runner.

amiroof commented on 2026-07-08 10:30 (UTC)

Traceback (most recent call last): File "/usr/share/bottles/bottles/frontend/views/list.py", line 121, in show_details self.window.page_details.view_preferences.update_combo_components() ~^^ File "/usr/share/bottles/bottles/frontend/views/bottle_preferences.py", line 465, in update_combo_components self.combo_runner.handler_block_by_func(self.__set_runner) ~~~^^^^^^^^^^^^^^^^^^^ TypeError: nothing connected to <bound method PreferencesView.__set_runner of \<bottle_preferences.PreferencesView object at 0x7f31552ff6c0 (DetailsPreferences at 0x55862cbc9050)>>

konokaiden commented on 2026-07-03 19:05 (UTC)

Gdk-Message: 14:03:49.432: Error 71 (Protocol error) dispatching to Wayland display.

Machion commented on 2026-04-18 05:55 (UTC)

Could you please make dependency "fvs2" (which itself needs Go again) optional? I don't use the versioning system. It just bloats my bottles installation and it works without it.

cylgalad commented on 2026-04-07 11:07 (UTC)

webkit2gtk is dead, please change the PKGBUILD to depend on webkit2gtk-4.1 instead.

w568w commented on 2026-03-24 17:24 (UTC) (edited on 2026-03-24 17:54 (UTC) by w568w)

Bottles now relies [1] on fvs2 [2] executable. Starting the application gives the following error:

[Errno 2] No such file or directory: 'fvs2'  File "/usr/share/bottles/bottles/backend/utils/threading.py", line 73, in __target
    result = self.task_func(*args, **kwargs)
[...]

Note that python-fvs is a different package that provides fvs, which has been no longer depended.

To satisfy the dependency, I have packaged fvs2 [3]. Please take a look.

[1] https://github.com/bottlesdevs/Bottles/pull/4437

[2] https://github.com/fvs-lab/fvs2

[3] https://aur.archlinux.org/packages/fvs2

WontDoItAgain commented on 2026-02-19 14:37 (UTC) (edited on 2026-02-19 14:39 (UTC) by WontDoItAgain)

For those getting stuck on the wine mono install, run the software via terminal so you can check the logs and as indicated by this comment https://github.com/bottlesdevs/Bottles/issues/4283#issuecomment-3685704498 kill the process after a while with pkill -f wine-mono I suppose the installer is not silent and gets hung at the end of the install process. Installer version was [wine-mono-10.3.0-x86.msi]

naguz commented on 2026-02-07 17:54 (UTC)

I have a problem building new bottles after installation. I had to cancel the first try at creating an application bottle after it was stuck forever at installing wine-mono, to capture some output from the terminal:

18:41:57 (INFO) Dependency installed: courie32 in WinApps 
18:41:57 (INFO) Installing dependency [mono] in bottle [WinApps]. 
18:41:58 (INFO) Using Wine Uninstaller -- get_uuid 
18:41:58 (INFO) Executing command: /home/user/.local/share/bottles/runners/soda-9.0-1/bin/wine64 uninstaller --list | grep -i 'Wine Mono' | cut -f1 -d\| 
wineserver: using server-side synchronization.
18:41:59 (WARNING) File [wine-mono-10.3.0-x86.msi] already exists in temp, skipping. 
18:41:59 (INFO) Launching an executable… 
18:41:59 (INFO) Session started: id=2 bottle=WinApps program=wine-mono-10.3.0-x86.msi 
18:41:59 (INFO) Using Wine MSI Installer -- install 
18:41:59 (INFO) Executing command: /home/user/.local/share/bottles/runners/soda-9.0-1/bin/wine64 msiexec /i /home/user/.local/share/bottles/temp/wine-mono-10.3.0-x86.msi None 
wineserver: using server-side synchronization.

I found a similar issue on the upstream bugtracker here: https://github.com/bottlesdevs/Bottles/issues/3421 One user there mentioned installing wine-mono helped for them, but it made no difference for me.