Page 1 of 1

[solved] gnome-mplayer with porteus v1.1

Posted: 05 Feb 2012, 04:16
by hypomania
hello,
when I opened gnome-mplayer first time was work fine, then I restart my computer but gnome-mplayer doesn't work and there is message.

Code: Select all

root@porteus:~# gnome-mplayer 
GLib-GIO-ERROR **: Settings schema 'apps.gnome-mplayer.preferences' is not installed
aborting...
Aborted
I installed porteus again , new iso file but still not working !!

Re: gnome-mplayer with porteus v1.1

Posted: 05 Feb 2012, 04:36
by fanthom
got this error once and i'm still not sure what's causing this. i guess that you are saving changes so it would be enough to run:

Code: Select all

glib-compile-schemas /usr/share/glib-2.0/schemas
as root.

Re: [solved] gnome-mplayer with porteus v1.1

Posted: 05 Feb 2012, 09:38
by hypomania
thanks it is working now , and I added this line to rc.local

Code: Select all

root@porteus:~#glib-compile-schemas /usr/share/glib-2.0/schemas
root@porteus:~#gnome-mplayer
root@porteus:~#echo "glib-compile-schemas /usr/share/glib-2.0/schemas" >> rc.local