[Bugs] #4605 Sugar URGE: "View Source" crashes in every activity

Sugar Labs Bugs bugtracker-noreply at sugarlabs.org
Wed Aug 21 10:14:28 EDT 2013


#4605: "View Source" crashes in every activity
--------------------------+-------------------------------
  Reporter:  manuq        |            Owner:  manuq
      Type:  defect       |           Status:  new
  Priority:  Urgent       |        Milestone:  Unspecified
 Component:  Sugar        |          Version:  Unspecified
  Severity:  Unspecified  |       Resolution:
  Keywords:               |  Distribution/OS:  Unspecified
Bug Status:  New          |
--------------------------+-------------------------------
\
\
\
\
\
\

Comment (by erikos):

 Thanks Manuel for moving the icon discussion to the ml.

 We can differentiate whether it is a web activity or a gtk3 one by looking
 at the exec command in the activity bundle (activity.info file):

 {{{
 activity_bundle = ActivityBundle(bundle_path)
 if activity_bundle.get_command() == 'sugar-activity-web'
     do stuff here
 }}}

 We currently (as the best of my knowledge) ship the web toolkit system
 wide, a copy is included in each activity. For that reason it is already
 part of the tree displayed under the activity option. A few options:

 - not displaying the toolkit option at all in the case of a sugar-web
 activity

 - displaying the subtree of the copy in the activity folder

 - leaving a note under the toolkit option in the case of a sugar-web
 activity where to find the toolkit for the sugar-web activity, maybe even
 adding a button to switch to it in the other option
\
\
\

--
Ticket URL: <http://bugs.sugarlabs.org/ticket/4605#comment:9>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system


More information about the Bugs mailing list