Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions v2/internal/system/packagemanager/apt.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ func (a *Apt) Packages() packagemap {
{Name: "libgtk-3-dev", SystemPackage: true, Library: true},
},
"libwebkit": []*Package{
{Name: "libwebkit2gtk-4.1-dev", SystemPackage: true, Library: true},
{Name: "libwebkit2gtk-4.0-dev", SystemPackage: true, Library: true},
},
"gcc": []*Package{
Expand Down
3 changes: 3 additions & 0 deletions website/src/pages/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed
- Fixed Ubuntu 24.04 webkit detection by adding `libwebkit2gtk-4.1-dev` to package manager in [PR #4725](https://github.com/wailsapp/wails/pull/4725) by [@xflowos](https://github.com/xflowos)

## v2.11.0 - 2025-11-08

### Added
Expand Down
Loading