From cdd17fcb56b842ebe92cb9efbe40d63a107cf181 Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Sat, 14 Aug 2010 01:44:46 +0000 Subject: [PATCH] Add an rdef for the keymap command line applet to specify background app so it doesn't pop up in Deskbar when being executed (especially annoying during Haiku builds). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38093 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/Jamfile | 1 + src/bin/keymap/Jamfile | 3 ++- src/bin/keymap/keymap.rdef | 3 +++ 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 src/bin/keymap/keymap.rdef diff --git a/src/bin/Jamfile b/src/bin/Jamfile index 0d58dffe5c..39c7ba241a 100644 --- a/src/bin/Jamfile +++ b/src/bin/Jamfile @@ -18,6 +18,7 @@ ResComp $(haiku-utils_rsrc) : [ FGristFiles haiku-utils.rdef ] ; AddResources checkitout : checkitout.rdef ; AddResources fortune : fortune.rdef ; AddResources hey : hey.rdef ; +AddResources keymap : keymap.rdef ; AddResources mimeset : mimeset.rdef ; AddResources mountvolume : mountvolume.rdef ; AddResources notify : notify.rdef ; diff --git a/src/bin/keymap/Jamfile b/src/bin/keymap/Jamfile index 158a0f1e0d..6bfef39729 100644 --- a/src/bin/keymap/Jamfile +++ b/src/bin/keymap/Jamfile @@ -6,4 +6,5 @@ UsePrivateHeaders shared storage ; BinCommand keymap : main.cpp Keymap.cpp - : be libshared.a $(TARGET_LIBSUPC++) ; + : be libshared.a $(TARGET_LIBSUPC++) + : keymap.rdef ; diff --git a/src/bin/keymap/keymap.rdef b/src/bin/keymap/keymap.rdef new file mode 100644 index 0000000000..79e8e719ea --- /dev/null +++ b/src/bin/keymap/keymap.rdef @@ -0,0 +1,3 @@ +resource app_signature "application/x-vnd.Haiku-keymap-cli"; +resource app_flags B_MULTIPLE_LAUNCH|B_BACKGROUND_APP; +