Hi,:p
Im totally unfamiliar with python - and need a little help.
Im trying to add one command to superkaramba theme - it must be done in python file
I know how that command looks when given from command line (bash)
command is:
dcop knotify default notify eventname appname 'You got mail' '/home/server/superkaramba/popcheck/gotmail.wav' ' ' 3 0
I tried something like this ( It was just a guest - so don't laught: :rolleyes:)
playCommand = ["dcop knotify default notify eventname appname","<p>%s</p>" %('/home[B]/[/B]server/superkaramba/popcheck/gotmail.wav'), ' ',3,0]
( it ofcourse was not right ):sad:
next step will be:
karamba.executeInteractive(widget, playCommand)
So I will very much aproxiate If someone can give me the right syntax to use