github calexandru2018/linux-gui-legacy v1.5.0
Issue fixes and addition of a diagnosis tool

latest releases: v2.1.1, v2.1.0, v2.0.7...
4 years ago

FIX

  • Upon GUI crash, a shadow process would still continue to work in the background, and the only way to end it was by going into the task manager or using pkill or kill to end the process. This was now fixed so that when a user start a new GUI window/session, it will identify that there are two processes running and kill the old one.
  • Another GUI crash was being caused when a user would launch the GUI without internet access. Since the server population list function needs information about the servers, this caused a out of range index problem. This issue has now been also fixed.

NEW FEATURE

  • Added a new diagnosis tool. This tool will try to identify the main connectivity problems, by checking at common problematic causes. After making a diagnosis, the tool will give the user a summary. It will also give the user some basic code snippets that can be easily copied/pasted into a terminal to easily resolve any experienced issues, even without an internet connection (this presupposes that the lack of internet connectivity is caused by some misconfigurationism of the DNS, killswitch or shadow openvpn process).
    • In the case of killswitch, it will give a user instructions on how to flush iptables and how to restore them to default state.
    • In the case of DNS missconfiguration, it will give a user instructions on how to restart network manager.
    • In the case of blocking openvpn process, it will give a user instructions on how to end the process.

Don't miss a new linux-gui-legacy release

NewReleases is sending notifications on new releases.