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.

-- 
kwalletmanager does not start in GNOME
https://bugs.launchpad.net/bugs/576284
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdeutils in ubuntu.

-- 
kubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

Reply via email to