On Thursday, 2 August 2018 13:27:45 BST Mick wrote:
> On Thursday, 2 August 2018 07:10:00 BST Peter Humphrey wrote:
> > On Monday, 30 July 2018 11:18:22 BST Peter Humphrey wrote:
> > > My daily update yesterday included 100 kde-apps/* . Now dolphin and
> > > konqueror-as-a-file-manager have their panels laid out with extremely
> > > wide spacing (example attached). Is this my fault or theirs?
> > 
> > I tried creating a new user for myself, and got the same results,
> > including the missing icons.

I also spent several hours today rebuilding the entire system from
scratch[1], and then creating a new user. I didn't even copy my .mozilla
directory. Still no improvement.

> Are you running a full Plasma DE?

Yes, the full works, with just the tweaks that the control panel allows.
Nothing non-standard.

Here's my entire package.use:

app-emulation/virtualbox        additions extensions java python
net-libs/webkit-gtk             -webgl
x11-libs/wxGTK                  webkit
www-client/chromium             -hangouts jumbo-build
dev-lang/python                 sqlite
sys-firmware/intel-microcode    initramfs
sys-kernel/linux-firmware       savedconfig
media-fonts/terminus-font       center-tilde distinct-l
app-admin/gkrellm               hddtemp
sys-kernel/gentoo-sources       symlink
app-office/kmymoney             calendar hbci ofx quotes
sys-libs/gwenhywfar             qt4
app-office/libreoffice          googledrive pdfimport
dev-libs/xmlsec                 nss
www-client/links                -X -jpeg -png -tiff -directfb -fbcon -sdl
media-libs/mesa                 opencl
dev-qt/qtwebengine              -system-icu
net-misc/tigervnc               server
media-libs/mesa                 -vaapi
sys-devel/llvm                  clang video_cards_radeon
x11-libs/libdrm                 video_cards_radeon

> I have missing icons here for more than a year on KDE applications (or
> whatever they are called this semester), on non-Plasma desktop.

1.      This is my standard procedure for rebuilding the entire system:

$ cat /usr/local/bin/ejsys
#!/bin/bash
emerge --jobs -1 gcc && emerge --jobs -1 binutils && emerge --jobs -1 glibc
emerge --jobs --load-average=36 --keep-going --nospinner \
        --exclude="gcc binutils glibc" @system linux-firmware intel-microcode

Then make mrproper; cp /boot/<current config> .config; kmake

$ cat /usr/local bin/kmake:
#!/bin/bash
mount /boot
cd /usr/src/linux
make -j12 && make modules_install && make install &&\
        cp -v ./arch/x86/boot/bzImage /boot/EFI/Boot/bootX64.efi &&\
echo && echo "Rebuilding modules" && echo &&\
emerge --jobs --load-average=48 @module-rebuild @x11-module-rebuild && echo &&\
echo "Remaking microcode images" &&\
/usr/sbin/iucode_tool -S --write-earlyfw=/boot/early_ucode.cpio 
/lib/firmware/intel-ucode/* && echo &&\
echo "Remounting /sys/firmware/efi/efivars read-write" &&\
mount -oremount,rw /sys/firmware/efi/efivars && echo &&\
echo "Don't forget to bootctl-install the new kernel!" && echo

$ cat /usr/local/bin/ejeworld
#!/bin/bash
emerge --jobs --load-average=48 --keep-going --nospinner \
        --exclude="$(cat system.pkgs) linux-firmware intel-microcode" -e @world

system.pkgs contains the names of the 43 packages that are emerged by @system.

I don't know what else I can try. Help, anyone?

-- 
Regards,
Peter.




Reply via email to