Author: renodr
Date: Sat Aug 29 22:14:37 2020
New Revision: 23646

Log:
gnome-settings-daemon: Fix backlight problem on SysV systems
gnome-session: Prevent installing systemd units on SysV systems.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/gnome/platform/gnome-session.xml
   trunk/BOOK/gnome/platform/gnome-settings-daemon.xml
   trunk/BOOK/introduction/welcome/changelog.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Sat Aug 29 14:34:28 2020        (r23645)
+++ trunk/BOOK/general.ent      Sat Aug 29 22:14:37 2020        (r23646)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "28">                   <!-- Always 2 digits -->
+<!ENTITY day          "30">                   <!-- Always 2 digits -->
 <!ENTITY month        "08">                   <!-- Always 2 digits -->
 <!ENTITY year         "2020">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "August 28th, &year;">
+<!ENTITY releasedate  "August 30th, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- x.y|development -->

Modified: trunk/BOOK/gnome/platform/gnome-session.xml
==============================================================================
--- trunk/BOOK/gnome/platform/gnome-session.xml Sat Aug 29 14:34:28 2020        
(r23645)
+++ trunk/BOOK/gnome/platform/gnome-session.xml Sat Aug 29 22:14:37 2020        
(r23646)
@@ -144,6 +144,13 @@
 <!-- For some reason, there are I/O errors with the DTD @ freedesktop
      that causes error messages to flood stdin. -->
 
+    <para revision="sysv">
+      Now, as the <systemitem class="username">root</systemitem> user,
+      remove systemd units that are useless on SysV systems:
+    </para>
+
+<screen role="root" revision="sysv"><userinput>rm -v 
/usr/lib/systemd/user/gnome-session*</userinput></screen>
+
   </sect2>
 
   <sect2 role="content">

Modified: trunk/BOOK/gnome/platform/gnome-settings-daemon.xml
==============================================================================
--- trunk/BOOK/gnome/platform/gnome-settings-daemon.xml Sat Aug 29 14:34:28 
2020        (r23645)
+++ trunk/BOOK/gnome/platform/gnome-settings-daemon.xml Sat Aug 29 22:14:37 
2020        (r23646)
@@ -141,6 +141,13 @@
 <screen revision="sysv"><userinput>sed -e 's/libsystemd/libelogind/' \
     -i plugins/power/test.py</userinput></screen>
 
+    <para revision="sysv">
+       Next, fix backlight functionality in gnome-control-center:
+    </para>
+
+<screen revision="sysv"><userinput>sed -i 's/(backlight->logind_proxy)/(0)/' \
+    -i plugins/power/gsd-backlight.c</userinput></screen>
+
     <para>
       Install <application>GNOME Settings Daemon</application> by running the
       following commands:

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sat Aug 29 14:34:28 
2020        (r23645)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sat Aug 29 22:14:37 
2020        (r23646)
@@ -41,6 +41,21 @@
       </itemizedlist>
     </listitem>
     -->
+    <listitem revision="sysv">
+      <!-- Whoever does the next changelog entry needs to adjust this -->
+      <para>August 30th, 2020</para>
+      <itemizedlist>
+        <listitem>
+          <para>[renodr] - Fix backlight functionality in
+          gnome-settings-daemon.</para>
+        </listitem>
+        <listitem>
+          <para>[renodr] - Prevent installing systemd units from gnome-session
+          on SysV systems.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>August 28th, 2020</para>
       <itemizedlist>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to