Answers to: slackware64 13.1 GSB 2.30 "OAFIID:GNOME_ClockApplet"http://linuxexchange.org/questions/846/slackware64-131-gsb-230-oafiidgnome_clockapplet<p>Upon installation of Slackware64 13.1 and GSB everything seemed ok. Then I rebooted the system and I got 2 errors: When doing startx I got an error about /usr/libexec/gconf-sanity-check2 exiting with code 256 (This was resolved by replacing GConf 2.26 from SBo with 2.28 GSB.</p> <p>The other error is that when it starts Gnome the clock applet doesn't show up and I get the error: The panel encountered a problem while loading "OAFIID:GNOME_ClockApplet".</p> <p>I tried to manually add it to the panel, it gives the same error.</p> <p>martin</p>enSat, 03 Jul 2010 21:13:08 -0400Answer by InTelhttp://linuxexchange.org/questions/846/slackware64-131-gsb-230-oafiidgnome_clockapplet/991<p>For the startx error type the command as root: chmod 755 /etc/gconf/gconf.xml* and after restart everything will work. Check and the premissions on the /tmp.</p>InTelSat, 03 Jul 2010 21:13:08 -0400http://linuxexchange.org/questions/846/slackware64-131-gsb-230-oafiidgnome_clockapplet/991Answer by Hendronicushttp://linuxexchange.org/questions/846/slackware64-131-gsb-230-oafiidgnome_clockapplet/862<p>I'm using GSB on Slack 13 32 bit and I had the same problem. I used TracerBullet's fix and it turned out to libsoup-gnome. The SlackBuild omits the gnome portion of the lib. </p>HendronicusWed, 16 Jun 2010 04:53:16 -0400http://linuxexchange.org/questions/846/slackware64-131-gsb-230-oafiidgnome_clockapplet/862Answer by TracerBullethttp://linuxexchange.org/questions/846/slackware64-131-gsb-230-oafiidgnome_clockapplet/859<p>I had a similar problem in SUSE recently, I followed these steps and they fixed the clock applet error. All you need is the missing libs.</p> <blockquote> <p>Steps to Fix: 1. find the applets file: I have it under vim /usr/lib/bonobo/servers/GNOME_ClockApplet_Factory.server</p> <ol> <li><p>Then searching for location of the applets execitable file: cat /usr/lib/bonobo/servers/GNOME_ClockApplet_Factory.server | grep location location="/usr/lib/gnome-panel/clock-applet"> location="OAFIID:GNOME_ClockApplet_Factory"></p></li> <li><p>Searching on libs, which it is missing: ldd /usr/lib/gnome-panel/clock-applet | grep "not found" libcroco-0.6.so.3 => not found</p></li> <li><p>And install the missing libs.</p></li> </ol> </blockquote> <p>I found the fix <a href="http://www.linuxforums.org/forum/suse-linux-help/57382-oafiid-gnome_clockapplet.html" rel="nofollow">here</a>. Hope it helps.</p>TracerBulletTue, 15 Jun 2010 21:13:05 -0400http://linuxexchange.org/questions/846/slackware64-131-gsb-230-oafiidgnome_clockapplet/859