diff --git a/README.fedora b/README.fedora index 907169a..86a4a98 100644 --- a/README.fedora +++ b/README.fedora @@ -12,14 +12,12 @@ For MATE support please install xmonad-mate and select "xmonad MATE" in GDM's session menu. = xmonad-start = -For new users without "~/.xmonad/", Fedora's xmonad-start script -displays "man xmonad" in a terminal to provide help initially. - -To stop this behaviour, just create "~/.xmonad/". +Fedora's xmonad-start script starts up xmonad and +displays a welcome dialog when initially run. With the xmonad, xmonad-config, or xmonad packages installed, xmonad-start will create a basic "~/.xmonad/xmonad.hs" file -configured for desktops. +configured for desktops, and pre-compile it if necessary. = Configuration references = - xmonad man-page diff --git a/xmonad.spec b/xmonad.spec index d2fe92d..2c5edfa 100644 --- a/xmonad.spec +++ b/xmonad.spec @@ -4,7 +4,7 @@ Name: %{pkg_name} Version: 0.11 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A tiling window manager License: BSD @@ -208,6 +208,9 @@ rm %{buildroot}%{_pkgdocdir}/LICENSE %changelog +* Thu Sep 12 2013 Jens Petersen - 0.11-8 +- update README.fedora + * Thu Sep 12 2013 Jens Petersen - 0.11-7 - mate-panel requires mate-file-manager-schemas to run (see #1007219) - popup a zenity dialog for first-time users rather than manpage in terminal