[Bug 1158117] Re: Control centre fails to start because of an obsolete import of a deprecated and removed widget

2016-08-31 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1158117

** Tags added: iso-testing

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

Title:
  Control centre fails to start because of an obsolete import of a
  deprecated and removed widget

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mythbuntu-control-centre/+bug/1158117/+subscriptions

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


[Bug 1158117] Re: Control centre fails to start because of an obsolete import of a deprecated and removed widget

2013-11-23 Thread mtbdrew
Easy fix run:

sudo gedit /usr/bin/mythbuntu-control-centre


Remove one line so you only have following:

from aptdaemon import client
from aptdaemon.enums import *
from aptdaemon.gtkwidgets import (AptErrorDialog,
  AptProgressDialog)

UIDIR = '/usr/share/mythbuntu/ui'

Save and restart MCC

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

Title:
  Control centre fails to start because of an obsolete import of a
  deprecated and removed widget

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mythbuntu-control-centre/+bug/1158117/+subscriptions

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


[Bug 1158117] Re: Control centre fails to start because of an obsolete import of a deprecated and removed widget

2013-11-23 Thread mtbdrew
installed mcc today after making sure my install of 13.10 was updated.
Issue is still affecting Saucy.

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

Title:
  Control centre fails to start because of an obsolete import of a
  deprecated and removed widget

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mythbuntu-control-centre/+bug/1158117/+subscriptions

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


[Bug 1158117] Re: Control centre fails to start because of an obsolete import of a deprecated and removed widget

2013-11-15 Thread brian ellis
** Description changed:

  Rob Fargher (fargher-gmail) wrote 1 hour ago:   #8
  
  Bug is not fixed in Raring.
  
  Traceback (most recent call last):
-   File "/usr/bin/mythbuntu-control-centre", line 40, in 
- from aptdaemon.gtkwidgets import (AptErrorDialog,
+   File "/usr/bin/mythbuntu-control-centre", line 40, in 
+ from aptdaemon.gtkwidgets import (AptErrorDialog,
  ImportError: cannot import name AptMessageDialog

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

Title:
  Control centre fails to start because of an obsolete import of a
  deprecated and removed widget

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mythbuntu-control-centre/+bug/1158117/+subscriptions

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

[Bug 1158117] Re: Control centre fails to start because of an obsolete import of a deprecated and removed widget

2013-11-13 Thread Mario Limonciello
This has been fixed in 14.04 for the next release of Mythbuntu.

** Changed in: mythbuntu-control-centre (Ubuntu)
   Status: Triaged => 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/1158117

Title:
  Control centre fails to start because of an obsolete import of a
  deprecated and removed widget

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mythbuntu-control-centre/+bug/1158117/+subscriptions

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


[Bug 1158117] Re: Control centre fails to start because of an obsolete import of a deprecated and removed widget

2013-11-12 Thread James Cuzella
Still seeing this in Ubuntu 13.10 Saucy Salamander with mythbuntu-
control-centre package version:  0.63-0ubuntu2

I can verify that the patch attached to this issue works and the
mythbuntu-control-centre app opens after I've applied it!

Thanks @Sebastian ;-)

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

Title:
  Control centre fails to start because of an obsolete import of a
  deprecated and removed widget

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mythbuntu-control-centre/+bug/1158117/+subscriptions

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


[Bug 1158117] Re: Control centre fails to start because of an obsolete import of a deprecated and removed widget

2013-05-16 Thread Rich.T.
/usr/bin/mythbuntu-control-centre

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

Title:
  Control centre fails to start because of an obsolete import of a
  deprecated and removed widget

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mythbuntu-control-centre/+bug/1158117/+subscriptions

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


[Bug 1158117] Re: Control centre fails to start because of an obsolete import of a deprecated and removed widget

2013-05-16 Thread Rich.T.
Thanks for the fix, glatzor; it worked a treat.

Let's hope that this gets into the next release.

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

Title:
  Control centre fails to start because of an obsolete import of a
  deprecated and removed widget

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mythbuntu-control-centre/+bug/1158117/+subscriptions

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


[Bug 1158117] Re: Control centre fails to start because of an obsolete import of a deprecated and removed widget

2013-05-04 Thread Alexander Goodall
Thank you, I'd just got this point. I'm happy to fiddle with txt files
but compiling seems a bit beyond me at the moment. I can confirm that
patch you submitted fixes the error for me. Appreciate you spending the
time on this, Mythbuntu-control-centre makes my life so much easier.

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

Title:
  Control centre fails to start because of an obsolete import of a
  deprecated and removed widget

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mythbuntu-control-centre/+bug/1158117/+subscriptions

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


[Bug 1158117] Re: Control centre fails to start because of an obsolete import of a deprecated and removed widget

2013-05-03 Thread Sebastian Heinlein
Oh, the patch did not find its way into the raring release? That is a
pitty.

You don't need to compile anything. Just open /usr/bin/mythbuntu-
control-center in a text editor as root and remove the AptMessageDialog
from the imports. You have to leave the closing bracket.

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

Title:
  Control centre fails to start because of an obsolete import of a
  deprecated and removed widget

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mythbuntu-control-centre/+bug/1158117/+subscriptions

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


[Bug 1158117] Re: Control centre fails to start because of an obsolete import of a deprecated and removed widget

2013-05-03 Thread Alexander Goodall
I'd like to be able to try the patch. To do this would I have to compile
Mythtv?

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

Title:
  Control centre fails to start because of an obsolete import of a
  deprecated and removed widget

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mythbuntu-control-centre/+bug/1158117/+subscriptions

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


[Bug 1158117] Re: Control centre fails to start because of an obsolete import of a deprecated and removed widget

2013-03-21 Thread Mario Limonciello
Thanks, i'll apply later on after I can validate.  I'm also working on a
python3, gobject introspection port for MCC, but it's got a lot of
problems right now.

** Changed in: mythbuntu-control-centre (Ubuntu)
 Assignee: (unassigned) => Mario Limonciello (superm1)

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

Title:
  Control centre fails to start because of an obsolete import of a
  deprecated and removed widget

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mythbuntu-control-centre/+bug/1158117/+subscriptions

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


[Bug 1158117] Re: Control centre fails to start because of an obsolete import of a deprecated and removed widget

2013-03-21 Thread Ubuntu Foundations Team Bug Bot
The attachment "fix-obsolete-import-of-deprecated-widgets.patch" seems
to be a patch.  If it isn't, please remove the "patch" flag from the
attachment, remove the "patch" tag, and if you are a member of the
~ubuntu-reviewers, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

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

Title:
  Control centre fails to start because of an obsolete import of a
  deprecated and removed widget

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mythbuntu-control-centre/+bug/1158117/+subscriptions

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


[Bug 1158117] Re: Control centre fails to start because of an obsolete import of a deprecated and removed widget

2013-03-20 Thread Sebastian Heinlein
The AptMessageDialog was deprecated some time ago, since the concept of
messages was removed from aptdaemon.

The widgets gets imported but is never used.

See the attached patch for a fix.

** Patch added: "fix-obsolete-import-of-deprecated-widgets.patch"
   
https://bugs.launchpad.net/ubuntu/+source/mythbuntu-control-centre/+bug/1158117/+attachment/3587250/+files/fix-obsolete-import-of-deprecated-widgets.patch

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

Title:
  Control centre fails to start because of an obsolete import of a
  deprecated and removed widget

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mythbuntu-control-centre/+bug/1158117/+subscriptions

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