Bei mir kommt zur Zeit leider eine Fehlermeldung und will nun wissen ob das nur mein System betrifft oder allgemein (mit Updates bis Mitte 01.03.)
- Code: Alles auswählen
[root@Mein ~]# msecgui
INFO: Starting gui..
INFO: Die Exceptions-Datei /etc/security/msec/exceptions wird geladen: Datei oder Verzeichnis nicht gefunden
INFO: Keine Exceptions geladen
INFO: MSEC Basisebene 'standard' gefunden
/usr/share/msec/msecgui.py:213: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
filemenu = Gtk.MenuItem(topmenu, use_underline=True)
/usr/share/msec/msecgui.py:219: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
menuitem = Gtk.MenuItem(submenu, use_underline=True)
/usr/share/msec/msecgui.py:236: DeprecationWarning: Gtk.modify_font is deprecated
label.modify_font(Pango.FontDescription("13"))
/usr/share/msec/msecgui.py:572: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "n_rows, n_columns, homogeneous" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
table = Gtk.Table(4, 4, False)
/usr/lib64/python2.7/site-packages/gi/overrides/Gtk.py:1445: DeprecationWarning: Gtk.attach is deprecated
Gtk.Table.attach(self, child, left_attach, right_attach, top_attach, bottom_attach, xoptions, yoptions, xpadding, ypadding)
/usr/share/msec/msecgui.py:604: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
button = Gtk.Button(_("Configure"))
/usr/share/msec/msecgui.py:618: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
button = Gtk.Button(_("Update now"))
/usr/share/msec/msecgui.py:646: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
button = Gtk.Button(_("Configure"))
Traceback (most recent call last):
File "/usr/share/msec/msecgui.py", line 1789, in <module>
gui = MsecGui(log, msec, perms, msec_config, perm_conf, exceptions, embed=PlugWindowID)
File "/usr/share/msec/msecgui.py", line 248, in __init__
self.main_notebook.append_page(self.create_summary_ui(), Gtk.Label(label=_("Overview")))
File "/usr/share/msec/msecgui.py", line 662, in create_summary_ui
label = Gtk.Label(label=_("Check: %s. Last run: %s") % (check, updated))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 7: ordinal not in range(128)
[root@Mein ~]#
Edit:
Anscheinend habe ich bei meinen Screenshot Sessions irgendwas verkonfiguriert.
Nehme eine andere Installation.
