FedoraForum.org - Fedora Support Forums and Community
Results 1 to 15 of 15
  1. #1
    Join Date
    Dec 2007
    Posts
    10
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Nautilus does not work after PREUPGRADE to F12 from F11

    Hello,

    I did preupgrade and no i have no desktop icons and my right mouse button does not give menu on desktop and if i try to launch nautilus i get this error ->

    corey@coreyhome:~$ nautilus

    (nautilus:20177): Unique-DBus-WARNING **: Error while sending message: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

    corey@coreyhome:~$


    i noticed that my %gconf.xml in .gconf/gnome/desktop was zero bytes and since i replaced it now i get a picture on my desktop. before i did not get a picture.

    my .xsession-errors has 1000+ of this
    handle_message(member:'NameOwnerChanged')
    handle_message(member:'NameOwnerChanged')
    handle_message(member:'NameOwnerChanged')
    handle_message(member:'NameOwnerChanged')


    if i grep -v out these errors i get

    (gnome-panel:4995): GVFS-RemoteVolumeMonitor-WARNING **: invoking IsSupported() failed for remote volume monitor with dbus name org.gtk.Private.HalVolumeMonitor: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

    ** (gnome-panel:4995): WARNING **: panel-applet-frame.c:1325: failed to get Bonobo/Control interface on applet OAFIID:GNOME_WorkspaceSwitcherApplet:
    Unknown CORBA exception id: 'IDL:omg.org/CORBA/COMM_FAILURE:1.0'

    ** (gnome-panel:4995): WARNING **: panel-applet-frame.c:1325: failed to get Bonobo/Control interface on applet OAFIID:GNOME_WindowMenuApplet:
    Unknown CORBA exception id: 'IDL:omg.org/CORBA/COMM_FAILURE:1.0'

    ** (gnome-panel:4995): WARNING **: panel-applet-frame.c:1325: failed to get Bonobo/Control interface on applet OAFIID:GNOME_WindowListApplet:
    Unknown CORBA exception id: 'IDL:omg.org/CORBA/COMM_FAILURE:1.0'

    ** (gnome-panel:4995): WARNING **: panel-applet-frame.c:1325: failed to get Bonobo/Control interface on applet OAFIID:GNOME_CPUFreqApplet:
    Unknown CORBA exception id: 'IDL:omg.org/CORBA/COMM_FAILURE:1.0'

    ** (gnome-panel:4995): WARNING **: panel-applet-frame.c:1325: failed to get Bonobo/Control interface on applet OAFIID:GNOME_NetspeedApplet:
    Unknown CORBA exception id: 'IDL:omg.org/CORBA/COMM_FAILURE:1.0'

    ** (gnome-panel:4995): WARNING **: panel-applet-frame.c:1325: failed to get Bonobo/Control interface on applet OAFIID:GNOME_MultiLoadApplet:
    Unknown CORBA exception id: 'IDL:omg.org/CORBA/COMM_FAILURE:1.0'
    Warning: Unable to create "trees" RDF storage.
    Performance can be improved by upgrading librdf.

    (nautilus:5207): GLib-GObject-WARNING **: cannot register existing type `GstSignalProcessor'

    (nautilus:5207): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed

    (nautilus:5207): GLib-GObject-CRITICAL **: g_type_register_static: assertion `parent_type > 0' failed

    (nautilus:5207): GStreamer-CRITICAL **: gst_element_register: assertion `g_type_is_a (type, GST_TYPE_ELEMENT)' failed

    ** (gnome-panel:4995): WARNING **: panel-applet-frame.c:1325: failed to get Bonobo/Control interface on applet OAFIID:GNOME_NotificationAreaApplet:
    Unknown CORBA exception id: 'IDL:omg.org/CORBA/COMM_FAILURE:1.0'


    i have had very little luck googling around other than seeing reports of others with this issue but no resolutions.

  2. #2
    leigh123linux Guest
    It sounds like your upgrade wasn't 100% successful ( you have leftovers from F11) .


    post


    Code:
    su
    package-cleanup --problems
    and

    Code:
    su
    package-cleanup --dupes

  3. #3
    Join Date
    Sep 2005
    Location
    Bristol
    Posts
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Problem is probably with gstreamer

    For this problem was due to broken gstreamer

    nautilus starts up and loads brasero-nautilus, this uses the brasero library and tries to initialize gstreamer. To test this try running totem (or brasero) and see if they come up. For me they get stuck as well.

    I fixed this by uninstalling gstreamer-plugins-ugly and gstreamer-plugins-bad (both from rpmfusion).

    I've not yet figured out which package is responsible and, to be honest, I'll probably just listen to .ogg rips for a week or two before trying again.

  4. #4
    Join Date
    Dec 2007
    Posts
    10
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    leitgh
    package-cleanup i had done already and fixed the issues it gave = vnc issue needing libssl.so.8 (make a hardlink to libssl.s0.10 fixes it) VirtualBOX OSE not being kmoded yet. also there are no package-cleanup dupes.

    merlin
    you are semi-correct with the gstreamer-libs = i removed the gstreamer libs and now i am getting ORBit issues.

    [root@coreyhome corey]# nautilus

    (nautilus:3922): EggSMClient-WARNING **: Failed to connect to the session manager: None of the authentication protocols specified are supported


    (nautilus:3922): Eel-WARNING **: GConf error:
    Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.)

    (nautilus:3922): Eel-WARNING **: GConf error:
    Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.)

  5. #5
    Join Date
    Nov 2009
    Posts
    11
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Same thing here..

    Hi -
    I found this thread through a google search - I am also having this issue on a fresh install of Fedora 12; see this post.
    I was also able to trace the problem to gstreamer-plugins-bad and gstreamer-plugins-ugly - or at least make the problem go away by removing those packages.
    Has anyone found a solution to this? Should it be reported as a bug, or is there some reason everyone isn't reporting the same issue?

    cheers
    a

  6. #6
    Join Date
    Dec 2007
    Posts
    10
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    adpads ->

    i gave up trying to resolve all my preupgrade issues and did a fresh install and like you i had same issue with fresh install, then the next day a set of patches came down and fixed everything (from the fresh install issues) and i do now seem to have a fully functional F12 install working nicely.

    so i suggest you do fresh install again, boot immediately into text and do a yum update.

  7. #7
    Join Date
    Nov 2009
    Posts
    11
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi - thanks for your help.
    This is already a fresh and updated install - and I don't have the time to reinstall all over again - but if a patch is going to come down later maybe I'll wait for that..
    For the moment I've found that gstreamer-plugins-ugly works OK, and it's only gstreamer-plugins-bad that seems to be causing the problem. In the meanwhile I've got all the other codecs working fine on my system, so I think I may be able to get by without it until this kink works itself out.
    Nonetheless I'll report the bug if you guys concur there is still something there to be fixed?
    a

  8. #8
    Join Date
    Dec 2007
    Posts
    10
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    adpads ->
    like i said after fresh install with updates i seem to be happy with my F12. todays updates cleared up the last issues I seem to have and now I have F12 with adour and jack and pulse running with even less issues than my F11 install was

    all the gstreamers are fine (for me) after update a couple days ago.

  9. #9
    Join Date
    Jun 2008
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    That works

    Removing gstreamer-plugins-ugly and gstreamer-plugins-bad also worked for me. Nautilus was not working and I could not see any icons in the desktop. Now it's ok.

  10. #10
    Join Date
    Nov 2009
    Posts
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Same problem and successful workaround here on a F11->F12 via yum box. Clean install of F12 on another box has not such problem. Would love to know a permanent solution.

  11. #11
    Join Date
    Nov 2009
    Posts
    11
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    It fixed itself..

    after I ran the Autoten autoinstaller program, gstreamer-plugins-bad seems to be installed and working fine, and there are no more problems with these applications. Autoten must have installed something gstreamer-plugins-bad needs which I had been missing before. I wish I could say more specifically which package made the difference.

  12. #12
    Join Date
    Nov 2008
    Location
    Denmark
    Age
    59
    Posts
    145
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yum erase selinux* solves just about every error
    Suddenly i have no .xsession-error file .....
    I had it ....
    when selinux prevents selinux to change anything in selinux .... even when i try to disable it !
    selinux is a virus .... unless i stick with a default Fedora setup/install ...
    (who does ?)

    Waiting for minutes for "Appearance" GUI to show up ...
    Waiting for minutes for "Firewall" GUI to show up ... / just hangs
    etc.

    Its all gone now, without selinux ....

    plz dont flame me
    I'm on a single computer behind 2 hardware firewalls/router and dont download weird unknown stuff etc. so i see selinux as overkill, since it acts like a virus to me ...
    I know it can be done, but why should i use days to learn about something that i really dont need to know anything about ?
    (just 1 app of thousands)

  13. #13
    Join Date
    Apr 2005
    Posts
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Disabling SELinux is a bad idea (usually). Most SELinux problems I encounter are due to badly labeled files (botched updates, running with SELinux disabled . You can relabel your filesystem this way (you would need to reenable SELinux beforehands).

    touch /.autorelabel
    reboot

  14. #14
    Join Date
    Jan 2010
    Location
    Egypt
    Posts
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi..

    1. Disable SELinux by
    Code:
    sed -ie 's/enforcing/disabled/g' /etc/sysconfig/selinux
    2. Remove the gstreamer-plugins-bad RPMs [installed from RPM Fusion Repo]
    Code:
    yum remove  gstreamer-plugins-bad*
    3. Install gstreamer-plugins-ugly RPM
    Code:
    yum install gstreamer-plugins-ugly
    4. Reboot your system
    Code:
    reboot
    4. Wait for the updated/fixed gstreamer-plugins-bad RPMs from RPM fusion Repo.

  15. #15
    Join Date
    Sep 2008
    Location
    Bucharest
    Age
    42
    Posts
    31
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks everyone!
    This thread saved my life...

Similar Threads

  1. preupgrade does not work after crash
    By nexxuz in forum Installation, Upgrades and Live Media
    Replies: 5
    Last Post: 1st December 2009, 03:49 PM
  2. Will Nautilus 2.24 work on Gnome 2.24?
    By jonrpick in forum Using Fedora
    Replies: 1
    Last Post: 5th July 2009, 02:14 PM
  3. preupgrade from 10 to 11 worked, but updates don't work.
    By mayostard in forum Installation, Upgrades and Live Media
    Replies: 1
    Last Post: 12th June 2009, 08:53 PM
  4. bluetooth:/// in Nautilus-Gnome Does Not Work
    By Newbie_from_NJ in forum Using Fedora
    Replies: 0
    Last Post: 22nd November 2008, 09:30 PM
  5. Replies: 0
    Last Post: 23rd June 2007, 01:52 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •