The Following User Says Thank You to marxian For This Useful Post: | ||
![]() |
2013-02-03
, 16:22
|
Posts: 335 |
Thanked: 285 times |
Joined on Sep 2012
@ Trento, Italy
|
#242
|
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:
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.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
![]() |
2013-02-03
, 19:12
|
Posts: 11 |
Thanked: 12 times |
Joined on Nov 2012
|
#243
|
The like/dislike action works, but the change is not currently propagated to the item in the list. If you back out of the list and reload it, you should see the incremented counter. Also, if you have previously 'liked' a video, and attempt to 'like' it again, the API does not return an error, so cuteTube will respond accordingly by confirming the 'like' and incrementing the counter. However, the additional 'like' will not permanently be added by the API, so if you view the video some time later, the 'like' counter will have return to it's previous value.
![]() |
2013-02-03
, 22:19
|
Posts: 1,033 |
Thanked: 1,013 times |
Joined on Jan 2010
|
#244
|
![]() |
2013-02-08
, 07:28
|
Posts: 359 |
Thanked: 322 times |
Joined on Jun 2010
|
#245
|
![]() |
2013-02-10
, 06:24
|
Posts: 697 |
Thanked: 137 times |
Joined on Jul 2012
@ Hillerød, DK
|
#246
|
The Following User Says Thank You to Garp For This Useful Post: | ||
![]() |
2013-02-10
, 08:34
|
Posts: 101 |
Thanked: 62 times |
Joined on Apr 2012
|
#247
|
For me all comments and other text are neary unreadable (grey dust) with appearance theme at Dark or Dark (plain) and in Light the topbar is very dark (last is due to Color theme (Blue inverted) chozen)
Anything to do about this?
![]() |
2013-02-22
, 18:18
|
Posts: 697 |
Thanked: 137 times |
Joined on Jul 2012
@ Hillerød, DK
|
#248
|
For me all comments and other text are neary unreadable (grey dust) with appearance theme at Dark or Dark (plain) and in Light the topbar is very dark (last is due to Color theme (Blue inverted) chozen)
Anything to do about this?
![]() |
2013-03-06
, 08:27
|
Posts: 9 |
Thanked: 3 times |
Joined on Jul 2012
|
#249
|
![]() |
2013-04-04
, 18:39
|
Posts: 190 |
Thanked: 206 times |
Joined on Jan 2010
@ Accra,Ghana
|
#250
|
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith
My website
GitHub