Changeset f677c49


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

Files:
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • lxde/desktop/lxde-common.xml

    r7991b1f rf677c49  
    9191    <bridgehead renderas="sect4">Recommended Runtime Dependencies</bridgehead>
    9292    <para role="recommended">
    93       <xref role="runtime" linkend="lxpolkit"/> or
     93      <xref linkend="lxsession"/> (for <application>lxpolkit</application>) or
    9494      <xref linkend="polkit-gnome"/>
    9595    </para>
     
    179179
    180180    <screen><userinput>startx &amp;&gt; ~/.x-session-errors</userinput></screen>
    181 
    182     <note revision="sysv">
    183       <para>
    184         You may wish to drop consolekit, just using
    185         startlxde in ~/.xinitrc. However some capabilities such as mounting or
    186         umounting file systems from a file manager will not be available, or
    187         the reboot option will be absent or inoperative, among other problems.
    188       </para>
    189     </note>
    190181
    191182    <para>
  • 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>
  • packages.ent

    r7991b1f rf677c49  
    814814<!ENTITY lxpanel-version              "0.10.0">
    815815<!ENTITY lxappearance-version         "0.6.3">
    816 <!ENTITY lxpolkit-version             "1.0.0">
    817816<!ENTITY lxsession-version            "0.5.4">
    818817<!ENTITY lxde-common-version          "0.99.2">
  • x/dm/lxdm.xml

    r7991b1f rf677c49  
    8686    <bridgehead renderas="sect4">Recommended</bridgehead>
    8787    <para role="recommended">
    88      <xref linkend="lxpolkit"/> or
     88     <xref linkend="lxsession"/> (for <application>lxpolkit</application>) or
    8989     <xref linkend="polkit-gnome"/>
    9090    </para>
Note: See TracChangeset for help on using the changeset viewer.