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:
parent
a764093ca8
commit
18edaef38c
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user