[Bug 854818] Re: software-properties-gtk crashed with AttributeError in toggle_source_use(): 'NoneType' object has no attribute 'disabled'

2012-04-10 Thread Fabio Pedretti
I reproduced this bug with software-properties 0.82.7 on precise and I
was redirect here by the automatic bug reporting.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/854818

Title:
  software-properties-gtk crashed with AttributeError in
  toggle_source_use(): 'NoneType' object has no attribute 'disabled'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/854818/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 854818] Re: software-properties-gtk crashed with AttributeError in toggle_source_use(): 'NoneType' object has no attribute 'disabled'

2012-03-29 Thread melchiaros
It is still there on oneiric.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/854818

Title:
  software-properties-gtk crashed with AttributeError in
  toggle_source_use(): 'NoneType' object has no attribute 'disabled'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/854818/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 854818] Re: software-properties-gtk crashed with AttributeError in toggle_source_use(): 'NoneType' object has no attribute 'disabled'

2012-03-07 Thread Martin Pitt
So this seems to happen when starting software-properties-dbus, then
adding a new apt source; the D-BUS backend does not know about it yet,
but the frontend does, so the backend doesn't find the Source for the
corresponding string when trying to disable it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/854818

Title:
  software-properties-gtk crashed with AttributeError in
  toggle_source_use(): 'NoneType' object has no attribute 'disabled'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/854818/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 854818] Re: software-properties-gtk crashed with AttributeError in toggle_source_use(): 'NoneType' object has no attribute 'disabled'

2012-03-07 Thread Launchpad Bug Tracker
** Branch linked: lp:software-properties

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/854818

Title:
  software-properties-gtk crashed with AttributeError in
  toggle_source_use(): 'NoneType' object has no attribute 'disabled'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/854818/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 854818] Re: software-properties-gtk crashed with AttributeError in toggle_source_use(): 'NoneType' object has no attribute 'disabled'

2012-03-07 Thread Martin Pitt
** Changed in: software-properties (Ubuntu Precise)
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/854818

Title:
  software-properties-gtk crashed with AttributeError in
  toggle_source_use(): 'NoneType' object has no attribute 'disabled'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/854818/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 854818] Re: software-properties-gtk crashed with AttributeError in toggle_source_use(): 'NoneType' object has no attribute 'disabled'

2012-03-07 Thread Launchpad Bug Tracker
This bug was fixed in the package software-properties - 0.82.5

---
software-properties (0.82.5) precise; urgency=low

  * softwareproperties/gtk/SoftwarePropertiesGtk.py: Drop duplicate definition
of on_treeview_sources_cursor_changed().
  * softwareproperties/gtk/SoftwarePropertiesGtk.py: Fix crash when closing
the application with the window title bar button. (LP: #911834)
  * add-apt-repository: Intercept ValueError in addition to URLError, as this
is the error thrown when trying to decode invalid JSON (which happens on
404 pages etc.). (LP: #861258)
  * softwareproperties/SoftwareProperties.py, _find_source_from_string():
Reload the sources list before searching, as it might have changed while
the D-BUS backend was running. (LP: #854818, #820150)
  * softwareproperties/gtk/SoftwarePropertiesGtk.py: Add missing argument to
menu popup() call. (LP: #815236)
 -- Martin Pitt martin.p...@ubuntu.com   Wed, 07 Mar 2012 10:14:52 +0100

** Changed in: software-properties (Ubuntu Precise)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/854818

Title:
  software-properties-gtk crashed with AttributeError in
  toggle_source_use(): 'NoneType' object has no attribute 'disabled'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/854818/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 854818] Re: software-properties-gtk crashed with AttributeError in toggle_source_use(): 'NoneType' object has no attribute 'disabled'

2012-03-06 Thread Martin Pitt
Can reproduce.

** Changed in: software-properties (Ubuntu Precise)
   Status: Triaged = In Progress

** Changed in: software-properties (Ubuntu Precise)
 Assignee: (unassigned) = Martin Pitt (pitti)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/854818

Title:
  software-properties-gtk crashed with AttributeError in
  toggle_source_use(): 'NoneType' object has no attribute 'disabled'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/854818/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 854818] Re: software-properties-gtk crashed with AttributeError in toggle_source_use(): 'NoneType' object has no attribute 'disabled'

2012-03-03 Thread Kalsan
Cannot remove the ticks on the left of the sources (added with add-apt-
repository), then crash.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/854818

Title:
  software-properties-gtk crashed with AttributeError in
  toggle_source_use(): 'NoneType' object has no attribute 'disabled'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/854818/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 854818] Re: software-properties-gtk crashed with AttributeError in toggle_source_use(): 'NoneType' object has no attribute 'disabled'

2012-02-06 Thread Omer Akram
** Also affects: software-properties (Ubuntu Precise)
   Importance: High
   Status: Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/854818

Title:
  software-properties-gtk crashed with AttributeError in
  toggle_source_use(): 'NoneType' object has no attribute 'disabled'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/854818/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 854818] Re: software-properties-gtk crashed with AttributeError in toggle_source_use(): 'NoneType' object has no attribute 'disabled'

2012-02-01 Thread Joost Van Durme
Happened in 12.04 (latest updates) after Unity booted up.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/854818

Title:
  software-properties-gtk crashed with AttributeError in
  toggle_source_use(): 'NoneType' object has no attribute 'disabled'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/854818/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 854818] Re: software-properties-gtk crashed with AttributeError in toggle_source_use(): 'NoneType' object has no attribute 'disabled'

2012-01-03 Thread Susan Cragin
any modification triggers it. I added the ppa for wine and tried to edit
the distribution from placid to oneric, and it misbehaved.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/854818

Title:
  software-properties-gtk crashed with AttributeError in
  toggle_source_use(): 'NoneType' object has no attribute 'disabled'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/854818/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 854818] Re: software-properties-gtk crashed with AttributeError in toggle_source_use(): 'NoneType' object has no attribute 'disabled'

2011-12-22 Thread Christopher
All I can add is that it occurred on bootup.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/854818

Title:
  software-properties-gtk crashed with AttributeError in
  toggle_source_use(): 'NoneType' object has no attribute 'disabled'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/854818/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 854818] Re: software-properties-gtk crashed with AttributeError in toggle_source_use(): 'NoneType' object has no attribute 'disabled'

2011-12-22 Thread Ir0nsh007er
On boot up too

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/854818

Title:
  software-properties-gtk crashed with AttributeError in
  toggle_source_use(): 'NoneType' object has no attribute 'disabled'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/854818/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 854818] Re: software-properties-gtk crashed with AttributeError in toggle_source_use(): 'NoneType' object has no attribute 'disabled'

2011-12-21 Thread Mauro
Same here, 11.10 and Gnome Shell.
Some other infos:

Traceback (most recent call last):
  File 
/usr/lib/python2.7/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py,
 line 649, in on_isv_source_toggled
self.backend.ToggleSourceUse(str(source_entry))
  File /usr/lib/python2.7/dist-packages/dbus/proxies.py, line 143, in __call__
**keywords)
  File /usr/lib/python2.7/dist-packages/dbus/connection.py, line 630, in 
call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Python.AttributeError: 
Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/dbus/service.py, line 702, in 
_message_cb
retval = candidate_method(self, *args, **keywords)
  File 
/usr/lib/python2.7/dist-packages/softwareproperties/dbus/SoftwarePropertiesDBus.py,
 line 156, in ToggleSourceUse
self.toggle_source_use(source.encode(utf-8))
  File 
/usr/lib/python2.7/dist-packages/softwareproperties/SoftwareProperties.py, 
line 433, in toggle_source_use
source.disabled = not source.disabled
AttributeError: 'NoneType' object has no attribute 'disabled'

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/854818

Title:
  software-properties-gtk crashed with AttributeError in
  toggle_source_use(): 'NoneType' object has no attribute 'disabled'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/854818/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 854818] Re: software-properties-gtk crashed with AttributeError in toggle_source_use(): 'NoneType' object has no attribute 'disabled'

2011-10-15 Thread Robert Roth
Reproduced this, with the following steps:
1. Add PPA with add-apt-repository (adds both deb and deb-src)
2. Remove PPA with add-apt-repository --remove (only removes deb entry , 
deb-src is left there, see bug #838507)
3. Open Software sources and try to disable or remove the deb-src entry left 
there

Expected result:
The deb-src entry is removed
What happens:
Nothing, but the trace attached is written to stdout.

** Changed in: software-properties (Ubuntu)
   Status: Incomplete = Triaged

** Description changed:

- crash on disable PPA
+ Reproduced this, with the following steps:
+ 1. Add PPA with add-apt-repository (adds both deb and deb-src)
+ 2. Remove PPA with add-apt-repository --remove (only removes deb entry , 
deb-src is left there, see bug #838507)
+ 3. Open Software sources and try to disable or remove the deb-src entry left 
there
+ 
+ Expected result:
+ The deb-src entry is removed
+ What happens:
+ Nothing, but the trace attached is written to stdout.
  
  ProblemType: Crash
  DistroRelease: Ubuntu 11.10
  Package: software-properties-gtk 0.81.9
  ProcVersionSignature: Ubuntu 3.0.0-11.18-generic 3.0.4
  Uname: Linux 3.0.0-11-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu1
  Architecture: amd64
  CheckboxSubmission: be2fbfde253285762d2d7eaf0e9f7c54
  CheckboxSystem: edda5d4f616ca792bf437989cb597002
  Date: Tue Sep 20 19:59:12 2011
  ExecutablePath: /usr/bin/software-properties-gtk
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/software-properties-gtk --open-tab 2
  PythonArgs: ['/usr/bin/software-properties-gtk', '--open-tab', '2']
  SourcePackage: software-properties
  Title: software-properties-gtk crashed with AttributeError in 
toggle_source_use(): 'NoneType' object has no attribute 'disabled'
  UpgradeStatus: Upgraded to oneiric on 2011-09-20 (0 days ago)
  UserGroups: adm admin audio cdrom dialout dip floppy fuse plugdev sudo tape 
video

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/854818

Title:
  software-properties-gtk crashed with AttributeError in
  toggle_source_use(): 'NoneType' object has no attribute 'disabled'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/854818/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 854818] Re: software-properties-gtk crashed with AttributeError in toggle_source_use(): 'NoneType' object has no attribute 'disabled'

2011-10-11 Thread Sebastien Bacher
** Visibility changed to: Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/854818

Title:
  software-properties-gtk crashed with AttributeError in
  toggle_source_use(): 'NoneType' object has no attribute 'disabled'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/854818/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 854818] Re: software-properties-gtk crashed with AttributeError in toggle_source_use(): 'NoneType' object has no attribute 'disabled'

2011-10-11 Thread Michael Vogt
Could you please attach your /etc/apt/sources.list and the files in
/etc/apt/sources.list.d ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/854818

Title:
  software-properties-gtk crashed with AttributeError in
  toggle_source_use(): 'NoneType' object has no attribute 'disabled'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/854818/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 854818] Re: software-properties-gtk crashed with AttributeError in toggle_source_use(): 'NoneType' object has no attribute 'disabled'

2011-10-11 Thread Michael Vogt
This may actually be a dupe (or different sympthom) of #820028 that got
fixed with:

software-properties (0.81.10) oneiric; urgency=low

  * softwareproperties/dbus/SoftwarePropertiesDBus.py, tests/test_dbus.py:
- fix crash when there are unicode comments in the sources.list
  file (LP: #820028). Dbus always sends us a dbus.String which is
  type unicode, but python-apt expects utf8 encoded str

 -- Michael Vogt michael.v...@ubuntu.com  Mon, 10 Oct 2011 10:55:45
+0200

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/854818

Title:
  software-properties-gtk crashed with AttributeError in
  toggle_source_use(): 'NoneType' object has no attribute 'disabled'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/854818/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 854818] Re: software-properties-gtk crashed with AttributeError in toggle_source_use(): 'NoneType' object has no attribute 'disabled'

2011-10-11 Thread Sebastien Bacher
Could you try if that's still an issue?

** Changed in: software-properties (Ubuntu)
   Importance: Undecided = High

** Changed in: software-properties (Ubuntu)
   Status: Confirmed = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/854818

Title:
  software-properties-gtk crashed with AttributeError in
  toggle_source_use(): 'NoneType' object has no attribute 'disabled'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/854818/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs