Add an rdef file for /system/bin/notify which specifies the B_BACKGROUND_APP flag. Fixes #6399.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37782 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
2ad2951ed5
commit
fdc1b8cd84
@ -15,12 +15,13 @@ local haiku-utils_rsrc = [ FGristFiles haiku-utils.rsrc ] ;
|
||||
|
||||
ResComp $(haiku-utils_rsrc) : [ FGristFiles haiku-utils.rdef ] ;
|
||||
|
||||
AddResources checkitout : checkitout.rdef ;
|
||||
AddResources fortune : fortune.rdef ;
|
||||
AddResources hey : hey.rdef ;
|
||||
AddResources mimeset : mimeset.rdef ;
|
||||
AddResources mountvolume : mountvolume.rdef ;
|
||||
AddResources notify : notify.rdef ;
|
||||
AddResources urlwrapper : urlwrapper.rdef ;
|
||||
AddResources checkitout : checkitout.rdef ;
|
||||
|
||||
# standard commands that don't need any additional library
|
||||
StdBinCommands
|
||||
|
2
src/bin/notify.rdef
Normal file
2
src/bin/notify.rdef
Normal file
@ -0,0 +1,2 @@
|
||||
resource app_signature "application/x-vnd.Haiku-notify";
|
||||
resource app_flags B_MULTIPLE_LAUNCH | B_BACKGROUND_APP;
|
Loading…
x
Reference in New Issue
Block a user