fix(linux): fix incorrect path for indexeddb database directory#1369
fix(linux): fix incorrect path for indexeddb database directory#1369amrbashir merged 6 commits intotauri-apps:devfrom
Conversation
Package Changes Through f5104ebThere are 1 changes which include wry with minor Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
|
Thanks for contributing! Apart frome the failing format check worklow, could you please also add a changefile like this? https://github.com/tauri-apps/wry/blob/5111eb013e1b049d12aad38b96b2017a4fc54c72/.changes/fix-clear-browsing-data-macos.md |
|
The paths looks the same to me in v1 wry/src/webview/webkitgtk/web_context.rs Lines 46 to 49 in e9050f7 wry/src/webkitgtk/web_context.rs Lines 44 to 48 in e332eff Was this changed internally in webkit2gtk? do you have a link to that change? |
|
i have using on linux, the data_directory is
when i upgrade to
i have upload the screenshot on the head. |
|
i just see the version for |
|
the repo structure is a bit different, see https://github.com/tauri-apps/wry/tree/wry-v0.24.7/src/webview/webkitgtk |
I understand that the directories has changed for your app indeed but this was not due to a change in our code and it looks like maybe a recent webkit2gtk version may have changed the default behavior. This will need to be properly investigated rather than simply working around it. |
|
Oh nvm, I see the problem. In v1, we were setting |
1e10f4d to
6e1ea71
Compare
when migrate from v1 to v2,
linuxversion (usingwebkitgtk) can not get old data (like indexeddb)