Changeset fdbfe39
- Timestamp:
- 01/23/2019 09:45:11 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.4, 9.0, 9.1, bdubbs/svn, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 2db2e382
- Parents:
- 5da4c02
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r5da4c02 rfdbfe39 45 45 <para>January 23rd, 2018</para> 46 46 <itemizedlist> 47 <listitem> 48 <para>[pierre] - Force NetworkManager to use Python 3.</para> 49 </listitem> 47 50 <listitem> 48 51 <para>[pierre] - Six is not needed for gdk-pixbuf.</para> -
networking/netutils/networkmanager.xml
r5da4c02 rfdbfe39 150 150 151 151 <screen><userinput>sed '/initrd/d' -i src/meson.build</userinput></screen> 152 153 <para> 154 Fix the python scripts so that they use <application>Python 155 3</application>: 156 </para> 157 158 <screen><userinput>grep -rl '^#!.*python$' | xargs sed -i '1s/python/&3/'</userinput></screen> 152 159 153 160 <para> … … 227 234 228 235 <para> 229 < parameter>-Ddocs=true</parameter>: Use this switch to enable building236 <option>-Ddocs=true</option>: Use this switch to enable building 230 237 man pages and documentation if <xref linkend="gtk-doc"/> is installed. 231 238 </para>
Note:
See TracChangeset
for help on using the changeset viewer.