[ubuntu-za] Info slips & Striata on Ubuntu Mini-How.

Nic Roets nroets at gmail.com
Fri Nov 20 12:54:28 GMT 2009


On Fri, Nov 20, 2009 at 11:52 AM, Tim Johnson <tim at pteq.net> wrote:

>
> I'm also having a problem with the Striata script... I see no reference to
> *.emc in the script.  My ABSA Statements arrive in this format... not that
> I claim ANY expertise in reading or understanding scripts!
>
>
The emc file is the first parameter of the script ($1). I must have added
that I tested it only with thunderbird, and that my script saves the
unencrypted file in Documents as bankCC with the year and month added.

Here is a simpler script that uses the name given by the sender
(Statement.pdf in the case of ABSA). It does not make assumptions a

#!/bin/sh
/usr/bin/striata-reader-1.0-27-linux -password=0102031234567
-openwith=gnome-open -outdir=$HOME $1

Alternatively you can use Nautilus (File Browser) without a script : Right
click on it, choose "Open with Other App", choose "Use a custom command",
then put in
/usr/bin/striata-reader-1.0-27-linux -password=0102031234567
-openwith=gnome-open -outdir=/home/myname
Remember to insert your own ID number and your home directory.

The advantage of gnome-open is that it will work with old html statements
and new pdf statements.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ubuntu.com/archives/ubuntu-za/attachments/20091120/8da7155d/attachment.htm 


More information about the ubuntu-za mailing list