View Single Post
Posts: 115 | Thanked: 342 times | Joined on Dec 2010
#6
truecrypt gui just doesn't fit on the screen, better to build without
But only if the maemo theme is used by TrueCrypt. I once started it somehow without, so it looked like a normal GTK application. Still not sure if some parts of the GUI would be more useable with that. Anyway, I'm using the GUI mostly for the mounting like in the screenshot because the rest can often be easier achieved with the CLI.

Edit:
:~# unset GTK2_RC_FILES
:~# truecrypt

Screenshots:
http://img7.imagebanana.com/img/px4n...0625134520.png

http://www.imagebanana.com/view/kegr...0625134600.png

It is useable.



couldn't actually build without gui, wxWidgets decency hell
Yep the building process depends on wxWidgets anyway, even if you only want to build a command line version.

Wouldn't it be possible to load the compiled Trucrypt7.0a into extra-devel?
Yes I probably could do that once I get my N900 back from repairment.

EDIT: Got it! Adding --fs-options=rw,uid=29999 to the tcmount did it.
Good point. Especially needed if the filesystem of the volume you are mounting is FAT, as the Unix file permission concept does not apply to it, so you could'nt make it work with a simple chown.

Last edited by NIN101; 2011-06-25 at 11:51. Reason: Screenshots and GUI finetuning