From 724b166c98bc5a9036319702d2a2217f7edf21e1 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 15 Mar 2018 21:14:06 +0100 Subject: XFCE: rename xbase.lst to x_base.lst The order in which the squashfs modules were created should be respected when they are re-assembled to an overlay filesystem. The assembly is done in lexicographical order - therefore xbase.lst needed to be renamed to x_base.lst. Failing to adhere to the original assembly order causes weirdness. In my case it meant that the complete directory /usr/share/applications as contained in xapbase.lst was invisible in the resulting overlay, causing near-empty menus in XFCE. Also added several packages to x_base.lst that are now part of Slackware. --- make_slackware_live.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make_slackware_live.sh') diff --git a/make_slackware_live.sh b/make_slackware_live.sh index e989f4d..b6b0acf 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -168,11 +168,11 @@ SEQ_SLACKWARE="tagfile:a,ap,d,e,f,k,kde,kdei,l,n,t,tcl,x,xap,xfce,y pkglist:slac # Stripped-down Slackware with XFCE as the Desktop Environment: # - each series will become a squashfs module: -SEQ_XFCEBASE="${MINLIST},xbase,xapbase,xfcebase" +SEQ_XFCEBASE="${MINLIST},x_base,xapbase,xfcebase" # Stripped-down Slackware with KDE4 as the Desktop Environment: # - each series will become a squashfs module: -SEQ_KDE4BASE="pkglist:${MINLIST},xbase,xapbase,kde4base" +SEQ_KDE4BASE="pkglist:${MINLIST},x_base,xapbase,kde4base" # List of Slackware package series with Plasma5 instead of KDE 4 (full install): # - each will become a squashfs module: -- cgit v1.2.3