Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2016
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. [andreasn@audrey ~]$ tuned-gui
  2. /usr/sbin/tuned-gui:29: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
  3. import gi.repository.Gtk as Gtk
  4. /usr/sbin/tuned-gui:29: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
  5. import gi.repository.Gtk as Gtk
  6. Traceback (most recent call last):
  7. File "/usr/sbin/tuned-gui", line 1010, in <module>
  8. base = Base()
  9. File "/usr/sbin/tuned-gui", line 132, in __init__
  10. tuned.gtk.gui_plugin_loader.GuiPluginLoader()
  11. File "/usr/lib/python2.7/site-packages/tuned/gtk/gui_plugin_loader.py", line 86, in __init__
  12. self.create_all(self._import_plugin_names())
  13. File "/usr/lib/python2.7/site-packages/tuned/gtk/gui_plugin_loader.py", line 118, in create_all
  14. self._plugins.add(self.repo.create(plugin_name))
  15. File "/usr/lib/python2.7/site-packages/tuned/plugins/repository.py", line 35, in create
  16. self._plugin_instance_factory, self._global_cfg, self._variables)
  17. File "/usr/lib/python2.7/site-packages/tuned/plugins/plugin_selinux.py", line 27, in __init__
  18. raise exceptions.NotSupportedPluginException("SELinux is not enabled on your system or incompatible version is used.")
  19. NameError: global name 'exceptions' is not defined
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement