Compiz, KDE, Gnome, Fluxbox, etc...
Moderator: Moderators
-
skullbocks
- Baby Hen
- Posts: 19
- Joined: Sun Dec 24, 2006 11:53
Post
by skullbocks » Thu Apr 03, 2014 12:26
Hello everybody.
I installed sabayon 14.01 with Gnome Shell 3.10, and I have a strange iussue with gdm:
Code: Select all
Failed to set slave bus name on parent: Timeout was reached
so my gnome-shell shows up in 40 seconds.
I saw that this problem was firstly reported from lxnay on gnome mailing list a year ago (
https://mail.gnome.org/archives/gdm-lis ... 00002.html).
Any Ideas?
Last edited by
skullbocks on Thu May 08, 2014 22:13, edited 1 time in total.
-
Stupot
- Sagely Hen
- Posts: 1701
- Joined: Wed Feb 14, 2007 3:44
- Location: St. Louis, MO, USA
Post
by Stupot » Tue Apr 08, 2014 16:43
-
lxnay
- Land Owner
- Posts: 3596
- Joined: Thu Oct 13, 2005 23:16
- Location: Italy
-
Contact:
Post
by lxnay » Wed Apr 09, 2014 11:35
This is how I fixed it at the time.
-
skullbocks
- Baby Hen
- Posts: 19
- Joined: Sun Dec 24, 2006 11:53
Post
by skullbocks » Wed Apr 09, 2014 16:43
Thank you for your reply.
I have the same file in
but the issue still remain.
-
sabayonino
- Sagely Hen
- Posts: 3310
- Joined: Sun Sep 21, 2008 1:12
- Location: Italy
-
Contact:
Post
by sabayonino » Thu Apr 10, 2014 17:13
skullbocks wrote:Thank you for your reply.
I have the same file in
but the issue still remain.
remove follow lines from the file as Lxnay explained:
Code: Select all
<allow send_requested_reply="true"/>
<allow send_requested_reply="true"/>
<allow send_requested_reply="true"/>
After changes , you'll have
https://github.com/Sabayon/entropy/blob ... .Rigo.conf
Code: Select all
<!DOCTYPE busconfig PUBLIC
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<policy user="root">
<allow own="org.sabayon.Rigo"/>
<allow send_destination="org.sabayon.Rigo"/>
</policy>
<policy group="entropy">
<allow own="org.sabayon.Rigo"/>
<allow send_destination="org.sabayon.Rigo"/>
</policy>
<policy context="default">
<deny send_destination="org.sabayon.Rigo"/>
</policy>
</busconfig>
-
skullbocks
- Baby Hen
- Posts: 19
- Joined: Sun Dec 24, 2006 11:53
Post
by skullbocks » Thu Apr 10, 2014 17:36
sabayonino wrote:skullbocks wrote:Thank you for your reply.
I have the same file in
but the issue still remain.
remove follow lines from the file as Lxnay explained:
Code: Select all
<allow send_requested_reply="true"/>
<allow send_requested_reply="true"/>
<allow send_requested_reply="true"/>
After changes , you'll have
https://github.com/Sabayon/entropy/blob ... .Rigo.conf
Code: Select all
<!DOCTYPE busconfig PUBLIC
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<policy user="root">
<allow own="org.sabayon.Rigo"/>
<allow send_destination="org.sabayon.Rigo"/>
</policy>
<policy group="entropy">
<allow own="org.sabayon.Rigo"/>
<allow send_destination="org.sabayon.Rigo"/>
</policy>
<policy context="default">
<deny send_destination="org.sabayon.Rigo"/>
</policy>
</busconfig>
Thanks sabayonino but it is exactly the same file I already have.
-
skullbocks
- Baby Hen
- Posts: 19
- Joined: Sun Dec 24, 2006 11:53
Post
by skullbocks » Thu May 08, 2014 22:13
Guys this problem disappeared with the newer version of Gnome (3.12).
Anyway many thanks to all!