Changeset f677c49
- Timestamp:
- 06/09/2019 06:56:47 PM (5 years ago)
- Branches:
- elogind
- Children:
- 18d3f274
- Parents:
- 7991b1f
- Files:
-
- 1 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
lxde/desktop/lxde-common.xml
r7991b1f rf677c49 91 91 <bridgehead renderas="sect4">Recommended Runtime Dependencies</bridgehead> 92 92 <para role="recommended"> 93 <xref role="runtime" linkend="lxpolkit"/>or93 <xref linkend="lxsession"/> (for <application>lxpolkit</application>) or 94 94 <xref linkend="polkit-gnome"/> 95 95 </para> … … 179 179 180 180 <screen><userinput>startx &> ~/.x-session-errors</userinput></screen> 181 182 <note revision="sysv">183 <para>184 You may wish to drop consolekit, just using185 startlxde in ~/.xinitrc. However some capabilities such as mounting or186 umounting file systems from a file manager will not be available, or187 the reboot option will be absent or inoperative, among other problems.188 </para>189 </note>190 181 191 182 <para> -
lxde/desktop/lxsession.xml
r7991b1f rf677c49 79 79 <xref linkend="polkit"/>, and 80 80 <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"/> (required86 at runtime by lxsession-logout)87 81 </para> 88 82 … … 139 133 is required anyway by <application>libunique</application>. 140 134 </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 && 158 cat > /etc/xdg/autostart/lxpolkit.desktop << "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> 141 171 142 172 </sect2> -
packages.ent
r7991b1f rf677c49 814 814 <!ENTITY lxpanel-version "0.10.0"> 815 815 <!ENTITY lxappearance-version "0.6.3"> 816 <!ENTITY lxpolkit-version "1.0.0">817 816 <!ENTITY lxsession-version "0.5.4"> 818 817 <!ENTITY lxde-common-version "0.99.2"> -
x/dm/lxdm.xml
r7991b1f rf677c49 86 86 <bridgehead renderas="sect4">Recommended</bridgehead> 87 87 <para role="recommended"> 88 <xref linkend="lx polkit"/>or88 <xref linkend="lxsession"/> (for <application>lxpolkit</application>) or 89 89 <xref linkend="polkit-gnome"/> 90 90 </para>
Note:
See TracChangeset
for help on using the changeset viewer.