Comment 7 for bug 576284

Revision history for this message
O Richter (g-launchpad-20-orichter-spamgourmet-com) wrote :

To make the workaround a little easier, try the following script.

#/bin/bash
/bin/kill `/bin/ps aux |/bin/grep kwalletmanager|/usr/bin/awk '{print $2}'`; /usr/bin/kwalletmanager --show

#####
# This script can be added to a custom launcher so you can start it from a toolbar. The script kills all processes named
# kmanager, and then starts another with the --show command.