Ignore:
Timestamp:
07/28/2014 11:30:22 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
8faf5cc
Parents:
2ea0023
Message:

Fixes to gnome desktop section. Downgrade gvfs to 1.20.2.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13704 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome-systemd/desktop/gnome-bluetooth.xml

    r2ea0023 r27b0549  
    7878    <bridgehead renderas="sect4">Required</bridgehead>
    7979    <para role="required">
    80       <xref linkend="libnotify"/>
     80      <xref linkend="gtk3"/>
    8181    </para>
    8282
    8383    <bridgehead renderas="sect4">Recommended</bridgehead>
    8484    <para role="recommended">
    85       <xref linkend="gobject-introspection"/>, and
    86       <xref linkend="nautilus-sendto"/>
     85      <xref linkend="gobject-introspection"/>
    8786    </para>
    8887
    8988    <bridgehead renderas="sect4">Optional</bridgehead>
    9089    <para role="optional">
    91       <xref linkend="geoclue"/>, and
    9290      <xref linkend="gtk-doc"/>
    9391    </para>
     
    9593    <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
    9694    <para role="optional">
    97       <xref linkend="bluez"/>, and
    98       <xref linkend="systemd"/>
     95      <xref linkend="bluez"/> and
     96      <xref linkend="systemd"/> (for Logind)
    9997    </para>
    10098
     
    108106
    109107    <para>
    110       Install <application>GNOME Bluetooth</application> by running the following
    111       commands:
     108      Install <application>GNOME Bluetooth</application> by running the
     109      following  commands:
    112110    </para>
    113111
    114 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     112<screen><userinput>./configure --prefix=/usr &amp;&amp;
    115113make</userinput></screen>
    116114
     
    125123<screen role="root"><userinput>make install</userinput></screen>
    126124
    127     <para>
    128       For <application>GNOME Bluetooth</application> to work
    129       as expected, users need to be allowed to write to
    130       <filename>/dev/rfkill</filename>. Create a
    131       <application>Udev</application> rule that will allow
    132       normal users to write to <filename>/dev/rfkill</filename>
    133       with the following commands as the
    134       <systemitem class="username">root</systemitem> user:
    135     </para>
    136 
    137     <para>
    138       First create a new group:
    139     </para>
    140 
    141 <screen role="root"><userinput>groupadd -r rfkill</userinput></screen>
    142 
    143     <para>
    144       Create the udev rule:
    145     </para>
    146 
    147 <screen role="root"><userinput>cat &gt; /lib/udev/rules.d/61-rfkill.rules &lt;&lt; "EOF"
    148 <literal># Get access to /dev/rfkill for users
    149 KERNEL=="rfkill", GROUP="rfkill", MODE="0664"</literal>
    150 EOF</userinput></screen>
    151 
    152     <para>
    153       Add a user to the new group:
    154     </para>
    155 
    156 <screen role="root"><userinput>usermod -a -G rfkill <replaceable>&lt;username&gt;</replaceable></userinput></screen>
    157  
    158125  </sect2>
    159126
     
    171138    <segmentedlist>
    172139      <segtitle>Installed Programs</segtitle>
    173       <segtitle>Installed Library</segtitle>
     140      <segtitle>Installed Libraries</segtitle>
    174141      <segtitle>Installed Directories</segtitle>
    175142
    176143      <seglistitem>
    177144        <seg>
    178           bluetooth-applet, bluetooth-sendto and bluetooth-wizard
     145          bluetooth-sendto
    179146        </seg>
    180147        <seg>
     
    183150        <seg>
    184151          /usr/include/gnome-bluetooth,
    185           /usr/lib/gnome-bluetooth,
    186152          /usr/share/gnome-bluetooth,
    187153          /usr/share/gtk-doc/html/gnome-bluetooth and
     
    196162      <?dbhtml list-presentation="table"?>
    197163
    198       <varlistentry id="bluetooth-applet">
    199         <term><command>bluetooth-applet</command></term>
    200         <listitem>
    201           <para>
    202             is a <application>GNOME</application> applet for prompting the
    203             user for a Bluetooth passkey (PIN).
    204           </para>
    205           <indexterm zone="gnome-bluetooth bluetooth-applet">
    206             <primary sortas="b-bluetooth-applet">bluetooth-applet</primary>
    207           </indexterm>
    208         </listitem>
    209       </varlistentry>
    210 
    211164      <varlistentry id="bluetooth-sendto">
    212165        <term><command>bluetooth-sendto</command></term>
     
    218171          <indexterm zone="gnome-bluetooth bluetooth-sendto">
    219172            <primary sortas="b-bluetooth-sendto">bluetooth-sendto</primary>
    220           </indexterm>
    221         </listitem>
    222       </varlistentry>
    223 
    224       <varlistentry id="bluetooth-wizard">
    225         <term><command>bluetooth-wizard</command></term>
    226         <listitem>
    227           <para>
    228             is a <application>GTK+</application> wizard for setting up
    229             devices with the Linux Bluetooth stack.
    230           </para>
    231           <indexterm zone="gnome-bluetooth bluetooth-wizard">
    232             <primary sortas="b-bluetooth-wizard">bluetooth-wizard</primary>
    233173          </indexterm>
    234174        </listitem>
Note: See TracChangeset for help on using the changeset viewer.