Ignore:
Timestamp:
06/09/2019 06:56:47 PM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
18d3f274
Parents:
7991b1f
Message:

Use lxpolkit from lxsession instead of extra package.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lxde/desktop/lxsession.xml

    r7991b1f rf677c49  
    7979      <xref linkend="polkit"/>, and
    8080      <xref linkend="vala"/>
    81     </para>
    82 
    83     <bridgehead renderas="sect4">Recommended</bridgehead>
    84     <para role="recommended">
    85       <xref linkend="lxpolkit"/> or <xref linkend="polkit-gnome"/> (required
    86       at runtime by lxsession-logout)
    8781    </para>
    8882
     
    139133      is required anyway by <application>libunique</application>.
    140134    </para>
     135
     136  </sect2>
     137
     138  <sect2 role="configuration">
     139    <title>Configuring LXSession</title>
     140
     141    <sect3>
     142
     143      <title>Automatic Startup</title>
     144
     145      <para>
     146        If <xref linkend="polkit-gnome"/> is not installed,
     147        the <application>lxpolkit</application> authentification agent
     148        needs to be started.
     149      </para>
     150
     151      <para>
     152        Issue the following commands as the
     153        <systemitem class="username">root</systemitem> user to create
     154        a startup file for <application>lxpolkit</application>:
     155     </para>
     156
     157<screen role="root"><userinput>mkdir -p /etc/xdg/autostart &amp;&amp;
     158cat &gt; /etc/xdg/autostart/lxpolkit.desktop &lt;&lt; "EOF"
     159[Desktop Entry]
     160Type=Application
     161Name=LXPolKit
     162Comment=Policykit Authentication Agent
     163Exec=lxpolkit
     164TryExec=lxpolkit
     165Icon=gtk-dialog-authentication
     166NotShowIn=GNOME;KDE;MATE;
     167Hidden=true
     168EOF</userinput></screen>
     169
     170    </sect3>
    141171
    142172  </sect2>
Note: See TracChangeset for help on using the changeset viewer.