Editing Developer FAQ

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 42: Line 42:
'''Error messages'''
'''Error messages'''
-
[config/dbus] couldn't take over org.x.config: org.freedesktop.DBus.Error.AccessDenied (Connection ":1.310" is not allowed to own the service "org.x.config.display2" due to security policies in the configuration file)
+
[config/dbus] couldn't take over org.x.config: org.freedesktop.DBus.Error.AccessDenied (Connection ":1.310" is not allowed to own the service "org.x.config.display2" due to security policies in the configuration file)
'''Solution'''
'''Solution'''
Line 48: Line 48:
You need to edit the following file:
You need to edit the following file:
-
/etc/dbus-1/system.d/xorg-server.conf
+
  /etc/dbus-1/system.d/xorg-server.conf
-
Add the following three lines in the "<code><policy context="default"></code> group
+
Add the following three lines in the "<policy context="default"> group
-
<source lang="xml">
+
  <allow own="org.x.config.display2"/>
-
<allow own="org.x.config.display2"/>
+
  <allow send_destination="org.x.config.display2"/>
-
<allow send_destination="org.x.config.display2"/>
+
  <allow send_interface="org.x.config.display2"/>
-
<allow send_interface="org.x.config.display2"/>
+
-
</source>
+
-
Basically you should have one for each display you plan on using, by default display 0 and display 1 are in the file. If you are planning on using a different display number for Xephyr than :2 make sure you use its number rather than "display2" when you add these lines.
+
Basically you should have one for each display you plan on using, by default display 0 and display 1 are in the file.   If you are planning on using a different display number for Xephyr than :2 make sure you use its number rather than "display2" when you add these lines.
=== How can I avoid "qemu" error messages of "af-sb-init start" in ARMEL target? ===
=== How can I avoid "qemu" error messages of "af-sb-init start" in ARMEL target? ===

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)

Templates used on this page: