diff --git a/Seminaire-Linux-presentation.pdf b/Seminaire-Linux-presentation.pdf index fd2ec6b..68835ac 100644 Binary files a/Seminaire-Linux-presentation.pdf and b/Seminaire-Linux-presentation.pdf differ diff --git a/Seminaire-Linux-print-landscape.pdf b/Seminaire-Linux-print-landscape.pdf index 4c14ecf..6f593f0 100644 Binary files a/Seminaire-Linux-print-landscape.pdf and b/Seminaire-Linux-print-landscape.pdf differ diff --git a/Seminaire-Linux-print-portrait.pdf b/Seminaire-Linux-print-portrait.pdf index 7f1d1b0..c384148 100644 Binary files a/Seminaire-Linux-print-portrait.pdf and b/Seminaire-Linux-print-portrait.pdf differ diff --git a/Seminaire-Linux.pdf b/Seminaire-Linux.pdf index 7c975ae..942304a 100644 Binary files a/Seminaire-Linux.pdf and b/Seminaire-Linux.pdf differ diff --git a/main.tex b/main.tex index b6817e8..2d71314 100644 --- a/main.tex +++ b/main.tex @@ -647,6 +647,22 @@ version={4.0}, \end{wide} \end{frame} +\begin{frame}[fragile]{Amélioration du look de LightDM} + \begin{wide} + \begin{itemize}[<+->] + \item Installer le greeter webkit2 et le thème litarvan : \command{pacman -S lightdm-webkit2-greeter lightdm-webkit-theme-litarvan}. + \item Éditez le fichier \texttt{/etc/lightdm/lightdm.conf} et, sous la section \texttt{[Seat:*]}, ajoutez : + \begin{block}{} + \texttt{greeter-session=lightdm-webkit2-greeter} + \end{block} + \item Ensuite, modifiez \texttt{/etc/lightdm/lightdm-webkit2-greeter.conf} et configurez l'option \texttt{webkit\_theme} : + \begin{block}{} + \texttt{webkit\_theme = litarvan} + \end{block} + \end{itemize} + \end{wide} +\end{frame} + \begin{frame} \frametitle{Configuration d'un serveur SSH} \begin{wide}