Description: Use bobdude namespace for ORCA service executable (/usr/bin/orca_service -> /usr/bin/bobdude_orca-service)
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>

--- a/data/bobdude-orca-startup.desktop
+++ b/data/bobdude-orca-startup.desktop
@@ -1,8 +1,8 @@
 [Desktop Entry]
 Type=Application
 Name=ORCA Service for BOB3
-TryExec=orca_service
-Exec=orca_service
+TryExec=bobdude_orca-service
+Exec=bobdude_orca-service
 StartupNotify=false
 NoDisplay=true
 
--- a/orca/Makefile.am
+++ b/orca/Makefile.am
@@ -1,5 +1,5 @@
 
-bin_PROGRAMS = orca_service
+bin_PROGRAMS = bobdude_orca-service
 
-orca_service_SOURCES = orca_main.cpp ntservice.c
+bobdude_orca_service_SOURCES = orca_main.cpp ntservice.c
 
