feat: implement kernel capability model

This commit is contained in:
2026-08-29 16:53:04 +02:00
parent 9051b8a16e
commit e7646bbbdb
47 changed files with 1507 additions and 264 deletions
+2 -2
View File
@@ -381,9 +381,9 @@ void gui::desktop_handle_mouse(DesktopState* ds) {
} else if (!row.is_category) {
if (row.external) {
if (row.launch_with_home) {
montauk::spawn(row.binary_path, ds->home_dir);
desktop_spawn_app(ds, row.binary_path, ds->home_dir);
} else {
montauk::spawn(row.binary_path);
desktop_spawn_app(ds, row.binary_path);
}
} else {
desktop_launch_builtin(ds, row.app_id);