kimmoli / tohkbd2

28 stars 10 forks source link

replace xdg-open process with contentaction #8

Closed kimmoli closed 9 years ago

kimmoli commented 9 years ago

Test this

    ContentAction::Action action = ContentAction::Action::launcherAction(
                QStringLiteral(desktopfilenamehere), QStringList());
    action.trigger();

here

https://github.com/kimmoli/tohkbd2/blob/master/user-daemon/src/userdaemon.cpp#L111