Ticket #3271 (accepted defect)

Opened 18 months ago

Last modified 18 months ago

"One click share-3G" doesn't work

Reported by: earias Owned by: sascha_silbe
Priority: Unspecified by Maintainer Milestone: Unspecified by Release Team
Component: sugar Version: Unspecified
Severity: Major Keywords: dx3
Cc: Distribution/OS: Dextrose
Bug Status: New

Description (last modified by Dcastelo) (diff)

This is the content of shell.log file

/usr/share/sugar/extensions/deviceicon/network.pyo in gsm_start_sharing_cb(self=<GsmDeviceView object at 0xab40aa4 (SugarTrayIcon at 0xaa4e028)>, palette=<GsmPalette object at 0xab41d9c (SugarGsmPalette at 0xa779168)>)

1017 connection = network.find_connection_by_ssid(name)
1018 if connection == None:

-> 1019 settings = Settings()

1020 settings.connection.id = name
1021 settings.connection.uuid = unique_id()

NameError: global name 'Settings' is not defined

Change History

Changed 18 months ago by Dcastelo

  • description modified (diff)
  • summary changed from One click share-3G to "One click share-3G" doesn't work

Changed 18 months ago by sascha_silbe

  • owner set to sascha_silbe
  • status changed from new to accepted
  • component changed from untriaged to sugar
  • severity changed from Unspecified to Major
  • status_field changed from Unconfirmed to New

Shame on me. I fixed this several months ago, but lost the commit during an aborted feature merge. Found and applied the commit (as a fix-up to "Share 3g connection"); will be fixed in the next patch set.

Note: See TracTickets for help on using tickets.