I don't know why, but my ~/.Blog contains some interesting filename like "memory2" which crashs the splashscreen.
It is because when displaying the recent file path, we only keeps the name after the last slash (basename), but when there is no slash (like in "memory2", or any relative path), the char * offset is 0x01, which crashs
Attached two patches correcting this bug. The first display the whole name if there is no slash in the path name (like basename do), the second skips that entry.
Description
Description