theinvisible / openfortigui

VPN-GUI to connect to Fortigate-Hardware, based on openfortivpn
https://hadler.me/linux/openfortigui/
GNU General Public License v3.0
490 stars 54 forks source link

OpenFortiGUI not able to use Gnome Keyring in Ubuntu 18.10 #63

Closed cdysthe closed 5 years ago

cdysthe commented 5 years ago

We just updated to Ubuntu 18.10. OpenFortiGUI does work, but not able to use Gnome Keyring. If I try check the box I'm told that the password manager isn't working:

Password manager ist not working, please check the status on your system (GNOME Keyring or KWallet). Error message: Unknown error

It works with other applications. Could this be fixed?

cdysthe commented 5 years ago

i'm ashamed. I didn't read down. Three libraries were missing on 18.10 as indicated in another issue. With them installed it's all good. Sorry!

homberger commented 5 years ago

Three libraries were missing on 18.10 as indicated in another issue. With them installed it's all good.

Which libraries were missing?

I found the missing packages in #52

libgnome-keyring-common (3.12.0-1build1) libgnome-keyring0 (3.12.0-1build1) gir1.2-gnomekeyring-1.0 (3.12.0-1build1)

sudo apt install libgnome-keyring-common libgnome-keyring0 gir1.2-gnomekeyring-1.0

I had to restart openFortiGUI after installation of the missing packages.