Как вырубить или удалить kdewallet?

Ну или просто запусти его и сними галку с «Использовать бумажник KDE».

kwalletmanager не установлен

У меня в 12.04 и 4.9.2 пакет так называется. Может у тебя иначе. Через аппер прибей его.


Ну штука такая гуевая для управления пакетами. Вроде бы изначально в поставке кубунты была.

в systemsettings нигде нет?

Есть. Учетная запись-> Бумажник. Но проще же из консоли вызвать.

Блин, вроде как не установлен бумажник, а при открытии хрома, все равно окно всплывает, че за фигня понять не могу.

В процессах проверь наличие /usr/bin/kwalletd. Или как-то так.


kwalletd есть в процессах, сам бумажник не установлен, при этом при запуске хрома всплывает окно «Служба бумажника KDE» и предлагает ввести пароль.
В настройках про бумажник ничего нет. Как его похерить?

Несмотря на давность темы, припесочу сюда ответ, все равно в поиске индексируется.
Debian Wheezy: System settings -> Account Details -> KDE Wallet
снять галочку ‘Enable the KDE wallet subsystem’
Всё.
Как отключить Кошелек KDE?
Я использую Индивидуалиста Ubuntu (Gnome), месяц назад я обновил как обычный каждый раз, когда Менеджер обновлений сообщил мне о новых обновлениях. Вещь, которая произошла, состоит в том что названная программа kdewallet был установлен на моей машине, и каждый раз, когда я пытаюсь сделать что-то, что требует пароля как svn , это открывается и начинает становиться действительно раздражающим. Как я могу избавиться от него? Это даже не находится в Синаптическом Диспетчере пакетов.
6 ответов
KDE 5/плазма 5.8:
Добавьте следующие строки в конец
KDE4:
Кошелек KDE является базовой частью KDE, это находится в пакете kdebase-runtime .
Отключить выполненный kcmshell4 kwalletconfig и продолжите на шаге 3 или запуститесь с начала:
- Настройки Start System
- Откройте Account Details
- Перейдите к вкладке "KDE Wallet"
- Снятие флажка Включает подсистему Кошелька KDE
- Нажать Apply применять изменения и закрывать окно настроек.
Получить список программ, который зависит от kdebase-runtime пакет, выполненный:
На Ubuntu выходные шоу просто "kdebase-время-выполнения [новая строка] Зависит Реверс":. на Kubuntu следует целый список.
Я избавился от "Системного диалогового окна" Кошелька KDE (каждый раз, когда я запустил Chrome), следующим образом:
/.config/kwalletrc (см. примечание ниже), и добавить
Уничтожьте kdewallet демона:
pkill kdewallet5 (или killall kdewallet5 )
Я нашел эту опцию, когда я просмотрел исходный код (на kde.org или в зеркале GitHub).
При помещении kwalletrc в
/.config не работает, затем Ваша система, вероятно, использует другой каталог для хранения конфигурационных файлов. Файл конфигурации создается в каталоге, определенном QStandardPaths::GenericConfigLocation , таким образом, я использовал qtpaths искать путь (
/.config = /home/rob/.config в моем случае):
Примечание: если Вы не хотите полностью отключать kwallet, но только для Chrome, можно использовать —password-store=basic отметьте, как я объяснил в, Отключают всплывающие окна kwallet от хрома. Если Вы запускаете Chrome с помощью сценария обертки или ярлыка, я рекомендую использовать —password-store=basic в случае, если Вам нужен kwallet для чего-то еще. Я отключил kwalletd вместо того, чтобы использовать этот флаг, потому что я разрабатываю Chrome, и это неудобно для добавления этого флага все время, когда я работаю ./chrome .
(Протестированный на ArchLinux, но это должно также работать над Ubuntu. Использовать sudo apt-get install qttools5-dev-tools если Вы хотите использовать qtpaths найти каталог конфигурации).
How to disable Kwallet in kde plasma 5?
In KDE4 that was quite simple. There was a Kwallet section in System Settings. I’ve tried to remove kwallet package, but plasma depends on it.
![]()
10 Answers 10
To disable the KDE wallet:
- Go to the KDE menu.
- Type "wallet", this will show KWalletManager .
- Go to Settings .
- Uncheck Enable the KDE wallet subsystem .

As far as I know, there is no Kwallet section in System Settings. There should be a kwallet service in the taskbar, but I could not find one. Furthermore, I was not able to remove or disable Kwallet entirely. However, I was able to stop the nagging. Here’s what I did:
- Remove or rename the following files: .config/kwalletrc , .kde4/share/apps/kwallet/* and .kde4/share/config/kwalletrc .
- If you are logged into Plasma, log out.
- Log back in. Kwallet will try to nag you to set a password.
- Enter an empty password and ignore the warning that empty passwords are unsafe.
When this wizard has been finished, Kwallet should not be bothering you anymore.
Another note: this workaround is for Plasma 5.X versions up to 5.2. I am not sure about 5.3 and beyond.
You could also edit file
/.kde/share/config/kwalletrc : adding to [Wallet] section just one line
would disable kwallet popups.
/.config/kwalletrc file, do the same with it.
Sorry about my english..
I am new user of arch. I use the archlinux plus pĺasma graphical interface (KDE5). I ran a bit behind solving this and in several answers I was given the instruction to access some configuration areas which do not exist here in the interface I am using. Searching for something on the internet, I found a solution that worked for me, I do not know if it is the ideal (most experienced users, please, say!), But worked well and consists of the following:
How to disable KDE Wallet?
I’m using Ubuntu Maverick (Gnome), a month ago I updated like usual whenever Update Manager informed me of new updates. The thing that happened is that a program called kdewallet got installed on my machine, and every time I try to do something that requires password like svn , it pops up and starts getting really annoying. How can I get rid of it? It’s not even in the Synaptic Package Manager.
5 Answers 5
KDE Wallet is a core part of KDE, it’s in the package kdebase-runtime .
To disable it run kcmshell4 kwalletconfig and continue at step 3 or start from the beginning:
- Start System setings
- Open Account Details
- Go to the "KDE Wallet" tab
- Uncheck Enable the KDE Wallet subsystem
- Click Apply to apply the changes and close the settings window.
To get a list of the programs that depends on the kdebase-runtime package, run:
On Ubuntu, the output shows just "kdebase-runtime [newline] Reverse Depends:". On Kubuntu, a whole list follows.
I got rid of the «KDE Wallet System» dialog (whenever I started Chrome) as follows:
/.config/kwalletrc (see note below), and add
Kill the kdewallet daemon:
pkill kdewallet5 (or killall kdewallet5 )
I found this option when I looked through the source code (on kde.org or at the Github mirror).
If putting kwalletrc in
/.config does not work, then your system probably uses a different directory for storing configuration files. The config file is created in a directory identified by QStandardPaths::GenericConfigLocation , so I used qtpaths to look up the path (
/.config = /home/rob/.config in my case):
Note: if you don’t want to completely disable kwallet, but only for Chrome, you can use the —password-store=basic flag as I explained at Disable kwallet popups from chrome. If you start Chrome via a wrapper script or shortcut, I recommend using —password-store=basic in case you need kwallet for something else. I disabled kwalletd instead of using this flag because I develop Chrome, and it’s inconvenient to add this flag all the time when I run ./chrome .
(Tested on ArchLinux, but it should also work on Ubuntu. Use sudo apt-get install qttools5-dev-tools if you want to use qtpaths to find the configuration directory).