PhpStorm 2017.1 在 Ubuntu 16.10 冻结

PhpStorm 2017.1 freezes on Ubuntu 16.10

我在 Windows 10 上使用 PhpStorm 将近 2 年没有遇到任何问题。现在,当我安装 Ubuntu 16.10 时,这里出现了一些奇怪的魔法。

我有一个项目,是我从现有资源中新建的。那一刻一切都很顺利。当我想在 Settings -> Deployment 选项卡中添加新服务器时出现问题。 "Add Server" 弹出窗口出现,填写名称并单击 "OK" 按钮后,PhpStorm 冻结了几秒钟。当我想从此选项卡中的特定项目中输入和编辑某些数据时,也是如此。 PhpStorm 冻结得非常好,我什至无法关闭 "Settings" 弹出窗口 :D.

我正在使用 sudo pstorm 命令从终端打开 PhpStorm。

有什么想法吗?

好吧,答案就在评论中,感谢@LazyOne:

Please switch to the most safe KeePass option in Settings/Preferences | Appearance & Behavior | System Settings | Passwords. If you prefer using Keychain instead -- you may either try to install some additional component (e.g. sudo apt-get install gnome-keyring) .. or it may not yet supported for your setup (e.g. KWallet -- youtrack.jetbrains.com/issue/IDEA-163275).

现在我使用 "In KeePass" 选项,我的数据库位于路径“/root/.PhpStorm2017/config/c.kdbx”。 “In native Keychain”选项给我带来了我在问题中描述的问题。