i have searched all possible locations and still am unable to find the metadata file for evince that stores my last page view by file.
plz help
Printable View
i have searched all possible locations and still am unable to find the metadata file for evince that stores my last page view by file.
plz help
Have you had a look at this file?Most gnome applications store settings in a registry called "~/.gnome2".Code:~/.gnome2/evince/ev-metadata.xml
PRO-TIP: If you use the "find" command line utility, you can find any file name you want. For example:To search the contents of files, for example to search for file names, you can use "grep"Code:find ~/.gnome2 -iname '*evince*'
Code:grep -il 'some-file\.pdf' -R ~/.gnome2
there is a file last_settings with 0bytes of data....metadata is not present.
as for information i am using ubuntu 10.04 LTS