Changeset 74db4f4


Ignore:
Timestamp:
09/09/2020 08:08:28 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
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:
5d0f53c0
Parents:
572618ad
Message:

Run mutter tests in a private dbus-session so that it does not conflict with
the running DE

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r572618ad r74db4f4  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "08">                   <!-- Always 2 digits -->
     3<!ENTITY day          "09">                   <!-- Always 2 digits -->
    44<!ENTITY month        "09">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "September 8th, &year;">
     9<!ENTITY releasedate  "September 9th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • gnome/platform/mutter.xml

    r572618ad r74db4f4  
    159159
    160160    <para>
    161       To test the results, issue: <command>ninja test</command>. The tests
    162       require an active X session to run correctly. Some (18 of 92) tests require
    163       a wayland based session.
     161      To test the results, issue:
     162      <command>dbus-run-session ninja test</command>. The tests
     163      require an active X session to run correctly. It is not necessary to
     164      run a  separate D-bus session if not in a GNOME session, but it
     165      provides a clean environment in any case.
    164166    </para>
    165167
Note: See TracChangeset for help on using the changeset viewer.