following advice form DarkSky on the Manjaro forum --> https://forum.manjaro.org/t/seahorse-ca ... g/149938/6
Going to take a bit to get to square one.
------
First, begin with a squeaky install of Manjarao-Mate...
Enable the AUR repository in Add/Remove programs (probably a way to do this in terminal).
Then update
Code: Select all
sudo pacman -Syu
Code: Select all
sudo pacman -S keepassxc telegram-desktop keepassxc gnome-keyring seahorse
Change to the testing branch - link --> https://wiki.manjaro.org/index.php/Switching_Branches
To change back replace 'testing' with 'stable'
Code: Select all
sudo pacman-mirrors --api --set-branch 'testing'
sudo pacman-mirrors --fasttrack 5 && sudo pacman -Syu
Code: Select all
kodi-rpi-git-dev kodi-rpi-git-eventclients kodi-rpi-git-tools-texturepacker
return to 'stable' branch
Execute above again - Sucess!!
?
Creating system user accounts
group 'kodi" with GID 966
User 'kodi' with uid 966 and gid 966
Ok...??
add/edit few lines of /boot/config.txt
Code: Select all
dtoverlay=vc4-kms-v3d,cma-512
disable_fw_kms_setup=1
hdmi_enable_4kp60=1
start kodi -version 21! damn... what can of worms have I opened now???
start avahi-daemon
Code: Select all
sudo systemctl enable --now avahi-daemon.service
download a few test source files from NAS...
Season 6 Wings... whatever...
No joy..
tried 'kodi-standalone'
still no joy..
-----------------
Remove kodi and related packages.
Code: Select all
sudo pacman -Ruu kodi-rpi-git kodi-rpi-git-dev kodi-rpi-git-eventclients kodi-rpi-git-tools-texturepacker
Code: Select all
sudo rm -r /home/biffboffo/.kodi
Code: Select all
sudo pacman-mirrors --api --set-branch 'testing'
sudo pacman-mirrors --fasttrack 5 && sudo pacman -Syu[
Code: Select all
sudo pacman -S kodi-rpi-git kodi-rpi-git-dev kodi-rpi-git-eventclients kodi-rpi-git-tools-texturepacker
Code: Select all
[all]
include kodi.config.txt
Not sure if [all] is required or not. Limited understanding of code here...
no joy.. tried standalone.. no joy
sudo nano added [all] to /boot/config.txt
no joy...
remove git and go regular...
Code: Select all
sudo pacman -S kodi-rpi kodi-rpi-dev kodi-rpi
Moving onto the unstable branch to see what's available.