답변1
이 문제의 원인은 무엇입니까?
맨 페이지의 답변 man chromium
:
--password-store=<basic|gnome|kwallet> Set the password store to use. The default is to automatically detect based on the desktop environment. basic selects the built in, unencrypted password store. gnome selects Gnome keyring. kwallet selects (KDE) KWallet. (Note that KWallet may not work reliably outside KDE.)
비활성화하는 방법은 무엇입니까?
다음을 사용하여 크롬을 실행하세요 --password-store=basic
:
chromium --password-store=basic
다음을 생성하고 별칭을 지정할 수 있습니다.
alias chromium='chromium /usr/share/applications/chromium.desktop'
chromium
그런 다음 터미널에서 다음을 실행하세요 .
또한 크롬 구성 파일을 편집할 수도 있습니다.
sudo nano /usr/share/applications/chromium.desktop
다음 줄을 변경합니다.
Exec=/usr/bin/chromium %U
에게:
Exec=/usr/bin/chromium --password-store=basic %U