On my RPi400, I have successfully completed steps 1 and 2 of the EOS installation.
But in step 3, “libwnck”, a dependency of “lxpanel”, is not found.
Do I have to change the mirrors (I have chosen the German and London ones)?
(Edit: on pkgs.com, there is only libwnck3 available for ArchLinux aarch64)
It looks like for some reason in the Arch Linux Arm repos this file is called libwnck3
|Arch|Repo|Name|Version|Description|
|aarch64|extra|libwnck3|40.1-1|Library to manage X windows and workspaces (via pagers, tasklists, etc.)|
|armv7h|extra|libwnck3|40.1-1|Library to manage X windows and workspaces (via pagers, tasklists, etc.)|
These files are also orphaned and last updated 2019-12-10 08:40 UTC
From a tty console window, try installing libwnck3
$ sudo pacman -S libwnck
error: target not found: libwnck
$ sudo pacman -S libwnck3
warning: libwnck3-40.1-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...
Packages (1) libwnck3-40.1-1
Total Installed Size: 3.10 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? [Y/n]
I just did a test install of LXDE using the endeavour-ARM-install-V2.7.sh install-script on
my RPi 400 on a USB SSD. Here is the lightdm-slick-greeter screen
Here is a screenshot
Everything is good in the new endeavour-ARM-install-V2.7.sh script.