Skip to content

[Bug]: Incorrect path of the executable file in the .DEB package #160

@mohoshakeri

Description

@mohoshakeri

🤔 Is there an existing issue for this?

  • I have searched the existing issues

📝 Discription

Hi there.

For the executable file that you put in the alternatives section in Linux (etc/alternatives), you are using a space-containing address. This causes it to look for the DNS folder in opt instead of the main folder at runtime and gives an error.

ScreenShot:

Image

Error:

dnschanger
LaunchProcess: failed to execvp:
/opt/DNS
[37011:0930/114637.692338:FATAL:zygote_host_impl_linux.cc(207)] Check failed: . : Invalid argument (22)
[1] 37011 trace trap (core dumped) dnschanger

.desktop File:

[Desktop Entry]
Name=DNS Changer
Exec="/opt/DNS Changer/dnschanger" %U
Terminal=false
Type=Application
Icon=dnschanger
StartupWMClass=DNS Changer
Comment=DNS Changer for Windows, Mac and Linux operating systems
Categories=Utilities;

[ Exec="/opt/DNS Changer/dnschanger" %U ] must be [ /opt/DNSChanger/dnschanger ]

💻 In which operating systems have you tested?

  • macOS
  • Windows
  • Linux

Other

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions