Log In  


This is my startup.lua:

-- User Startup File

-- Run Dock at startup
if fstat("/desktop/Apps/dock.p64") then
	create_process("/desktop/Apps/dock.p64")
end

When my system boots, the dock gets opened in a separate workspace instead of the desktop. When I try running create_process("/desktop/Apps/dock.p64") from the terminal after boot, it works correctly.

1



[Please log in to post a comment]