Changeset fbbc908
- Timestamp:
- 05/07/2019 10:12:07 AM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 9.0, 9.1, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- ecf6154
- Parents:
- cfcb253
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
general/sysutils/hdparm.xml
rcfcb253 rfbbc908 117 117 </para> 118 118 119 <screen role=" root"><userinput>make binprefix=/usr install</userinput></screen></note>119 <screen role="nodump"><userinput>make binprefix=/usr install</userinput></screen></note> 120 120 121 121 </sect2> -
kde/kf5/kf5-frameworks.xml
rcfcb253 rfbbc908 89 89 <xref linkend="NetworkManager"/> (needed to build NetworkManager-Qt), and 90 90 <xref linkend="polkit-qt"/> (Authentication backend for KAuth) 91 </para> 92 93 <para role="recommended"> 94 Furthermore, the instructions below assume that the environment has been 95 set up as described in <xref linkend="kf5-intro"/>. 91 96 </para> 92 97 -
networking/netprogs/nfs-utils.xml
rcfcb253 rfbbc908 234 234 over the local network, the following line may be added:</para> 235 235 236 <screen role="root"><userinput>/home <replaceable>192.168.0.0/24</replaceable>(rw,subtree_check,anonuid=99,anongid=99)</userinput></screen> 236 <screen role="nodump"><userinput>cat >> /etc/exports << EOF 237 <replaceable>/home 192.168.0.0/24</replaceable>(rw,subtree_check,anonuid=99,anongid=99) 238 EOF</userinput></screen> 237 239 238 240 <note><para>Be sure to replace the directory, network address. and prefix above -
x/dm/lightdm.xml
rcfcb253 rfbbc908 80 80 </itemizedlist> 81 81 82 <bridgehead renderas="sect3">Additional download</bridgehead> 83 82 84 <note> 83 85 <para> … … 89 91 </note> 90 92 91 <bridgehead renderas="sect3">Lightdm-gtk-greeter Package Information</bridgehead>92 93 <itemizedlist spacing="compact"> 93 94 <listitem> -
x/wm/openbox.xml
rcfcb253 rfbbc908 103 103 scripts to Python 3:</para> 104 104 105 <screen><userinput>2to3 -w data/autostart/openbox-xdg-autostart &&105 <screen><userinput>2to3-&python3-majorver; -w data/autostart/openbox-xdg-autostart && 106 106 sed 's/python/python3/' -i data/autostart/openbox-xdg-autostart</userinput></screen> 107 107 -
xsoft/graphweb/seamonkey.xml
rcfcb253 rfbbc908 315 315 </para> 316 316 317 <screen role=" root"><userinput>make -C obj* install</userinput></screen>317 <screen role="nodump"><userinput>make -C obj* install</userinput></screen> 318 318 319 319 <note> -
xsoft/office/libreoffice.xml
rcfcb253 rfbbc908 298 298 </important> 299 299 300 <screen ><userinput>tar -xf libreoffice-&libreoffice-dlversion;.tar.xz --no-overwrite-dir &&300 <screen role="nodump"><userinput>tar -xf libreoffice-&libreoffice-dlversion;.tar.xz --no-overwrite-dir && 301 301 cd libreoffice-&libreoffice-dlversion;</userinput></screen> 302 302 … … 389 389 --with-system-lcms2 \ 390 390 --with-system-libatomic_ops \ 391 --with-system-libgpgmepp \ 391 392 --with-system-libpng \ 392 393 --with-system-libxml \ -
xsoft/other/rxvt-unicode.xml
rcfcb253 rfbbc908 152 152 <para>In order to view the defined X resources, issue:</para> 153 153 154 <screen ><userinput>xrdb -query</userinput></screen>154 <screen role="nodump"><userinput>xrdb -query</userinput></screen> 155 155 156 156 <para>In order to add the modifications of the new user configuration file, … … 158 158 on previously define), issue:</para> 159 159 160 <screen ><userinput>xrdb -merge ~/.Xresources</userinput></screen>160 <screen role="nodump"><userinput>xrdb -merge ~/.Xresources</userinput></screen> 161 161 162 162 <para>The <application>rxvt-unicode</application> application can also run … … 172 172 of the script:</para> 173 173 174 <screen ><userinput><literal># Start the urxvtd daemon174 <screen role="nodump"><userinput><literal># Start the urxvtd daemon 175 175 urxvtd -q -f -o &</literal></userinput></screen> 176 176 -
xsoft/other/tigervnc.xml
rcfcb253 rfbbc908 164 164 EOF 165 165 166 install -vm644 ../media/icons/tigervnc_24.png /usr/share/pixmaps &&166 install -vm644 media/icons/tigervnc_24.png /usr/share/pixmaps && 167 167 ln -sfv tigervnc_24.png /usr/share/pixmaps/tigervnc.png</userinput></screen> 168 168 … … 173 173 174 174 <para><command>tar -xf .. xorg-server...</command>: This command extracts the 175 standard Xorg package sinto the tree in a location needed for modification.</para>175 standard Xorg package into the tree in a location needed for modification.</para> 176 176 177 177 <para><option>--disable ...</option>: Most options that are usually needed for 178 the standard Xorg server are not needed f ror the Xvnc instance being built.</para>178 the standard Xorg server are not needed for the Xvnc instance being built.</para> 179 179 180 180 <para><command>[ -e /usr/bin/Xvnc ] || ln ... Xvnc</command>: If the Xvnc server
Note:
See TracChangeset
for help on using the changeset viewer.