Changeset 33c8b427 for kde/plasma5/plasma-all.xml
- Timestamp:
- 01/29/2019 04:41:39 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 8.4, 9.0, 9.1, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 88057a1
- Parents:
- 7dda4c9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kde/plasma5/plasma-all.xml
r7dda4c9 r33c8b427 71 71 <xref linkend="NetworkManager"/>, 72 72 <xref linkend="pulseaudio"/>, 73 <xref linkend="python2"/>,74 73 <xref linkend="qca"/>, 75 74 <xref linkend="taglib"/>, and … … 246 245 exit 247 246 248 cd /usr/share/xsessions/ 249 [ -e plasma.desktop ] || as_root ln -sfv $KF5_PREFIX/share/xsessions/plasma.desktop 250 <!-- 247 install -dvm 755 /usr/share/xsessions && 248 cd /usr/share/xsessions/ && 249 [ -e plasma.desktop ] || 250 as_root ln -sfv $KF5_PREFIX/share/xsessions/plasma.desktop<!-- 251 251 cd $KF5_PREFIX/share/plasma/plasmoids 252 252 … … 394 394 differentiate between the two:</para> 395 395 396 <screen ><userinput role="root">sed '/^Name=/s/Plasma/Plasma on Xorg/' -i /usr/share/xsessions/plasma.desktop</userinput></screen>396 <screen role="root"><userinput>sed '/^Name=/s/Plasma/Plasma on Xorg/' -i /usr/share/xsessions/plasma.desktop</userinput></screen> 397 397 398 398
Note:
See TracChangeset
for help on using the changeset viewer.