From 42f2542cd2417358b784d11104404f78edf82f8d Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Fri, 10 Feb 2017 00:49:38 +0100 Subject: [PATCH] add trick to change the windows manager --- src/tricks/index.adoc | 1 + .../raspberry_pi3_change_windows_manager.adoc | 6 +++++ www/psensor/NEWS.html | 22 +++++++++++++++++- www/psensor/README.html | 27 +++++++++++++++++++--- www/psensor/faq.html | 25 +++++++++++++++++++- www/tricks/index.html | 5 +++- 6 files changed, 80 insertions(+), 6 deletions(-) create mode 100644 src/tricks/raspberry_pi3_change_windows_manager.adoc diff --git a/src/tricks/index.adoc b/src/tricks/index.adoc index 550eb57..0c1e907 100644 --- a/src/tricks/index.adoc +++ b/src/tricks/index.adoc @@ -8,6 +8,7 @@ * link:raspberry_pi3_temperature.html[How to get the temperature of the Raspberry PI3] * link:raspberry_pi3_configure_timezone.html[How to configure the timezone of the Raspberry PI3] * link:raspberry_pi3_overclock.html[Overclocking of the Raspberry PI3] +* link:raspberry_pi3_change_windows_manager.html[Change the windows manager of the Raspberry PI3] == https://letsencrypt.org[Let's Encrypt] diff --git a/src/tricks/raspberry_pi3_change_windows_manager.adoc b/src/tricks/raspberry_pi3_change_windows_manager.adoc new file mode 100644 index 0000000..9327b90 --- /dev/null +++ b/src/tricks/raspberry_pi3_change_windows_manager.adoc @@ -0,0 +1,6 @@ += Raspberry PI - Change windows manager +:docinfo2: +:icons: font + + +sudo update-alternatives --config x-session-manager \ No newline at end of file diff --git a/www/psensor/NEWS.html b/www/psensor/NEWS.html index dfca733..52bd820 100644 --- a/www/psensor/NEWS.html +++ b/www/psensor/NEWS.html @@ -18,6 +18,26 @@
+

v1.2.1

+
+
+
    +
  • +

    documentation files are generated with asciidoctor instead of +asciidoc.

    +
  • +
  • +

    added support of BCM2835 which is mostly used in the Raspberry PI3.

    +
  • +
  • +

    Fresh install of 1.2.0 complains about missing sensor config +keys. (LP :#1650378)

    +
  • +
+
+
+
+

v1.2.0

@@ -1971,7 +1991,7 @@ Initial release
diff --git a/www/psensor/README.html b/www/psensor/README.html index 35beab6..7ba1961 100644 --- a/www/psensor/README.html +++ b/www/psensor/README.html @@ -7,6 +7,7 @@ Psensor README +