View Single Post
Posts: 335 | Thanked: 285 times | Joined on Sep 2012 @ Trento, Italy
#242
Originally Posted by marxian View Post
I'm unable to reproduce this on my device: http://youtu.be/tI8nP7obVMQ

It seems that something on your device is preventing the process from being terminated when you attempt to close the application.

The reason you are still able to launch the application from the terminal is because the command is different. When launching from the desktop file, cuteTube is launched via /usr/bin/invoker with the --single-instance (or -s) option enabled:

Code:
/usr/bin/invoker --type=d -s --splash=/opt/cutetube/resources/splash-app.png --splash-landscape=/opt/cutetube/resources/splash-app-landscape.png  /opt/cutetube/bin/cutetube
This ensures that, if there is an instance of cuteTube running, that the top-level window of that instance is activated when the user taps the desktop icon. Executing the binary from the command line will create a new instance regardless.
It happened to me too just after the last update, but after a reboot everything got normal...