Changeset 57aa7a28
- Timestamp:
- 01/21/2007 07:42:03 PM (16 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 6eff6e1
- Parents:
- 648e8bc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/sysutils/dbus.xml
r648e8bc r57aa7a28 253 253 desired changes to these files.</para> 254 254 255 <para>If any packages install a 256 <application>D-Bus</application> <filename>.service</filename> 257 file outside of the standard <filename 258 class="directory">/usr/share/dbus-1/services</filename> directory, 259 that directory should be added to the local session configuration. 260 For instance, <filename 261 class="directory">/usr/local/share/dbus-1/services</filename> can 262 be added by performing the following commands as the 263 <systemitem class="username">root</systemitem> user:</para> 264 265 <screen role="root"><userinput>cat > /etc/dbus-1/session-local.conf << "EOF" 266 <literal><!DOCTYPE busconfig PUBLIC 267 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" 268 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> 269 <busconfig> 270 271 <!-- Search for .service files in /usr/local --> 272 <servicedir>/usr/local/share/dbus-1/services</servicedir> 273 274 </busconfig></literal> 275 EOF</userinput></screen> 276 255 277 </sect3> 256 278 -
gnome/add/epiphany.xml
r648e8bc r57aa7a28 106 106 the previous step. If the <envar>$GNOME_PREFIX</envar> is anything other 107 107 than <filename class='directory'>/usr</filename>, as the 108 <systemitem class="username">root</systemitem> user you should create a 109 symbolic link to this file in the default 110 <application>D-BUS</application> service script directory:</para> 111 112 <screen role="root"><userinput>ln -v -s $(pkg-config --variable=prefix \ 113 ORBit-2.0)/share/dbus-1/services/org.gnome.Epiphany.service \ 114 /usr/share/dbus-1/services</userinput></screen> 108 <systemitem class="username">root</systemitem> user you should add the 109 <filename class='directory'>$GNOME_PREFIX/share/dbus-1/services</filename> 110 directory to the local session configuration as described in the 111 <xref linkend="dbus"/> configuration section.</para> 115 112 116 113 <para>If you have <application>GNOME-Python</application> installed, the -
introduction/welcome/changelog.xml
r648e8bc r57aa7a28 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[dnicholson] - Added an example local session configuration 49 file for D-Bus showing how to add new service directories. Changed 50 the Epiphany instructions to reference this instead of symlinking 51 its service file to the standard location.</para> 52 </listitem> 53 <listitem> 48 54 <para>[dnicholson] - Added optional configuration to HAL to 49 55 prevent methods on fixed disk drives.</para>
Note:
See TracChangeset
for help on using the changeset viewer.