Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix libwebkit2gtk no such file #967

Merged
merged 8 commits into from
Sep 19, 2024
Merged

Conversation

thomas-senechal
Copy link
Member

@thomas-senechal thomas-senechal commented Aug 29, 2024

QA:
If you are on Ubuntu 22.04 or after (and before 24.04):

  • Check if you have libwebkit2gtk-4.1-0 installed
  • Install the plugin from the lastest build workflow artifacts
  • If libwebkit2gtk-4.1-0 is installed, try to run Massa Wallet, it should work fine, then uninstall it
  • Run Massa Wallet, it should not work with an error like "plugin failed to start, reinstall"
  • Close MS and install libwebkit2gtk-4.1-0 using sudo apt install libwebkit2gtk-4.1-0
  • Restart MS
  • The wallet should work fine

If you are on Ubuntu 24.04:

  • run MS
  • run the wallet
  • the wallet shouldn't work unless you manually installed libwebkit2gtk-4.0
  • Install the plugin from the lastest build workflow artifacts
  • libwebkit2gtk-4.1-0 is installed by default, so everything should work fine

Copy link

codecov bot commented Aug 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 51.74%. Comparing base (846ab8e) to head (178a85b).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #967      +/-   ##
==========================================
+ Coverage   51.63%   51.74%   +0.10%     
==========================================
  Files          46       46              
  Lines        2750     2750              
==========================================
+ Hits         1420     1423       +3     
+ Misses       1141     1139       -2     
+ Partials      189      188       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@thomas-senechal thomas-senechal linked an issue Sep 5, 2024 that may be closed by this pull request
@thomas-senechal thomas-senechal marked this pull request as ready for review September 16, 2024 14:18
@peterjah peterjah merged commit d850e3c into main Sep 19, 2024
16 checks passed
@peterjah peterjah deleted the fix-libwebkit2gtk-no-such-file branch September 19, 2024 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

libwebkit2gtk-4.0.so.37: No such file or directory
2 participants