
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.
[Please log in to post a comment]