Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Haylxon works with brave #7

Closed
LinuxNerdBTW opened this issue Mar 26, 2023 · 1 comment · Fixed by #8
Closed

Haylxon works with brave #7

LinuxNerdBTW opened this issue Mar 26, 2023 · 1 comment · Fixed by #8
Labels
good first issue Good for newcomers

Comments

@LinuxNerdBTW
Copy link

I build a haylxon from source , and it was tends to be work perfectly but its throw this error :

thread 'main' panicked at 'An error occurred while running :(: "Could not auto detect a chrome executable"', src/main.rs:50:10
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

so basically it was searching for a chrome executable on my system . but it was not installed on my system , i have brave installed on my arch , so i resolved it by following trick :

  1. Copy /usr/bin/brave /usr/bin/chrome
    and it did trick , just worked !!!!!!!

if anyone using brave and trying out haylxon then do this , it will work .

@pwnwriter pwnwriter added the good first issue Good for newcomers label Mar 26, 2023
@satvikpendem
Copy link

We should also allow the user to select the executable, probably works fine with any Chromium based ones but perhaps we could add a Safari and Firefox choice too.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants