Opened 10 years ago

Last modified 10 years ago

#10794 new bug

[WebPositive] doesn't show favicon for Start page until reload

Reported by: diver Owned by: pulkomandy
Priority: normal Milestone: R1
Component: Applications/WebPositive Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

This is hrev47167.

To reproduce:

  • Set Start page to www.google.com
  • Restart WebPositive
  • Notice that there's no favicon neither in tab nor in the address bar
  • Press alt+r to reload and it's suddenly there!

Change History (4)

comment:1 by diver, 10 years ago

After renaming WebpageIcons.db the problem is gone.

comment:2 by diver, 10 years ago

~> sqlite3 ~/config/settings/Webpositive/WebpageIcons.db
sqlite> .tables
sqlite> pragma integrity_check;
database disk image is malformed

So it looks like WebpageIcons.db somehow got corrupted.

comment:3 by diver, 10 years ago

I'm having the same issue now in hrev47397, except that according to pragma integrity_check; WebpageIcons.db (which is 1.2Mb) is not corrupted. Renaming this file fixes it again. So it looks like Web+ is having problems with reading this file in certain cases. Leaving as open.

comment:4 by diver, 10 years ago

The issue is back here right after relaunch.

Note: See TracTickets for help on using tickets.