For test automation it is very useful to enable touch-point visualization feature to see touch points on the screen during automated tests. This was previously done using dbus api com.canonical.Unity.Screen.setTouchVisualizationEnabled:
dbus-send --system --dest=com.canonical.Unity.Screen --type=method_call --print-reply / com.canonical.Unity.Screen.setTouchVisualizationEnabled boolean:true
This api has been removed and it seems there is no alternative way to enable this feature. (See http://bazaar.launchpad.net/~unity-system-compositor-team/unity-system-compositor/trunk/revision/293)
This feature should be added back so that we can enable touch visualization once again, it is very useful debugging aid.
For test automation it is very useful to enable touch-point visualization feature to see touch points on the screen during automated tests. This was previously done using dbus api com.canonical. Unity.Screen. setTouchVisuali zationEnabled:
dbus-send --system --dest= com.canonical. Unity.Screen --type=method_call --print-reply / com.canonical. Unity.Screen. setTouchVisuali zationEnabled boolean:true
This api has been removed and it seems there is no alternative way to enable this feature. (See http:// bazaar. launchpad. net/~unity- system- compositor- team/unity- system- compositor/ trunk/revision/ 293)
This feature should be added back so that we can enable touch visualization once again, it is very useful debugging aid.