You are not logged in.
Evince doesn't remember the last page when i re-open the same file, it doesn't remember window size and position either. Here is the warning i get from evince:
** (evince:4177): WARNING **: DBus error org.freedesktop.DBus.Error.Failed: Unable to set metadata key
If i run evince with sudo this is the warning i get:
** (evince:4227): WARNING **: Failed to create dbus proxy for org.gnome.SettingsDaemon: Could not get owner of name 'org.gnome.SettingsDaemon': no such name
If i log as root evince doesn't throw any warning and everything works fine, it does remember the last page and window size-position. I tried adding my user to every group that the root user is in, but it doesn't work either (i removed my user from those groups now).
I'm running evince 2.30.1 and gnome 2.30.0. I've found this related thread: http://bbs.archlinux.org/viewtopic.php?pid=751573 but since it works if i log as root i don't think is a problem with evince or gnome. I've also read this one: http://bbs.archlinux.org/viewtopic.php?id=95368 and i tried reinstalling gnome-settings-daemon, reinstalling evince, etc... But still doesn't work.
Thanks!
Offline
Did you mean to start either window manager or desktop managed as root? Or just evince?
Offline
Starting evince with my user and root privileges (using sudo) throws me the second error i put. But logging into gnome with the root account gives no error and evince works fine.
Last edited by Diego7 (2010-05-06 20:52:44)
Offline
Yes. I have same issue(same error precisely). I just do not use gnome(i use fluxbox). it was told that this issue was fixed in evince 2.30.1, but no luck until. If I am starting fluxbox as root there is same error.
Offline
try starting your session using exec ck-launch-session wm. if doesn't work append dbus-launch too after ck-launch
Give what you have. To someone, it may be better than you dare to think.
Offline
Same thing happens...
Offline
I had the same error. To diagnose it:
dbus-monitor
strace -f /usr/lib/gvfs/gvfsd-metadata
The error message was immediately after mmap-ing the metadata for the home filesystem.
To fix it:
mv ~/.local/share/gvfs-metadata/home{,.tobu-bak}
Presumably I just removed a lot of metadata in a corrupt file, I'm not sure what exactly it contained or how important it was.
Last edited by Tobu (2010-11-10 02:54:59)
Offline
Try to install "gnome-base/gvfs"
Offline