View Single Post
Posts: 34 | Thanked: 12 times | Joined on Sep 2009 @ Portugal, Porto
#4
I can't run notes app per example :s

QStringList args;
args << "-showWindow" << "%U";
p->start("/usr/bin/invoker --wait-term --delay=10 --type=m /usr/bin/notes", args);

and still doesn't work if not include the arguments :s

Can you help me?