Please reproduce your error on a second machine before posting, and check the error by running without saved changes or extra modules (See FAQ No. 13, "How to report a bug"). For unstable Porteus versions (alpha, beta, rc) please use the relevant thread in our "Development" section.
-
hypomania
- Samurai
- Posts: 130
- Joined: 10 Mar 2011, 10:50
- Distribution: Windows phone
- Location: Saudi Arabia
Post#1
by hypomania » 05 Feb 2012, 04:16
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 !!
Last edited by
hypomania on 05 Feb 2012, 09:35, edited 1 time in total.
hypomania
-
fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
-
Contact:
Post#2
by fanthom » 05 Feb 2012, 04:36
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.
Please add [Solved] to your thread title if the solution was found.
fanthom
-
hypomania
- Samurai
- Posts: 130
- Joined: 10 Mar 2011, 10:50
- Distribution: Windows phone
- Location: Saudi Arabia
Post#3
by hypomania » 05 Feb 2012, 09:38
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
hypomania