Some other solutions from the bug report and solution page (https://bugs.launchpad.net/ubuntu/+source/checkbox/+bug/344916)
================================== 8.10 to 9.04 alpha 6 update.
running "System testing" (checkbox-gtk) as regular user gives the same error. but running as "root" works fine.
so for now I just changed the menu from "/usr/bin/checkbox-gtk" to "gksu /usr/bin/checkbox-gtk" and it works fine.
================================
sudo nano /etc/checkbox.d/checkbox.ini
And add blacklist = backend_manager
to [checkbox/plugins] section worked for me.
================================
problem solved with:
/etc/checkbox.d/checkbox.ini
[checkbox/plugins] blacklist = backend_manager
================================
@ludefork: You might have 0.7.1 installed, but your checkbox.ini is wrong (which is strange because 0.7.1 should replace that file). Can you replace the contents of /etc/checkbox.d/checkbox.ini with the following and re-test?
[DEFAULT] version = 0.7 plugins = checkbox/plugins registries = checkbox/registries
1 comment:
Some other solutions from the bug report and solution page
(https://bugs.launchpad.net/ubuntu/+source/checkbox/+bug/344916)
==================================
8.10 to 9.04 alpha 6 update.
running "System testing" (checkbox-gtk) as regular user gives the same error.
but running as "root" works fine.
so for now I just changed the menu from "/usr/bin/checkbox-gtk" to "gksu /usr/bin/checkbox-gtk" and it works fine.
================================
sudo nano /etc/checkbox.d/checkbox.ini
And add
blacklist = backend_manager
to [checkbox/plugins] section worked for me.
================================
problem solved with:
/etc/checkbox.d/checkbox.ini
[checkbox/plugins]
blacklist = backend_manager
================================
@ludefork: You might have 0.7.1 installed, but your checkbox.ini is wrong (which is strange because 0.7.1 should replace that file). Can you replace the contents of /etc/checkbox.d/checkbox.ini with the following and re-test?
[DEFAULT]
version = 0.7
plugins = checkbox/plugins
registries = checkbox/registries
[checkbox/plugins]
blacklist = backend_manager
modules = %(checkbox_share)s/plugins/*.py
[checkbox/registries]
modules = %(checkbox_share)s/registries/*.py
Post a Comment