-
Notifications
You must be signed in to change notification settings - Fork 100
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
:cleardata
doesn't work?
#705
Comments
@jjakob The Following directories are cleared on my system:
Vimb uses https://webkitgtk.org/reference/webkit2gtk/stable/WebKitWebsiteDataManager.html#webkit-website-data-manager-clear to clear the data. There is no information that this clear only partial data. But might be related to the WebKitWebsiteDataManager which might not be shared bewteen vimb instances. |
I also noticed a change in behavior after I manually deleted all the above mentioned files, before this none of my website logins would get remembered even if I ticked the checkbox, now they do get remembered. So maybe a file (cookies?) got corrupted and wasn't being used or cleared, now it's back to working. |
@jjakob My understanding of the cleardata without any timerange is to delete everything. This is what the documentation says.
|
Steps to reproduce
:cleardata
Expected behaviour
All browsing data should be deleted
Actual behaviour
Nothing is deleted.
Looking at files in
.local/share/vimb
, the files "history", "cookies.db", "command", "closed", contents of "localstorage" are unchanged.There are also "closed", "command", "cookies.db", "history", "search" in
.config/vimb
, which are dated around September 2020, which aren't changed as well. Since they are identical to those in.local/share/vimb
, I assume that's their old location, they got moved in some version of vimb, which left the old files laying around, requiring a manual cleanup withrm
.Also
.local/share/webkitgtk
,.local/share/webkitgtk-4.0
,.cache/webitgtk-4.0
aren't changed or deleted other than with a manualrm
. I'd assume they would all get cleaned up with .cache maybe getting completely deleted.vimb --bug-info
vimb --bug-info
Version: 3.6.0-57-g6dbde47
WebKit compile: 2.34.3
WebKit run: 2.34.3
GTK compile: 3.24.29
GTK run: 3.24.29
libsoup compile: 2.72.0
libsoup run: 2.72.0
Extension dir: /usr/lib/vimb
.config/vimb/config
:The text was updated successfully, but these errors were encountered: