Skip to content

Commit cbc2ea4

Browse files
committed
Start apps in app dir (TODO: without workdir use exe path)
1 parent f92a679 commit cbc2ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

applications/desktop/src/item.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,5 @@ void item_t::paint()
103103
void item_t::onDoubleClick()
104104
{
105105
klog(("Launching: " + this->application).c_str());
106-
g_spawn(this->application.c_str(), "", "", G_SECURITY_LEVEL_APPLICATION);
106+
g_spawn(this->application.c_str(), "", "/applications", G_SECURITY_LEVEL_APPLICATION);
107107
}

0 commit comments

Comments
 (0)