HungryLemon@lemmings.world to Linux@lemmy.mlEnglish · edit-21 month agoAuthentication required when I opens Ungoogled Chromiumlemmy.mlexternal-linkmessage-square12fedilinkarrow-up132arrow-down14file-text
arrow-up128arrow-down1external-linkAuthentication required when I opens Ungoogled Chromiumlemmy.mlHungryLemon@lemmings.world to Linux@lemmy.mlEnglish · edit-21 month agomessage-square12fedilinkfile-text
minus-squareUnpledgedCatnapTipper@lemmy.blahaj.zonelinkfedilinkarrow-up9·1 month 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-up4arrow-down1·1 month 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 🤔