Please note that LinuxExchange will be shutting down on December 31st, 2016. Visit this thread for additional information and to provide feedback.

0
1

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.

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".

I tried to manually add it to the panel, it gives the same error.

martin

asked 12 Jun '10, 19:57

martin's gravatar image

martin
2123
accept rate: 0%




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.

Steps to Fix: 1. find the applets file: I have it under vim /usr/lib/bonobo/servers/GNOME_ClockApplet_Factory.server

  1. 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">

  2. Searching on libs, which it is missing: ldd /usr/lib/gnome-panel/clock-applet | grep "not found" libcroco-0.6.so.3 => not found

  3. And install the missing libs.

I found the fix here. Hope it helps.

link

answered 15 Jun '10, 21:13

TracerBullet's gravatar image

TracerBullet
17817
accept rate: 44%

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.

link

answered 16 Jun '10, 04:53

Hendronicus's gravatar image

Hendronicus
112
accept rate: 0%

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.

link

answered 03 Jul '10, 21:13

InTel's gravatar image

InTel
11
accept rate: 0%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×12

Asked: 12 Jun '10, 19:57

Seen: 4,150 times

Last updated: 03 Jul '10, 21:13

powered by OSQA