Flutter and Thorium #6299
Unanswered
pegasusearl
asked this question in
Help and Questions
Replies: 1 comment
-
you could use if you would like to use googlechrome, you can: scoop reset googlechrome which will re-create all env, shortcut and bin. And some chrome base browser not set
yes, this is correct, you should use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
TLDR: I want scoop to stop setting env CHROME_EXECUTABLE to thorium every update/install.
Hello, I have installed flutter and thorium.
when I ran
flutter doctor
, flutter said chrome.exe is not executable.So I checked environment variable, it was set to Thorium, ah so flutter doesn't like thorium. Alright then, so I changed the value to Chromium's chrome.exe, and it worked now.
Few times latter. It was set to Thorium again. "Who did it?!", I thought to myself. It's probably scoop. So I reinstall thorium and sure enough, the environment variable changed.
Then I checked the extra bucket: https://github.com/ScoopInstaller/Extras/blob/master/bucket/thorium.json
Ah this one set environment variable.
"I wonder if I could remove it just for thorium for myself? How to do that?", is what I initially thought.
Then I opened this thorium json: https://github.com/epoweripione/scoop-bucket/blob/master/bucket/Thorium.json
Aaaah, this one doesn't set environment variable, I should have used this!! Is this main bucket?
But when I tried to install
main/thorium
. scoop said thorium doesn't exist in main bucket.I don't know what do I do now.
on unrelated note: thorium and googlechrome sets env, but chromium doesn't. I don't have googlechrome but I have chromium.
Beta Was this translation helpful? Give feedback.
All reactions