

Plasma 4 Extensions
I tried some german and I had no problem. I also can use it with Chinese no problem. Can you give me some sample text?
Also, the plasmoid currently has no configuration interface, although it can look at your environmental variable for VISUAL, if that is set, it will attempt to use that as it's editor, otherwise, it will try to run /usr/bin/kate. If it's not there or your VISUAL is set to something that it can't open... then it will break.
Try doing `echo $VISUAL` in the CLI and see what it's set to. - Apr 05 2010
Also, the plasmoid currently has no configuration interface, although it can look at your environmental variable for VISUAL, if that is set, it will attempt to use that as it's editor, otherwise, it will try to run /usr/bin/kate. If it's not there or your VISUAL is set to something that it can't open... then it will break.
Try doing `echo $VISUAL` in the CLI and see what it's set to. - Apr 05 2010
Does it still not work for you?
I don't think it has to do with your locale.
Can you try doing this?
`echo -e "a\nb\c" >> ~/.nowdothis/todos`
remove nowdothis and add it again
Try clicking done.
If done works, then it's pretty obvious that it's just edit that doesn't work. Edit is very fragile right now, and depends on kate. I'll change that to use $VISUAL and $EDITOR at some point (hopefully soon). - Dec 12 2009
I don't think it has to do with your locale.
Can you try doing this?
`echo -e "a\nb\c" >> ~/.nowdothis/todos`
remove nowdothis and add it again
Try clicking done.
If done works, then it's pretty obvious that it's just edit that doesn't work. Edit is very fragile right now, and depends on kate. I'll change that to use $VISUAL and $EDITOR at some point (hopefully soon). - Dec 12 2009