From 725fd11304896e02f6d3c07e0e7d22e35018c0de Mon Sep 17 00:00:00 2001 From: Arnaud Taffanel Date: Thu, 8 Apr 2021 15:01:17 +0200 Subject: [PATCH] Update Desktop client launcher icon and command --- contentForVM/desktop/Crazyflie client.desktop | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contentForVM/desktop/Crazyflie client.desktop b/contentForVM/desktop/Crazyflie client.desktop index c19eabb..db60881 100755 --- a/contentForVM/desktop/Crazyflie client.desktop +++ b/contentForVM/desktop/Crazyflie client.desktop @@ -3,8 +3,8 @@ Version=1.0 Type=Application Name=Crazyflie client Comment= -Exec=python3 /home/bitcraze/projects/crazyflie-clients-python/bin/cfclient -Icon=/home/bitcraze/Pictures/vm_client_logo.png +Exec=python3 -m cfclient.gui +Icon=/home/bitcraze/projects/crazyflie-clients-python/icon-256.icns Path=/home/bitcraze/projects/crazyflie-clients-python/ Terminal=true StartupNotify=false