I am new to Endeavour but not to Linux. however I am mostly a point-and-click guy with little experience of the terminal (one of the reasons I switched to Endeavour).
I used the pacman command to install several programs (Signal, Telegram and Chromuim).
It all seemed to go fine and the installed programmes appear on my launcher - however they do not start when I click them. I also tried running them from the terminal - same problem.
I used exactly those commands to install and they appear to have installed correctly. They are listed in the app list as you would expect. but when I click on them nothing happens.
When I try to run signal-desktop in the terminal I get: electron: error while loading shared libraries: libicui18n.so.67: cannot open shared object file: No such file or directory
I ran the above command in the terminal and lost the launch button. I re-booted the machine but when I entered the password it just hung on a black screen with a cursor in the top right corner.
I booted again with the same result. I’m typing this on another PC.
So must be something else may you do uninstall something before ? may remove something needed for starting X or similar accidentally. Not FuBar … if you have EndeavourOS usb stick at hand… or try first to login from tty2 [Ctrl+alt+F2] if this shows a login prompt you can reinstall what is missing.
What DE (Desktop Environment) are you using?
If you can not login you can arch-chroot into system after booting installer usb // ISO:
Or boot without try to start Desktop Environment and DM (login manager):
if you are able to login to installed system in one way or the other, you can simple reinstall your Desktop:
It all got a bit too complex for me so I just re-installed.
This time I installed Libre Office and Chromium through the Welcome dialog and, again, neither are working.
All of the pre-installed software seems to be operating as expected and when I try to add new apps the install process shows every indication of normal operation.
Any help would be appreciated.
I’m beginning to think it’s a problem with my laptop. However it was fine with Ubuntu.
Does it still give the same error about libicui18n.so.67? Because as @joekamprad said the file is owned by icu. So the command he gave was to install icu.
sudo pacman -S icu
Then he gave you the command which asks query ownership of the file.
pacman -Qo /usr/lib/libicu18n.so.67
It should report /usr/lib/libicu18n.so.67 is owned by icu 67.1-
icu needs to be installed so we needed to confirm that it is.
I haven’t installed signal this time but I did install chromium through the welcome dialog.
When I try to run it I get: /usr/lib/chromium/chromium: error while loading shared libraries: libicui18n.so.67: cannot open shared object file: No such file or directory
I typed: pacman -Qo /usr/lib/libicui18n.so.67
And got: error: No package owns /usr/lib/libicui18n.so.67
I installed the three software in three different ways: chromium with the welcome interface, signal with the terminal and telegram with pamac-aur-git, I had no problem or error , on vm
Hi @JR29, yes when I first installed I used the welcome dialog to install Libre Office and Chrmium and pacman to install signal and Telegram. None of them worked.