Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Not working, even though I have chrome.exe on my path #44

Closed
Bios-Marcel opened this issue Jun 6, 2019 · 4 comments · Fixed by #46
Closed

Not working, even though I have chrome.exe on my path #44

Bios-Marcel opened this issue Jun 6, 2019 · 4 comments · Fixed by #46

Comments

@Bios-Marcel
Copy link

I can't export the presentation, even though chrome.exe is on my path. There is no concise error either, it just claims I don't have chrome.

@yhatt
Copy link
Member

yhatt commented Jun 6, 2019

We will find out the installed Chrome based on chrome-launcher. Where is the located chrome.exe in full path?

@Bios-Marcel
Copy link
Author

Well, maybe it doesn't work because I am using Ungoogled Chrome.

Anyway, it should at least allow passing a custom chrome executable or so, I think.

Here lies the executable:

C:\Users\msc\scoop\apps\ungoogled-chromium\current\chrome.exe

Which is also on the PATH Variable in Windows.

@yhatt
Copy link
Member

yhatt commented Jun 6, 2019

Oh, I see. We will try to add the extension preference to set custom chrome path.

I think CHROME_PATH environment value may have already recognized while exporting. As a workaround, try below commands in cmd.exe

set CHROME_PATH=C:\Users\msc\scoop\apps\ungoogled-chromium\current\chrome.exe
code

@yhatt
Copy link
Member

yhatt commented Jun 12, 2019

The custom Chrome path preference was added by merging #46. We are going to ship out the bumped version in shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants