Software 44672 Published by

Bottles 65.3 drops as a pure hotfix release, landing four targeted patches on the exact same day as version 65.2 to address regressions from the major 65.x update cycle. The updates fix usability-critical bugs including a bottle creation hang when DXVK is missing, a minutes-long freeze in the dependencies pane, content disappearing during scroll operations, and a blank screen after deleting the last bottle. All four issues were reported and resolved within hours by a single dedicated QA tester running Fedora 44, with maintainer Mirko Brombin closing the tickets the same day. The release contains no new features, but it restores stability to the GTK integration changes introduced last week.



Bottles 65.3 drops as a day-of hotfix to patch regressions from the major 65.x release

Four targeted fixes land in the open-source Wine frontend, clearing up hangs, freezes, and visual glitches that surfaced after last week's UI overhaul.

Bottles 65.3 is here. It is strictly a bug-fix release. The popular open-source Linux frontend for Wine lands four targeted patches on the exact same day as 65.2, cleaning up regressions that surfaced after the major 65.x update cycle.

If you just upgraded to the 65.x branch, you probably bumped into a few rough edges. The new version introduced a handful of GTK integration hiccups that made bottle creation stall, dependencies panes freeze, and scrolling wipe content off screen. All four got squashed in 65.3.

Screenshot_from_2026_02_16_13_28_27

What actually got fixed

The first patch tackles a hanging bottle creation process. When DXVK is not already installed, the app silently swallowed an IndexError and froze indefinitely. Now it just proceeds without preinstalled components, letting you grab the missing dependencies later from the settings tab.

Opening the dependencies page was next. It would lock the entire UI for minutes. A TypeError was passing a tuple where the GTK widget expected a string, which broke the rendering loop. One commit. Instant recovery.

Scrolling through settings and dependencies was causing content to visually vanish. The culprit was a GTK stack reference getting invalidated during navigation, likely tied to back gestures on GNOME. The patch keeps the current page state intact until the transition finishes, which stops content from being wiped out by premature view changes.

Deleting your last bottle left you staring at a blank white screen. A missing allocation guard on the breakpoint bin caused the UI to forget how to redraw itself. The new logic closes the confirmation dialog before switching views, which keeps the main list intact.

The human behind the hotfix

All four issues came from the same GitHub handle, @latin-1, filed within hours of each other on August 5, 2026. The reporter was running Fedora 44 on GNOME with Intel graphics, which tracks perfectly with Bottles' primary testing ground. You have a dedicated QA tester doing the heavy lifting, and maintainer Mirko Brombin closing the tickets the same day.

It is worth noting that 65.2 also dropped earlier that day, adding a SteamRT4 toggle for Proton 11+ and fixing a bug where third-party executables were incorrectly tagged as Steam apps. The 65.3 patches are the cleanup pass after that sprint.

Wine frontends usually follow a different rhythm. You get a feature dump, a handful of bugs, and then months of waiting for someone to care. Bottles is doing the opposite here. Four fixes. No feature creep. That is actually a solid sign for a project that ships major UI overhauls periodically. The GTK and Adwaita integration changes in 65 were clearly ambitious, and catching regressions fast keeps the user experience intact. Not every Wine-frontend project gets this kind of rapid post-launch tuning from a single maintainer.

Head to the Flathub page to grab the update directly. The GitHub repo has the exact commits if you want to dig into the diff yourself.