wails icon indicating copy to clipboard operation
wails copied to clipboard

Debian wants libwebkit2gtk

Open precisionpete opened this issue 1 year ago • 4 comments
trafficstars

Have you read the Documentation Contribution Guidelines?

Description

Looking for guidance. On Debian 12, my Wails 2.7 app is asking for libwebkit2gtk to be installed. What are the version requirements? I want to include it in deb control file and I don't want to cause problems on other distros by being too specific?

Do you have any guidance there?

Self-service

  • [ ] I'd be willing to address this documentation request myself.

precisionpete avatar Dec 18 '23 16:12 precisionpete

I think after I upgraded to Debian 12 I had a similar situation and just needed to upgrade that package. Here's my currently installed versions:

libwebkit2gtk-4.0-37/now 2.42.3-1~deb12u1 amd64 [installed,upgradable to: 2.42.4-1~deb12u1]
libwebkit2gtk-4.0-dev/now 2.42.3-1~deb12u1 amd64 [installed,upgradable to: 2.42.4-1~deb12u1]
libwebkit2gtk-4.1-0/now 2.42.3-1~deb12u1 amd64 [installed,upgradable to: 2.42.4-1~deb12u1]

PylotLight avatar Dec 19 '23 00:12 PylotLight

I've added that as a dependency in my Debian control file and it seems to be okay.

Depends: libwebkit2gtk-4.0-37

But, as my app is statically compiled go, I would like to avoid having to assemble separate versions for different distros. Keep it simple.

Is there a list of other packages that might be found missing that I have not uncovered yet? I'd like to include and test them now...

precisionpete avatar Dec 19 '23 17:12 precisionpete

The dependencies for each platform are listed here: https://wails.io/docs/gettingstarted/installation

leaanthony avatar Dec 19 '23 19:12 leaanthony

libwebkit2gtk-4.0-37 was not listed in the dependencies. Just curious if there are any others I will find out about after my software fails somewhere... I'm not complaining. Wails is fantastic!

precisionpete avatar Dec 19 '23 21:12 precisionpete