638ee09556
* Now started via signature (it lives in bin, not apps).
33 lines
364 B
Plaintext
33 lines
364 B
Plaintext
target desktop {
|
|
service x-vnd.Be-TRAK {
|
|
launch /system/Tracker
|
|
legacy
|
|
}
|
|
|
|
service x-vnd.Be-TSKB {
|
|
launch /system/Deskbar
|
|
legacy
|
|
}
|
|
}
|
|
|
|
target first_boot {
|
|
job x-vnd.Haiku-FirstBootPrompt {
|
|
legacy
|
|
}
|
|
}
|
|
|
|
run {
|
|
if {
|
|
or {
|
|
not file_exists /boot/home/config/settings/Locale\ settings
|
|
read_only
|
|
}
|
|
}
|
|
then {
|
|
first_boot
|
|
}
|
|
else {
|
|
desktop
|
|
}
|
|
}
|