\documentclass{beamer}

\usepackage{beamerthemesplit}

\title{The Linux Desktop}
\author{Rodrigo Moya}
\date{\today}

\begin{document}

\frame{\titlepage}

\section{Outline}{}
\frame{\tableofcontents}

\section{History of the Linux Desktop}
\frame
{
  \frametitle{The 90s (FVWM)}
  
  \begin{figure}
    \includegraphics[scale=0.25]{fvwm.png}
  \end{figure}
}
\frame
{
  \frametitle{The 90s (GNUstep)}
  
  \begin{figure}
    \includegraphics[scale=0.23]{gnustep.png}
  \end{figure}
}
\frame
{
  \frametitle{The 90s (WindowMaker)}
  
  \begin{figure}
    \includegraphics[scale=0.23]{windowmaker.png}
  \end{figure}
}
\frame
{
  \frametitle{The 90s (Enlightenment)}
  
  \begin{figure}
    \includegraphics[scale=0.23]{enlightenment.png}
  \end{figure}
}
\frame
{
  \frametitle{The 90s}
  
  \begin{itemize}
    \item Different (and ugly) look and feels, nice looks too resource hungry (Enlightenment)
    \item Missing a coherent platform (no printing API, for instance)
    \item 3rd party apps using their own platform (Netscape, Star Office)
  \end{itemize}
}

\section{GNOME and KDE}
\frame
{
  \frametitle{Mid-90s}
  
  \begin{itemize}
    \item In the mid-90s, 1st KDE and then GNOME came to the rescue
    \item They wanted to offer a modern and good looking desktop, plus a coherent development platform
    \item ...but they were working separately
  \end{itemize}
}
\frame
{
  \frametitle{XXIst century}
  
  \begin{itemize}
    \item GNOME and KDE growing to modern desktop environments
    \item XFCE shows up
    \begin{item}
      Sharing starts:
      \begin{itemize}
        \item First, basics (Window manager spec, menus)
        \item freedesktop.org is created to enhance sharing
        \item Now sharing lots of specs (autostart, MIME, etc), and some implementations (HAL, DBus)
      \end{itemize}
    \end{item}
  \end{itemize}
}

\section{The Linux Desktop today}
\frame
{
  \frametitle{What is the Linux Desktop?}
  
  \begin{itemize}
    \item Desktop PCs running the Linux OS
    \item Embedded systems (phones, PDAs, GPS, etc)
    \item A viable drop-in alternative for closed systems
  \end{itemize}
}
\frame
{
  \frametitle{How many Linux desktops?}
  
  \begin{itemize}
    \begin{item}
      On the PC market:
      \begin{itemize}
        \item Almost 90\% of overall desktops still use MS Windows
        \item Rest is mostly Mac OS, with Linux over 2/3\%
      \end{itemize}
    \end{item}
    \begin{item}
      On the embedded market:
      \begin{itemize}
        \item Much higher percentage (Nokia tablets, Tomtom)
        \item ...and growing
      \end{itemize}
    \end{item}
    \item Big-scale deployments (Extremadura, Andalucia, China, India)
  \end{itemize}
}

\section{Future}
\frame
{
  \frametitle{}
}

\section{Questions}
\frame
{
  \frametitle{Questions?}
}

\end{document}
