Forticlient on opensuse
I installed the RedHat rpm forticlient_6.0.6.0125_x86_64.rpm on OpenSuSE tumbleweed.
I had to install it using the --nodeps flag as this rpm depends on RedHat specific packages :(
It seems to start the various services, but nothing happens when I click on the "fortitray" icon, except on the fortitray command line I see :
(fortitray:19174): Gtk-CRITICAL **: 17:19:59.844: IA__gtk_widget_destroy: assertion 'GTK_IS_WIDGET (widget)' failed
When I directly ran /opt/forticlient/gui/FortiClient-linux-x64/FortiClient
I get the following seg fault:
#0 0x0000000000a4fa30 in () #1 0x00007ffff7d842b2 in node::http2::Http2Session::Callbacks::Callbacks(bool) () at /opt/forticlient/gui/FortiClient-linux-x64/libnode.so #2 0x00007ffff7d84375 in () at /opt/forticlient/gui/FortiClient-linux-x64/libnode.so #3 0x00007ffff7fe276a in call_init.part () at /lib64/ld-linux-x86-64.so.2 #4 0x00007ffff7fe2866 in _dl_init () at /lib64/ld-linux-x86-64.so.2 #5 0x00007ffff7fd40ca in _dl_start_user () at /lib64/ld-linux-x86-64.so.2 #6 0x0000000000000001 in () #7 0x00007fffffffe053 in () #8 0x0000000000000000 in ()
It is not clear whether there is an issue with gtk libs or responses from the server.
Help!