Changeset f6da3b9
- Timestamp:
- 08/27/2019 08:16:44 AM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.0, 9.1, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 10c00a3
- Parents:
- 9434e9a
- Location:
- gnome/platform
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/platform/evolution-data-server.xml
r9434e9a rf6da3b9 139 139 -DENABLE_INTROSPECTION=ON \ 140 140 -DENABLE_GTK_DOC=OFF \ 141 -DWITH_SYSTEMD SYSTEMUNITDIR=\141 -DWITH_SYSTEMDUSERUNITDIR=no \ 142 142 .. && 143 143 make</userinput></screen> … … 214 214 href="../../xincludes/gtk-doc-rebuild.xml"/> 215 215 --> 216 217 <para revision="sysv"> 218 <parameter>-DWITHSYSTEMDUSERUNITDIR=no</parameter>: This switch 219 disables installing the systemd units, which are not used for a Sysv 220 build. 221 </para> 216 222 217 223 <note> -
gnome/platform/gnome-shell.xml
r9434e9a rf6da3b9 124 124 </para> 125 125 126 <screen><userinput>mkdir build && 126 <screen revision="sysv"><userinput>sed -i '/isGreeter/,+2 d' js/ui/status/keyboard.js && 127 128 mkdir build && 129 cd build && 130 131 meson --prefix=/usr -Dsystemd=false .. && 132 ninja</userinput></screen> 133 134 <screen revision="systemd"><userinput>mkdir build && 127 135 cd build && 128 136 … … 142 150 <screen role="root"><userinput>ninja install</userinput></screen> 143 151 152 <!-- not needed with -Dsystemd=false 144 153 <para revision="sysv"> 145 154 Finally, remove some systemd units that are unnecessary on SysV. … … 147 156 148 157 <screen role="root" revision="sysv"><userinput>rm -v /usr/lib/systemd/user/gnome-shell*</userinput></screen> 149 158 --> 159 </sect2> 160 161 <sect2 role="commands" revision="sysv"> 162 <title>Command Explanations</title> 163 164 <para> 165 <command>sed -i ...</command>: This command allows the GDM greeter to 166 use a keyboard layout taken from the dconf database instead of a default 167 US qwerty one. 168 </para> 150 169 </sect2> 151 170
Note:
See TracChangeset
for help on using the changeset viewer.