Bug 870471 - [abrt] sugar-0.97.6-1.fc18: sugar-session:40:<module>:ImportError: cannot import name Wnck
Summary: [abrt] sugar-0.97.6-1.fc18: sugar-session:40:<module>:ImportError: cannot imp...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: sugar
Version: 18
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Simon Schampijer
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:fcbb232898be1023115e97592ef...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-10-26 15:07 UTC by satellitgo
Modified: 2014-02-05 12:44 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-02-05 12:44:10 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: environ (1.30 KB, text/plain)
2012-10-26 15:07 UTC, satellitgo
no flags Details
File: core_backtrace (79 bytes, text/plain)
2012-10-26 15:07 UTC, satellitgo
no flags Details

Description satellitgo 2012-10-26 15:07:42 UTC
Description of problem:
add @sugar-desktop to mate try to logout from mate to sugar at login manager

Version-Release number of selected component:
sugar-0.97.6-1.fc18

Additional info:
libreport version: 2.0.16
abrt_version:   2.0.16
cmdline:        python /usr/bin/sugar-session
kernel:         3.6.2-2.fc18.x86_64

backtrace:
:sugar-session:40:<module>:ImportError: cannot import name Wnck
:
:Traceback (most recent call last):
:  File "/usr/bin/sugar-session", line 40, in <module>
:    from gi.repository import Wnck
:ImportError: cannot import name Wnck
:
:Local variables in innermost frame:
:shutil: <module 'shutil' from '/usr/lib64/python2.7/shutil.pyc'>
:logging: <module 'logging' from '/usr/lib64/python2.7/logging/__init__.pyc'>
:Gst: <gi.module.DynamicModule 'Gst' from '/usr/lib64/girepository-1.0/Gst-1.0.typelib'>
:Gdk: <gi.module.DynamicModule 'Gdk' from '/usr/lib64/girepository-1.0/Gdk-3.0.typelib'>
:__builtins__: <module '__builtin__' (built-in)>
:__file__: '/usr/bin/sugar-session'
:Gtk: <gi.module.DynamicModule 'Gtk' from '/usr/lib64/girepository-1.0/Gtk-3.0.typelib'>
:gettext: <module 'gettext' from '/usr/lib64/python2.7/gettext.pyc'>
:__package__: None
:sys: <module 'sys' (built-in)>
:GdkX11: <gi.module.DynamicModule 'GdkX11' from '/usr/lib64/girepository-1.0/GdkX11-3.0.typelib'>
:__warningregistry__: {('Importing dbus.glib to use the GLib main loop with dbus-python is deprecated.\nInstead, use this sequence:\n\n    from dbus.mainloop.glib import DBusGMainLoop\n\n    DBusGMainLoop(set_as_default=True)\n', <type 'exceptions.DeprecationWarning'>, 39): True}
:time: <module 'time' from '/usr/lib64/python2.7/lib-dynload/timemodule.so'>
:GConf: <gi.module.DynamicModule 'GConf' from '/usr/lib64/girepository-1.0/GConf-2.0.typelib'>
:__name__: '__main__'
:dbus: <module 'dbus' from '/usr/lib/python2.7/site-packages/dbus/__init__.pyc'>
:subprocess: <module 'subprocess' from '/usr/lib64/python2.7/subprocess.pyc'>
:os: <module 'os' from '/usr/lib64/python2.7/os.pyc'>
:__doc__: None
:GObject: <gi.module.DynamicGObjectModule 'GObject' from '/usr/lib64/girepository-1.0/GObject-2.0.typelib'>

Comment 1 satellitgo 2012-10-26 15:07:45 UTC
Created attachment 633908 [details]
File: environ

Comment 2 satellitgo 2012-10-26 15:07:46 UTC
Created attachment 633909 [details]
File: core_backtrace

Comment 3 satellitgo 2012-10-26 15:12:32 UTC
livecd-tools spin-kickstarts Remix - build in fedora 18
Modified live-desktop.ks
==============================================

# Maintained by the Fedora Desktop SIG:
# http://fedoraproject.org/wiki/SIGs/Desktop
# desktop.org
# Modified for Remix of mate  by Tom Gilliard Oct 26, 2012

%include fedora-live-base.ks

part / --size 4096

%packages
@firefox
@mate-desktop
@sugar-desktop
brasero
thunderbird
xchat
liveusb-creator

# FIXME; apparently the glibc maintainers dislike this, but it got put into the
# desktop image at some point.  We won't touch this one for now.
nss-mdns

# This one needs to be kicked out of @standard
-smartmontools

# The gnome-shell team does not want extensions in the default spin;
# ibus support in gnome-shell will be integrated in GNOME 3.4
-ibus-gnome3

%end

%post
cat >> /etc/rc.d/init.d/livesys << EOF
# disable screensaver locking
cat >> /usr/share/glib-2.0/schemas/org.gnome.desktop.screensaver.gschema.override << FOE
[org.gnome.desktop.screensaver]
lock-enabled=false
FOE

# and hide the lock screen option
cat >> /usr/share/glib-2.0/schemas/org.gnome.desktop.lockdown.gschema.override << FOE
[org.gnome.desktop.lockdown]
disable-lock-screen=true
FOE

# disable updates plugin
cat >> /usr/share/glib-2.0/schemas/org.gnome.settings-daemon.plugins.updates.gschema.override << FOE
[org.gnome.settings-daemon.plugins.updates]
active=false
FOE

# make the installer show up
if [ -f /usr/share/applications/liveinst.desktop ]; then
  # Show harddisk install in shell dash
  sed -i -e 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop ""
  # need to move it to anaconda.desktop to make shell happy
  mv /usr/share/applications/liveinst.desktop /usr/share/applications/anaconda.desktop

  cat >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE
[org.gnome.shell]
favorite-apps=['firefox.desktop', 'evolution.desktop', 'empathy.desktop', 'rhythmbox.desktop', 'shotwell.desktop', 'openoffice.org-writer.desktop', 'nautilus.desktop', 'anaconda.desktop']
FOE

  # Make the welcome screen show up
  if [ -f /usr/share/anaconda/gnome/fedora-welcome.desktop ]; then
    mkdir -p ~liveuser/.config/autostart
    cp /usr/share/anaconda/gnome/fedora-welcome.desktop /usr/share/applications/
    cp /usr/share/anaconda/gnome/fedora-welcome.desktop ~liveuser/.config/autostart/
    chown -R liveuser:liveuser /home/liveuser/.config/
  fi
fi

# rebuild schema cache with any overrides we installed
glib-compile-schemas /usr/share/glib-2.0/schemas

# set up auto-login
cat >> /etc/gdm/custom.conf << FOE
[daemon]
AutomaticLoginEnable=True
AutomaticLogin=liveuser
FOE

# Turn off PackageKit-command-not-found while uninstalled
if [ -f /etc/PackageKit/CommandNotFound.conf ]; then
  sed -i -e 's/^SoftwareSourceSearch=true/SoftwareSourceSearch=false/' /etc/PackageKit/CommandNotFound.conf
fi

EOF

%end

Comment 4 Fedora End Of Life 2013-12-21 09:12:35 UTC
This message is a reminder that Fedora 18 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 18. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '18'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 18's end of life.

Thank you for reporting this issue and we are sorry that we may not be 
able to fix it before Fedora 18 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior to Fedora 18's end of life.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 5 Fedora End Of Life 2014-02-05 12:44:14 UTC
Fedora 18 changed to end-of-life (EOL) status on 2014-01-14. Fedora 18 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.


Note You need to log in before you can comment on or make changes to this bug.