-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
the No Internet screen shows the Chrome logo when you die in the dinosaur game #17124
Comments
@Ayushsunny when you do a full clone of We can potentially add a Here's a link to the files in Chromium Code Search |
I would like to work on this issue. Please assign me this one. |
Hi @bsclifton i would like to work on this issue. kindly assign it to me |
is this issue still open? |
It is still an issue.
…On Sat, Sep 4, 2021 at 11:59 AM moiz-lakkadkutta ***@***.***> wrote:
is this issue still open?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#17124 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANXJY7H4C5LMF4QPHEIUVZ3UAI65LANCNFSM5A3LALQA>
.
--
Why does avast always embed their stupid ad into my emails
|
Can I work on this issue ? |
@chinmaym07 sure - it's all yours. No need to have the issue formally assigned 😄 Just follow up here once you have something or if you have questions |
@bsclifton hello, I worked on this issue but I don't know how to make my commit, can you help me? I did the change in the folder |
@bsclifton I made the edited version of 100-offline-sprite.png and put into the folder |
@EnzoItaliano sorry for the long time it's taken to respond here What you attempted looks good and it should work - let me check with the team here |
@EnzoItaliano definitely my mistake here; You can look at putting the image in our directory structure under Then you should be able to edit this file to copy this into place here 😄 You'll need to make a new line for translating brave's Let me know if this makes sense! 😄 |
@bsclifton Ok, now it worked. To make a commit in my fork, do I have to create a new branch or just a commit with the name |
@EnzoItaliano it's preferred you make a branch in your fork (rather than using master/main)- but then you can make a commit message like you're saying 😄 Something like:
Then you can submit pull request and I can help you from there 😄 |
@bsclifton appreciate your help, thanks 😁 |
Is work on this issue still going on? |
Let me try into this... |
@bsclifton Even after a full clone and running npm run init, I don't see any components file under src folder. Also to solve the issue I tried to first erase the chrome icon in both png photos and added brave icon but it didn't worked something seemed to be broken. Other way which I tried is to erase the chrome icon from both png images and keep them as it is, but still it did not work. Also to be honest let us discard this offline dino game feature and let us put up something else. |
@VinayMayavanshi13 I suggest you to take a look on my commits and on this message #17124 (comment) you're going to find some answers you need |
@bsclifton I see the issue has already been closed by @EnzoItaliano but that's on Brave Core Repository. The solution has not yet reflected on the brave browser as the brave core repository is way too behind in commits from the brave-main repo. Is there any thing I can do about it? |
@VinayMayavanshi13 actually the issue is still open, just my PR was closed |
Got it. |
I tried to clone the browser repo and tried to build and run locally and encountered the error while running npm run build added screenshot below:
Can anyone please suggest how to tackle this issue? |
@coder-XX04 from your current path ( That will pull down the |
@coder-XX04 ah - I think I ran into this too. Can you please try updating NPM? I think it can be updated via After that, you can try the init again |
Yes, Updated the npm then ran npm run init I think it's working now it downloading the chrome dependencies.Thanks for helping me out as a opensource contributor beginner you were a huge help.I will keep updated as long as I proceed.😊 |
@bsclifton When I am trying to run npm start it shows the following message: And one more thing is chromium source and brave core combined are supposed to around 75GB on disk? |
OK after you do The size is quite large - definitely around 75GB, it can be more if you have multiple types of build (debug, release) |
@bsclifton is it okay to npm run build in brave-browser repo rather than CD into src/Brave because I think I have run npm run build directly in the brave-browser repo without CD into src/Brave. |
@coder-XX04 yeah it shouldn't matter which one you run it from. I usually run from inside |
@bsclifton I ran the npm run build ir shows the following error: Then i ran npm start it showed the same error as i gave the screenshot earlier. I am not getting whats the problem is i followed all the steps to end correctly as told in the documentation. |
@coder-XX04 do you have Visual Studio 2022 installed? I believe this just recently became a requirement (and we didn't update our wiki yet) |
Oh, yes, I have it installed but it is not yet set up as per the instructions. Let me give it a try and then try to build it. Thanks for the clarification; I will keep updating as I proceed. |
@bsclifton I installed and set up all the necessary resources according to the prerequisites and installed the brave-browser and then used all the commands according to the prerequisite and when I tried to run the npm run build it went well but a new error occurred (screenshot provided below) this time it shows file not found error, but all the installation was successful. The scenario while building:The error midway:Can you plz suggest some ways how to tackle this because this time the setup is all accurate and if this is tackled i will be able to contribute to brave. |
@coder-XX04 something you might try is moving the build directory ( I haven't seen a problem in a while - but there have been times where the path is too long. Another thing would be to check if you have enough disk space. But try moving the path and let us know |
@bsclifton Hey! I wish to contribute potential solutions to this issue, in case it has not been resolved. |
Description
If you go to chrome://dino, press spacebar, and die in the dinosaur game, you get Chrome branding. See the actual result image.
Steps to Reproduce
Actual result:
It goes back to this screen after 1 second, like in Chrome:
Expected result:
Should just show just the last screen, or the Brave logo.
Reproduces how often:
Every time
Brave version (brave://version info)
Version/Channel Information:
Other Additional Information:
The text was updated successfully, but these errors were encountered: