Automounting bookmarked remote resources

I’m using openSUSE 11.1 with Gnome 2.25.1

I have a few remote filesystems bookmarked in nautilus, which when clicked will automount (via gvfs).

I’m looking for suggestions on how to automount those bookmarked resources at login. Dbus? Fusermount?

I’m sure its doable, I just don’t know how to go about reading the bookmarks, and mounting them.

Note: duplicating the bookmarks in fstab is not an option; these are user-specific, and whatever the user adds/removes needs to be handled.

how about as part of the login scripts?

I think a login script is the place to do it… but what should be in the script? How do I get at that bookmark list, and how do I make gvfs/fusermount act on it?

I’m looking for a jumpstart here :slight_smile: