Whenever I run netbeans 6.9.1 in my ubuntu 12.04 it asks for master password. I hate this dialog to pop-up and want to disable it. How to fix this problem?

有帮助吗?

解决方案

The solution appeared to be simple. A missing package was preventing Netbeans from using Gnome Keyring.

So install libgnome-keyring-dev

sudo apt-get install libgnome-keyring-dev

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top