Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 594618 - www-client/chromium-55 seems to have an automagic dependency on kwallet
Summary: www-client/chromium-55 seems to have an automagic dependency on kwallet
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Chromium Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-21 12:48 UTC by Mike Lothian
Modified: 2016-09-21 15:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Lothian 2016-09-21 12:48:35 UTC
Chromium-55 (possibly 54 too) seems to be integrating with kwallet and asking for it's password on startup

Would be great to have the option to disable this - as I don't use kwallet

I'm guessing it'll be something on the lines off:

IUSE="cups +gn gnome gnome-keyring gtk3 +hangouts kerberos kwallet neon pic +proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +tcmalloc widevine"

kwallet? ( || 
kde-frameworks/kwallet
kde-apps/kwalletd )

myconf_gn+=" use_kwallet=$(usex kwallet true false)"
Comment 1 Mike Gilbert gentoo-dev 2016-09-21 14:26:08 UTC
It's not an "automagic dependency"; that term specifically refers to build-time dependencies that get auto-detected during the build process.

You can disable kwallet at runtime using the --password-store switch.

http://superuser.com/questions/994551/disable-kwallet-popups-from-chrome
Comment 2 Mike Lothian 2016-09-21 15:00:21 UTC
Cheers for that :D