Package Details: bottles 2:51.21-2

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.80
First Submitted: 2020-11-28 22:52 (UTC)
Last Updated: 2025-03-31 08:34 (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

« First ‹ Previous 1 2 3 4 5 6 7 .. 27 Next › Last »

Joboy commented on 2025-03-27 01:08 (UTC)

Can confirm that @laosparrow's patch fixes the unresponsive UI bugs.

PPlatypus commented on 2025-03-26 20:53 (UTC)

@mondocello, @robbie-hatley:

Manjaro doesn't have the required version of libadwaita. You need version 1.7, Manjaro is still at 1.6. if Manjaro follows its usual schedule, they will likely update in a few weeks.

For now, you can either rollback to bottles 51.17, or use the flatpak version.

mondocello commented on 2025-03-26 20:11 (UTC)

Same problem for me as Robbie

robbie-hatley commented on 2025-03-26 16:38 (UTC)

I'm on Manjaro Linux (KDE Plasma 6.3.3, 6.12.19-1 kernel, AMD Ryzen). When Pamac urged me to update my AUR Bottles today (2025-03-26), build failed. The build log contains several deprecation warnings and one fatal error. Relevant part of build log follows:

warning: Gtk.TreeView is deprecated at ../bottles/frontend/ui/details-taskmanager.blp line 4 column 3: 4 | TreeView treeview_processes { | ^^^^^^^^ hint: Use [class@Gtk.ListView] for lists, and [class@Gtk.ColumnView] for tabular lists

warning: Gtk.TreeSelection is deprecated at ../bottles/frontend/ui/details-taskmanager.blp line 8 column 5: 8 | TreeSelection {} | ^^^^^^^^^^^^^ hint: Use [iface@Gtk.SelectionModel] instead

warning: Adw.Leaflet is deprecated at ../bottles/frontend/ui/details.blp line 5 column 3: 5 | Adw.Leaflet leaflet { | ^^^^^^^^^^^ hint: See the migration guide

warning: Adw.LeafletPage is deprecated at ../bottles/frontend/ui/details.blp line 33 column 5: 33 | Adw.LeafletPage { | ^^^^^^^^^^^^^^^ hint: See the migration guide

warning: Adw.PreferencesWindow is deprecated at ../bottles/frontend/ui/dialog-dll-overrides.blp line 4 column 31: 4 |template $DLLOverridesDialog: Adw.PreferencesWindow { | ^^^^^^^^^^^^^^^^^^^^^ hint: Use [class@PreferencesDialog].

warning: Gtk.TreeView is deprecated at ../bottles/frontend/ui/dialog-journal.blp line 70 column 7: 70 | TreeView tree_view { | ^^^^^^^^ hint: Use [class@Gtk.ListView] for lists, and [class@Gtk.ColumnView] for tabular lists

warning: Gtk.TreeSelection is deprecated at ../bottles/frontend/ui/dialog-journal.blp line 76 column 9: 76 | TreeSelection {} | ^^^^^^^^^^^^^ hint: Use [iface@Gtk.SelectionModel] instead

error: Namespace Adw does not contain a type called WrapBox at ../bottles/frontend/ui/bottle-row.blp line 8 column 7: 8 | Adw.WrapBox wrap_box { | ^^^^^^^ hint: Did you check your spelling? hint: Are your dependencies up to date?

ninja: build stopped: subcommand failed. ==> ERROR: A failure occurred in build(). Aborting...

laosparrow commented on 2025-03-26 15:25 (UTC) (edited on 2025-03-26 15:28 (UTC) by laosparrow)

somehow for now, sandbox checks are added everywhere in bottles, although they aren't necessary. patching all of the Xdp.Portal.running_under_sandbox() helps fixing all of these ui related issues

it looks like there is a bug causing installed dependencies to disappear in the dependencies list

https://pastebin.com/4Qz0Bw31

rmeno12 commented on 2025-03-26 14:17 (UTC)

I am also having the same issue as thespruce and OracleToes. Unable to create a new bottle, many of the buttons in the modal do not work, including the "Create" button.

cahiri0 commented on 2025-03-26 12:45 (UTC)

@lgomesf this error is caused by old version of libadwaita, you need to update to 1.7

I am also getting error when editing or creating new bottle.

https://pastebin.com/F1GWNiB6

lgomesf commented on 2025-03-26 11:55 (UTC)

error: Namespace Adw does not contain a type called WrapBox
at ../bottles/frontend/ui/bottle-row.blp line 8 column 7:
8 | Adw.WrapBox wrap_box {
| ^^^^^^^
hint: Did you check your spelling?
hint: Are your dependencies up to date?

ninja: build stopped: subcommand failed.
==> ERRO: Uma falha ocorreu em build().

PPlatypus commented on 2025-03-26 03:12 (UTC)

I get the following error message when trying to edit a bottle:

https://pastebin.com/WzQBrn96

Looks like the same issues are/have been happening for bottles-git as well. I confirmed that the flatpak version does work correctly.

OracleToes commented on 2025-03-26 00:12 (UTC)

I am getting the same issue as thespruce. I uninstalled bottles with "yay -R bottles" to keep the dependencies, and then installed from the previous PKBUILD and it is working again.