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:
Alex Wilson 2010-07-28 08:38:59 +00:00
parent 2ad2951ed5
commit fdc1b8cd84
2 changed files with 4 additions and 1 deletions

View File

@ -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
View File

@ -0,0 +1,2 @@
resource app_signature "application/x-vnd.Haiku-notify";
resource app_flags B_MULTIPLE_LAUNCH | B_BACKGROUND_APP;