dstcheck & fortune: set B_BACKGROUND_APP flag

To avoid dstcheck appearing on Deskbar's Recent applications menu
right after boot.

Noticed that /bin/fortune was also missing this flag.

Change-Id: I18e166d83d85613a99903b0805565647b7d4d001
Reviewed-on: https://review.haiku-os.org/c/haiku/+/5949
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
This commit is contained in:
Oscar Lesta 2022-12-18 18:31:37 -03:00 committed by Jérôme Duval
parent a764093ca8
commit 18edaef38c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
resource app_signature "application/x-vnd.Haiku-cmd-dstconfig";
resource app_flags B_MULTIPLE_LAUNCH;
resource app_flags B_MULTIPLE_LAUNCH | B_BACKGROUND_APP;
resource app_version {
major = 1,

View File

@ -1,6 +1,6 @@
resource app_signature "application/x-vnd.haiku.fortune";
resource app_flags B_MULTIPLE_LAUNCH;
resource app_flags B_MULTIPLE_LAUNCH | B_BACKGROUND_APP;
resource app_version {
major = 1,