1. same

2. it should work as root as well.
without it: 

actionmystique@ACER-Aspire:/$ gnome-control-center

(gnome-control-center:3913): IBUS-WARNING **: The owner of 
/home/actionmystique/.config/ibus/bus is not actionmystique!
Traceback (most recent call last):
  File "/usr/share/gufw/gufw/gufw.py", line 20, in <module>
    from controller   import Controller 
  File "/usr/share/gufw/gufw/controller.py", line 18, in <module>
    from model.Firewall import Firewall
  File "/usr/share/gufw/gufw/model/Firewall.py", line 22, in <module>
    import dbus
ImportError: No module named dbus

4. "python
import dbus":

Python 2.7.5 (default, Jun 18 2013, 13:54:40) 
[GCC 4.7.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import dbus
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named dbus

After having reinstalled all recommended packages, the result is ... exactly 
the same:
Traceback (most recent call last):
  File "/usr/share/gufw/gufw/gufw.py", line 20, in <module>
    from controller   import Controller 
  File "/usr/share/gufw/gufw/controller.py", line 18, in <module>
    from model.Firewall import Firewall
  File "/usr/share/gufw/gufw/model/Firewall.py", line 22, in <module>
    import dbus
ImportError: No module named dbus

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

Title:
  gufw does not start from System Settings -> Firewall Configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/gui-ufw/+bug/1194791/+subscriptions

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

Reply via email to