Changeset fe1e1de for gnome/applications/gnome-terminal.xml
- Timestamp:
- 10/05/2020 08:28:57 PM (3 years ago)
- Branches:
- 10.1, 11.0, 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 1e6c9b3
- Parents:
- 8d45c9a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/applications/gnome-terminal.xml
r8d45c9a rfe1e1de 87 87 <bridgehead renderas="sect4">Recommended</bridgehead> 88 88 <para role="recommended"> 89 <xref linkend="gnome-shell"/> and 89 90 <xref linkend="nautilus"/> 90 91 </para> … … 110 111 </para> 111 112 112 <screen revision="sysv"><userinput>./configure --prefix=/usr \ 113 --disable-static \ 114 --disable-search-provider \ 115 --without-nautilus-extension && 116 make</userinput></screen> 117 118 <screen revision="systemd"><userinput>./configure --prefix=/usr \ 113 <screen><userinput>./configure --prefix=/usr \ 119 114 --disable-static && 120 115 make</userinput></screen> … … 146 141 <title>Command Explanations</title> 147 142 148 <para revision="sysv">149 < parameter>--disable-search-provider</parameter>: This switch disables143 <para> 144 <option>--disable-search-provider</option>: This switch disables 150 145 the <quote>search <application>gnome-shell</application></quote> 151 provider. This is necessary because 152 <application>gnome-shell</application> is not in BLFS. Remove this if 153 you have <application>gnome-shell</application> installed. 154 </para> 155 156 <para revision="sysv"> 157 <parameter>--without-nautilus-extension</parameter>: This switch disables 158 the a dependency on the <application>nautilus</application> file 159 manager. 146 provider. Use this option if you do not have gnome-shell installed. 147 </para> 148 149 <para> 150 <option>--without-nautilus-extension</option>: This switch disables 151 a dependency on the <application>nautilus</application> file 152 manager. Use this option if you do not have Nautilus installed. 160 153 </para> 161 154 <!--
Note:
See TracChangeset
for help on using the changeset viewer.