fanglingsu / vimb

Vimb - the vim like browser is a webkit based web browser that behaves like the vimperator plugin for the firefox and usage paradigms from the great editor vim. The goal of vimb is to build a completely keyboard-driven, efficient and pleasurable browsing-experience.
https://fanglingsu.github.io/vimb/
GNU General Public License v3.0
1.34k stars 100 forks source link

History broken #641

Closed tyjak closed 3 years ago

tyjak commented 3 years ago

Version: 3.6.0-23-ga614929 WebKit compile: 2.30.1 WebKit run: 2.30.1 GTK compile: 3.24.23 GTK run: 3.24.23 libsoup compile: 2.72.0 libsoup run: 2.72.0 Extension dir: /usr/lib/vimb Extensions: adblock.so webext_main.so

  1. Go to web page

  2. The web page should be in the .config/vimb/history

  3. Visited web page aren't in the history file

(I tried without adblock.so same behavior)

dantleech commented 3 years ago

I sometimes have the same thing due to a corrupt history file, in which case removing the offending line fixes it.

tyjak commented 3 years ago

Yes, I verified that also... I'm on archlinux and when I install the aur package vimb that is 3.6.0, I don't have the problem, but with the package vimb-git (head version from github i presume) I encountered the problem (same history file).

fanglingsu commented 3 years ago

@tyjak If ouy use lastes version the location of the history files was changes https://github.com/fanglingsu/vimb/blob/a6149298483ae14a3722705d3c402e14820c3bbf/CHANGELOG.md#changed.

tyjak commented 3 years ago

@fanglingsu, thank you and sorry I should have read the changelog !!! Just a remark in the changelog I see "Following files are affected bookmark, closed, command, config, cookies.db, history, queue and search." but seems to me that config file isn't affected no ?