HungryLemon@lemmings.world to Linux@lemmy.mlEnglish · edit-22 days agoAuthentication required when I opens Ungoogled Chromiumlemmy.mlimagemessage-square11fedilinkarrow-up130arrow-down14file-text
arrow-up126arrow-down1imageAuthentication required when I opens Ungoogled Chromiumlemmy.mlHungryLemon@lemmings.world to Linux@lemmy.mlEnglish · edit-22 days agomessage-square11fedilinkfile-text
minus-squareUnpledgedCatnapTipper@lemmy.blahaj.zonelinkfedilinkarrow-up9·2 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-squareHungryLemon@lemmings.worldOPlinkfedilinkEnglisharrow-up3arrow-down1·2 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 🤔