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

Fix issue 64: segfault on Debian 10(testing) #92

Closed Dyrcona closed 4 years ago

Dyrcona commented 4 years ago

Add "-E" to sudo/vpn arguments to work around new policy defaults of sudo on Debian and Ubuntu.

theinvisible commented 4 years ago

Hi,

thanks for your hint, this could explain the problems with newer OS releases.

Will first test if we can enable this global or need some OS detection.

rafaelmartines commented 4 years ago

Any news about this?

Vincent14 commented 4 years ago

Is there a way to launch on Ubuntu 19.10? Could you help me please?

Dyrcona commented 4 years ago

Is there a way to launch on Ubuntu 19.10? Could you help me please?

If you know how to build from source and merge pull requests into a git clone, then you can merge my commit from this pull request into your own git repository and build from source. That should give you a working binary on Ubuntu 19.10. It's working for me.

Vincent14 commented 4 years ago

Is there any tutorial somewhere to build?

Dyrcona commented 4 years ago

Go to https://hadler.me/linux/openfortigui/

Scroll down to "Quick instruction to build from source"

You will need to add steps to add my repo and either checkout my issue64 branch or merge/cherry-pick the commit.

Dyrcona commented 4 years ago

I'm closing this pull request because the fix was added with a setting to enable it in version 0.8.1.