Comment 4 for bug 257901

Revision history for this message
Michael Rooney (mrooney) wrote :

Thanks for the feedback Mark, I agree that the wording can be improved, and like your suggestions. I shall await Dustin's feedback.

For now, here is the initial version of the script. I don't have an Intrepid box running but theoretically the mounting and unmounting *should* work, so give it a try if you can. Just run ecryptfs-ui.py with Python (or if it is executable it will run by itself).

Caveats:
 - It currently can't detect the mount state, so it assumes it is mounted when run. Change this on line 89 if yours isn't mounted, or just mount it before running. Can anyone give me a Python line[s] that will detect this?
 - The automount checkbox currently does nothing (but it sounds easy to implement, from Mark's comment).

Feedback appreciated (and necessary since I can't test myself :)