diff options
author | Eric Hameleers <alien@slackware.com> | 2018-03-15 21:14:06 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-03-15 21:14:06 +0100 |
commit | 724b166c98bc5a9036319702d2a2217f7edf21e1 (patch) | |
tree | 23f0fdb3ba86650e93abb5303bb85fb00d5b280b | |
parent | 3c028c38238d51d84df0afdac86dfef3fab8521f (diff) | |
download | liveslak-724b166c98bc5a9036319702d2a2217f7edf21e1.tar.gz liveslak-724b166c98bc5a9036319702d2a2217f7edf21e1.tar.xz |
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.
-rwxr-xr-x | make_slackware_live.sh | 4 | ||||
-rw-r--r-- | pkglists/x_base.lst (renamed from pkglists/xbase.lst) | 5 |
2 files changed, 7 insertions, 2 deletions
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: diff --git a/pkglists/xbase.lst b/pkglists/x_base.lst index 87f8a38..10650ff 100644 --- a/pkglists/xbase.lst +++ b/pkglists/x_base.lst @@ -54,6 +54,7 @@ ffmpeg fftw fixesproto flac +fluidsynth #font-adobe-100dpi font-alias #font-bh-100dpi @@ -310,6 +311,9 @@ sqlite startup-notification svgalib t1lib +talloc +tdb +tevent #tibmachuni-font-ttf ttf-indic-fonts udisks @@ -408,6 +412,7 @@ xmodmap xorg-cf-files xorg-server xorg-server-xvfb +xorgproto xpr xprop xproto |