minus-squareUnpledgedCatnapTipper@lemmy.blahaj.zonetoLinux@lemmy.ml•Authentication required when I opens Ungoogled Chromiumlinkfedilinkarrow-up9·13 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. linkfedilink
minus-squareUnpledgedCatnapTipper@lemmy.blahaj.zonetoAsklemmy@lemmy.ml•What TV show intro will you never skip?linkfedilinkarrow-up10·2 months agoIt’s been a long road… linkfedilink
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.