On Thu, Dec 08, 2011 at 10:32:57PM +1100, Wayne Blaszczyk wrote:
> On 08/12/11 08:22, Ken Moffat wrote:
> ......
> > 1. 'help' no longer works in applications.
[snipped]
>
> I tried this out myself and I get the same message. This is with a full
> Gnome 3 install.
> I'll let you know if I find anything.
>
Thanks. It's annoying but not critical.
> > 2. 'totem' now uses clutter libraries, and if started from a
> > terminal it lets you know it (dies immediately):
> .......
> >
> > (totem:8077): GLib-GObject-CRITICAL **: g_signal_connect_data:
> > assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
> >
> > (totem:8077): Clutter-CRITICAL **: clutter_stage_set_color:
> > assertion `CLUTTER_IS_STAGE (stage)' failed
> > Segmentation fault
> >
>
> I get the same message when I'm in fallback mode (using nv drivers)
> Using nvidia drivers and the error no longer occurs.
> So I suspect it is related to not having gnome-shell running. Not that
> it should not work without it.
> I did read somewhere about using the latest clutter-gst might fix this.
>
Thanks, I'll take a look at that later.
> > So, anyone got totem-3 working ?
> >
>
> Yes and no. Under LFS 6.8 it worked fine. Under LFS 7.0, I'm having
> problems. The following error comes up when launching Totem.
> shm_open() failed: Permission denied
> It looks like /run/shm is the culprit. It's permissions are 755. Should
> it not be 1777?
> When is /run/shm created and by what?
>
> Wayne.
>
During boot, by the mountvirtfs initscript. That just has
mkdir -p /run/{var,lock,shm}. Untested suggestion: change to
mkdir - /run{var,lock}
install -d -m1777 /run/shm
Certainly, before 7.0 /dev/shm had 1777 perms - but very few things
actually use shm.
ĸen
--
das eine Mal als Tragödie, das andere Mal als Farce
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page