HungryLemon@lemmings.world to Linux@lemmy.mlEnglish · edit-22 months agoAuthentication required when I opens Ungoogled Chromiumlemmy.mlimagemessage-square12fedilinkarrow-up132arrow-down14file-text
arrow-up128arrow-down1imageAuthentication required when I opens Ungoogled Chromiumlemmy.mlHungryLemon@lemmings.world to Linux@lemmy.mlEnglish · edit-22 months agomessage-square12fedilinkfile-text
minus-squarejokro@feddit.orglinkfedilinkarrow-up9·2 months agoIf you have autologin on boot enabled you could try disabling it and then login manually on boot That helped for me
minus-squareUnpledgedCatnapTipper@lemmy.blahaj.zonelinkfedilinkarrow-up9·2 months 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 months agoThanks! It’s a very interesting solution 👍. Will know 🤔
minus-squareSavvyWolf@pawb.sociallinkfedilinkEnglisharrow-up3·2 months agoIf you want to keep autologin enabled, you can also just set the password to nothing (that is, when you’re setting the password, just press enter without typing anything) to disable the password. Saves having to mess with the .desktop files.
minus-squarekylian0087@lemmy.dbzer0.comlinkfedilinkarrow-up5·2 months agoWhich is a bad thing if your user is in the sudoers or wheel group
minus-squareSavvyWolf@pawb.sociallinkfedilinkEnglisharrow-up4·2 months agoI meant in the Passwords and Keys app below, sorry should have specified!
minus-squarekylian0087@lemmy.dbzer0.comlinkfedilinkarrow-up2·2 months agoAhh I see yes that’s better.
minus-squareHungryLemon@lemmings.worldOPlinkfedilinkEnglisharrow-up2·2 months agoI did this now. It helped me :)
If you have autologin on boot enabled you could try disabling it and then login manually on boot
That helped for me
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 🤔
If you want to keep autologin enabled, you can also just set the password to nothing (that is, when you’re setting the password, just press enter without typing anything) to disable the password.
Saves having to mess with the .desktop files.
Which is a bad thing if your user is in the sudoers or wheel group
I meant in the Passwords and Keys app below, sorry should have specified!
Ahh I see yes that’s better.
I did this now. It helped me :)