Bug ID 937647
Summary tuned-gui does not start
Classification openSUSE
Product openSUSE Factory
Version 201505*
Hardware Other
OS SUSE Other
Status NEW
Severity Minor
Priority P5 - None
Component Basesystem
Assignee bnc-team-screening@forge.provo.novell.com
Reporter robby.engelmann@igfs-ev.de
QA Contact qa-bugs@suse.de
Found By Customer
Blocker ---

tuned-gui from the package tuned-gtk does not start from console in latest
tumbleweed shapshot.

root>tuned-gui
/usr/sbin/tuned-gui:102: Warning: The property GtkButton:use-stock is
deprecated and shouldn't be used anymore. It will be removed in a future
version.
  self.builder.add_from_file(GLADEUI)
/usr/sbin/tuned-gui:102: Warning: The property GtkSettings:gtk-button-images is
deprecated and shouldn't be used anymore. It will be removed in a future
version.
  self.builder.add_from_file(GLADEUI)
/usr/sbin/tuned-gui:102: Warning: The property GtkButton:xalign is deprecated
and shouldn't be used anymore. It will be removed in a future version.
  self.builder.add_from_file(GLADEUI)
/usr/sbin/tuned-gui:102: Warning: The property GtkAlignment:yalign is
deprecated and shouldn't be used anymore. It will be removed in a future
version.
  self.builder.add_from_file(GLADEUI)
/usr/sbin/tuned-gui:102: Warning: The property GtkSettings:gtk-menu-images is
deprecated and shouldn't be used anymore. It will be removed in a future
version.
  self.builder.add_from_file(GLADEUI)
/usr/sbin/tuned-gui:102: Warning: The property GtkWidget:double-buffered is
deprecated and shouldn't be used anymore. It will be removed in a future
version.
  self.builder.add_from_file(GLADEUI)
/usr/sbin/tuned-gui:102: Warning: The property GtkContainer:resize-mode is
deprecated and shouldn't be used anymore. It will be removed in a future
version.
  self.builder.add_from_file(GLADEUI)
/usr/sbin/tuned-gui:102: Warning: The property GtkWidget:margin-left is
deprecated and shouldn't be used anymore. It will be removed in a future
version.
  self.builder.add_from_file(GLADEUI)
/usr/sbin/tuned-gui:102: Warning: The property GtkWidget:margin-right is
deprecated and shouldn't be used anymore. It will be removed in a future
version.
  self.builder.add_from_file(GLADEUI)
Traceback (most recent call last):
  File "/usr/sbin/tuned-gui", line 1007, in <module>
    base = Base()
  File "/usr/sbin/tuned-gui", line 130, in __init__
    tuned.gtk.gui_plugin_loader.GuiPluginLoader()
  File "/usr/lib/python2.7/site-packages/tuned/gtk/gui_plugin_loader.py", line
84, in __init__
    self.create_all(self._import_plugin_names())
  File "/usr/lib/python2.7/site-packages/tuned/gtk/gui_plugin_loader.py", line
116, in create_all
    self._plugins.add(self.repo.create(plugin_name))
  File "/usr/lib/python2.7/site-packages/tuned/plugins/repository.py", line 32,
in create
    plugin_cls = self.load_plugin(plugin_name)
  File "/usr/lib/python2.7/site-packages/tuned/utils/plugin_loader.py", line
28, in load_plugin
    return self._get_class(module_name)
  File "/usr/lib/python2.7/site-packages/tuned/utils/plugin_loader.py", line
32, in _get_class
    module = __import__(module_name)
  File "/usr/lib/python2.7/site-packages/tuned/plugins/plugin_cpu.py", line 235
    else:
       ^
SyntaxError: invalid syntax


You are receiving this mail because: