diff --git a/launcher/pling-store b/launcher/pling-store
index 626d12419dbdf36c048e44c4636972b5a099d108..4ca3813338a003b1556ad204bd74805b6a278eb6 100644
--- a/launcher/pling-store
+++ b/launcher/pling-store
@@ -9,7 +9,7 @@ if [ ${APPIMAGE} ]; then
     export PATH=${PREFIX}/usr/local/bin:${PREFIX}/usr/bin:${PATH}
 fi
 
-HOME=${PREFIX}/usr/share/imwheel imwheel
+HOME=${PREFIX}/usr/share/imwheel ocs-imwheel
 
 if [ -f "${PREFIX}/pling-store-linux-x64/pling-store" ]; then
     ${PREFIX}/pling-store-linux-x64/pling-store
@@ -20,8 +20,8 @@ elif [ -f "${PREFIX}/usr/lib/pling-store-linux-x64/pling-store" ]; then
 elif [ -f "${PREFIX}/../lib/pling-store-linux-x64/pling-store" ]; then
     ${PREFIX}/../lib/pling-store-linux-x64/pling-store
 else
-    pkill imwheel
+    pkill ocs-imwheel
     exit 1
 fi
 
-pkill imwheel
\ No newline at end of file
+pkill ocs-imwheel
\ No newline at end of file