We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f92a679 commit cbc2ea4Copy full SHA for cbc2ea4
1 file changed
applications/desktop/src/item.cpp
@@ -103,5 +103,5 @@ void item_t::paint()
103
void item_t::onDoubleClick()
104
{
105
klog(("Launching: " + this->application).c_str());
106
- g_spawn(this->application.c_str(), "", "", G_SECURITY_LEVEL_APPLICATION);
+ g_spawn(this->application.c_str(), "", "/applications", G_SECURITY_LEVEL_APPLICATION);
107
}
0 commit comments