kf6-frameworks and plasma6
| Newsgroups | gmane.linux.lfs.automated |
|---|---|
| Message-ID | <CAB=uRVwcGwSFpXiFo_cqc1wML2Qdkcy-Mdg5oboPDTcsMxYsWg@mail.gmail.com> |
Currently jhalfs does not populate the menu for kf6 frameworks and
plasma. This fix worked for me:
diff --git a/BLFS/gen-special.sh b/BLFS/gen-special.sh
index b64b7a2..0b2d01b 100755
--- a/BLFS/gen-special.sh
+++ b/BLFS/gen-special.sh
@@ -108,8 +108,8 @@ cat >tmpfile << EOF
<xsl:choose>
EOF
for file in $(ls ${BLFS_DIR}/x/installing/x7* | grep -v x7driver) \
- ${BLFS_DIR}/kde/kf5/kf5-frameworks.xml \
- ${BLFS_DIR}/kde/plasma5/plasma-all.xml; do
+ ${BLFS_DIR}/kde/kf*/kf*-frameworks.xml \
+ ${BLFS_DIR}/kde/plasma*/plasma-all.xml; do
id=$(grep xreflabel $file | sed 's@.*id="\([^"]*\).*@\1@')
cat >>$SPECIAL_FILE << EOF
<xsl:when test="@id='$id'">
--
http://lists.linuxfromscratch.org/sympa/info/alfs-discuss
Unsubscribe: See the above information page