Changeset 2d67b6b


Ignore:
Timestamp:
06/21/2019 10:53:52 PM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
a20b398b
Parents:
770d149f
Message:

Remove unnecessary lxpolkit autostart entry.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lxde/desktop/lxsession.xml

    r770d149f r2d67b6b  
    133133      is required anyway by <application>libunique</application>.
    134134    </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;
    158 cat &gt; /etc/xdg/autostart/lxpolkit.desktop &lt;&lt; "EOF"
    159 [Desktop Entry]
    160 Type=Application
    161 Name=LXPolKit
    162 Comment=Policykit Authentication Agent
    163 Exec=lxpolkit
    164 TryExec=lxpolkit
    165 Icon=gtk-dialog-authentication
    166 NotShowIn=GNOME;KDE;MATE;
    167 Hidden=true
    168 EOF</userinput></screen>
    169 
    170     </sect3>
    171135
    172136  </sect2>
Note: See TracChangeset for help on using the changeset viewer.