In the ticket #2870 we tried to change all the activities included by default to use <br>bundle_id and exec configuration due to deprecation of class and service_name.<br>The only pending activity is Record<br>The change is simple and I have tested it:<br>
<br>[gonzalo@aronax mainline]$ git diff<br>diff --git a/activity/<a href="http://activity.info">activity.info</a> b/activity/<a href="http://activity.info">activity.info</a><br>index 3b6b219..f3215a0 100644<br>--- a/activity/<a href="http://activity.info">activity.info</a><br>
+++ b/activity/<a href="http://activity.info">activity.info</a><br>@@ -1,7 +1,7 @@<br> [Activity]<br> name = Record<br> bundle_id = org.laptop.RecordActivity<br>-class = record.Record<br>+exec = sugar-activity record.Record<br>
 icon = activity-record<br> activity_version = 93<br> show_launcher = yes<br><br>Thanks<br><br>Gonzalo<br>