Ignore:
Timestamp:
10/12/2020 09:28:35 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ac278af2
Parents:
1f5eaa5
Message:

Update to gnome-bluetooth-3.34.3
Update to gnome-settings-daemon-3.38.1, and add instructions for removing outdated systemd units
Update to gnome-control-center-3.38.1
Update to mutter-3.38.1
Update to gnome-shell-3.38.1
Update to gnome-shell-extensions-3.38.1
Update to gnome-session-3.38.0 and modify it to build on SysV systems
Update to gdm-3.38.0 and modify it to build on SysV systems
Update to gnome-user-docs-3.38.1
Update to yelp-3.38.1
Archive JS68

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23803 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gnome-session.xml

    r1f5eaa5 rc339779  
    66
    77  <!ENTITY gnome-session-download-http
    8            "&gnome-download-http;/gnome-session/&gnome-minor-36;/gnome-session-&gnome-session-version;.tar.xz">
     8           "&gnome-download-http;/gnome-session/&gnome-minor-38;/gnome-session-&gnome-session-version;.tar.xz">
    99  <!ENTITY gnome-session-download-ftp
    10            "&gnome-download-ftp;/gnome-session/&gnome-minor-36;/gnome-session-&gnome-session-version;.tar.xz">
    11   <!ENTITY gnome-session-md5sum        "cd23e30c4991ca1f477020c67ea3a540">
    12   <!ENTITY gnome-session-size          "468 KB">
    13   <!ENTITY gnome-session-buildsize     "16 MB">
     10           "&gnome-download-ftp;/gnome-session/&gnome-minor-38;/gnome-session-&gnome-session-version;.tar.xz">
     11  <!ENTITY gnome-session-md5sum        "736024b46e2542b9b68adaa43f754f49">
     12  <!ENTITY gnome-session-size          "472 KB">
     13  <!ENTITY gnome-session-buildsize     "15 MB">
    1414  <!ENTITY gnome-session-time          "0.1 SBU">
    1515]>
     
    104104
    105105    <para>
    106       When running Gnome under <xref linkend="wayland"/>, environment settings
     106      When running GNOME under <xref linkend="wayland"/>, environment settings
    107107      are not imported for the user using the system profile. The Wayland
    108108      developers are currently undecided on a standard method to provide system
     
    114114<screen><userinput>sed 's@/bin/sh@/bin/sh -l@' -i gnome-session/gnome-session.in</userinput></screen>
    115115
     116    <para revision="sysv">
     117      Adapt meson.build so that gnome-session can build without systemd:
     118    </para>
     119
     120<screen revision="sysv"><userinput remap="pre">sed -i "/  systemd_dep/,+3d;/if enable_systemd/a \    systemd_userunitdir = '/tmp\'" meson.build</userinput></screen>
     121
    116122    <para>
    117123      Install <application>GNOME Session</application> by
     
    150156    </para>
    151157
    152 <screen role="root" revision="sysv"><userinput>rm -v /usr/lib/systemd/user/gnome-session*</userinput></screen>
     158<screen role="root" revision="sysv"><userinput>rm -rv /tmp/{*.d,*.target,*.service}</userinput></screen>
    153159
    154160  </sect2>
Note: See TracChangeset for help on using the changeset viewer.