Hi
Does anybody have their Chromium install failed or upgraded failed for dietpi 8.3.1?
I used dietpi-update and the process failed during upgrading chroumium, and then I unistalled chromium and then run dietpi-update. The dietpi is able to upgrade, but when I install chromium back, it keeps giving me the same error message.
I checked the update and install scripts. Seems you have some configs directories that should be migrated into a new structure. At least it was part of 8.2 update
You have one of the following directory available?
ls -la /etc/chromium.d
ls -la /etc/chromium-browser
Where do you see it still installed? You mean the preference option?
At least for the installation, I found the issue. Try to install Chromium again. Once hit be the error, you should get an error menu at the bottom. Select Change command, remove the entire command and replace it as follow
sed -i s/chromium\.d/chromium-browser\/customizations/ /var/lib/dietpi/dietpi-software/installed/chromium-autostart.sh
Where do you see it still installed? You mean the preference option?
I have LXQt installed, and I can see the Chromium browswer is on my Start Menu → Internet-> Chromium. When I click that, the new Chromium browser does show.
sed -i s/chromium.d/chromium-browser/customizations/ /var/lib/dietpi/dietpi-software/installed/chromium-autostart.sh
We don’t have a real default browser. Basically you can choose between Firefox and Chromium. Or even possible to install both. Once installed they show up on the desktop menu.
We don’t have a real default browser. Basically you can choose between Firefox and Chromium. Or even possible to install both. Once installed they show up on the desktop menu.
gotcha.
I have LXQt installed, and I can see the Chromium browswer is on my Start Menu → Internet-> Chromium. When I click that, the new Chromium browser does show.
I think the chromium does installed from my previous tries on dietpi-software, but it is just the last command on the sed that got stuck.