@HungryLemon@lemmings.world to Linux@lemmy.mlEnglish • edit-212 days agoAuthentication required when I opens Ungoogled Chromiumlemmy.mlimagemessage-square12arrow-up132file-text
arrow-up132imageAuthentication required when I opens Ungoogled Chromiumlemmy.ml@HungryLemon@lemmings.world to Linux@lemmy.mlEnglish • edit-212 days agomessage-square12file-text
minus-square@UnpledgedCatnapTipper@lemmy.blahaj.zonelinkfedilink9•12 days agoIf you don’t plan on having it save passwords, you can add the following to the .desktop file your using for the Exec line: –password-store=basic The line for my chrome setup for some public computers at work is: Exec=/usr/bin/google-chrome-stable --password-store=basic %U So you’d just need to replace the file path to your chromium path and it should work.
minus-square@HungryLemon@lemmings.worldOPlinkfedilinkEnglish3•12 days agoThanks! It’s a very interesting solution 👍. Will know 🤔
If you don’t plan on having it save passwords, you can add the following to the .desktop file your using for the Exec line:
–password-store=basic
The line for my chrome setup for some public computers at work is:
Exec=/usr/bin/google-chrome-stable --password-store=basic %U
So you’d just need to replace the file path to your chromium path and it should work.
Thanks! It’s a very interesting solution 👍. Will know 🤔