This change fixes a bug: journal is unable to do anything but &quot;start&quot; a bundle, even if you have an activity (Develop) which can handle the activity bundle mime type.<br><br>The immediate question is: should &quot;start&quot; be available only by pressing the button, or should it also be an option in the pulldown? I think that the answer is an obvious yes.<br>
<br>The longer term question is: should &quot;start&quot; always be the default for bundles, or should it be possible to have a bundle whose default action is &quot;Develop&quot;? However, discussion on this larger question should not block approving the immediate patch.<br>
<br><div class="gmail_quote">On Tue, Jun 10, 2008 at 10:02 AM, Eben Eliason &lt;<a href="mailto:eben.eliason@gmail.com">eben.eliason@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I&#39;m confused, actually. &nbsp;We already have &quot;Start&quot; as the first option<br>
in the palette for &quot;raw&quot; activities, and as the action listed on the<br>
button in the detail view. &nbsp;What is the intent for the change being<br>
discussed here?<br>
<font color="#888888"><br>
- Eben<br>
</font><div><div></div><div class="Wj3C7c"><br>
<br>
On Tue, Jun 10, 2008 at 5:57 AM, Tomeu Vizoso &lt;<a href="mailto:tomeu@tomeuvizoso.net">tomeu@tomeuvizoso.net</a>&gt; wrote:<br>
&gt; (sorry about the big delay)<br>
&gt;<br>
&gt; On Wed, May 28, 2008 at 9:44 PM, Jameson Chema Quinn<br>
&gt; &lt;<a href="mailto:jquinn@cs.oberlin.edu">jquinn@cs.oberlin.edu</a>&gt; wrote:<br>
&gt;&gt; On Wed, May 28, 2008 at 12:16 PM, Tomeu Vizoso &lt;<a href="mailto:tomeu@tomeuvizoso.net">tomeu@tomeuvizoso.net</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Hi,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; + &nbsp; &nbsp; &nbsp; &nbsp;if self._jobject.is_activity_bundle():<br>
&gt;&gt;&gt; + &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;menu_item = MenuItem(_(&#39;Start&#39;))<br>
&gt;&gt;&gt; + &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;menu_item.connect(&#39;activate&#39;,<br>
&gt;&gt;&gt; self._resume_menu_item_activate_cb,<br>
&gt;&gt;&gt; + &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;None)<br>
&gt;&gt;&gt; + &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;palette.menu.append(menu_item)<br>
&gt;&gt;&gt; + &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;menu_item.show()<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Why are we adding a Start menu item? How is it different from clicking<br>
&gt;&gt;&gt; on the button?<br>
&gt;&gt;<br>
&gt;&gt; We add a start menu item in case there is a choice to run or open with; if<br>
&gt;&gt; there are choices, they should all be listed, even if one is available in a<br>
&gt;&gt; simpler way (by just clicking). Also note that I plan, in the future, to<br>
&gt;&gt; make the default behavior (clicking on the button) configurable using<br>
&gt;&gt; metadata, so that you can have some bundles which are &quot;for editing&quot;.<br>
&gt;<br>
&gt; Eben, can you comment on this UI change?<br>
&gt;<br>
&gt; Thanks,<br>
&gt;<br>
&gt; Tomeu<br>
&gt;<br>
_______________________________________________<br>
Sugar mailing list<br>
<a href="mailto:Sugar@lists.laptop.org">Sugar@lists.laptop.org</a><br>
<a href="http://lists.laptop.org/listinfo/sugar" target="_blank">http://lists.laptop.org/listinfo/sugar</a><br>
</div></div></blockquote></div><br>