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

Application depicts black screen within dialog on first install. Workaround posted. #531

Open
NOVATechnocrat opened this issue Apr 25, 2021 · 3 comments

Comments

@NOVATechnocrat
Copy link

Installed it, typed ctrl + space, and the application presented itself as expected. When I started typing in the query box, the dialog expanded and presented a black screen only, with what looked like a Google icon. Clearly not as expected.

After looking around I saw that cerebro had theme settings and since I use a dark theme, many things commonly have issues supporting it so I tried to change theme setting by hitting ctrl + space and then typing "cerebro settings" to access settings. I then say artifacts in the black screen. I tried clicking all around the black background and eventually clicked on the theme selection box when the dialog normalized as expected and I was able to use the app.

In short, for anyone with this problem or something similar:

Hit Ctrl + space, type cerebro settings, and then keep clicking around in the black dialog as the menu elements are there, just not depicted properly.

Pop OS 20.10 and installed 4.0 of cerebro as instructed in the source readme:

Install
First, clone the repo via git:
$ git clone https://github.com/KELiON/cerebro.git cerebro

And then install dependencies:
$ cd cerebro && yarn && cd ./app && yarn && cd ../

Run
$ yarn run dev

@GabrielGCardoso
Copy link

Same here on ubuntu 20.04
but if change the global theme i can use normally

  • app/main/css/global.css
  • change line 9 from background-color: var(--main-background-color); to background-color: #fff;
    Screenshot from 2021-05-25 19-46-28
    Screenshot from 2021-05-25 19-46-38
    Screenshot from 2021-05-25 19-46-53
    Screenshot from 2021-05-25 19-47-05

@GabrielGCardoso
Copy link

I believe that this issue could be closed when the program start automatically defining a default theme (black or white) in ~ / .config / Cerebro / config.json

@ogustavo-pereira
Copy link
Member

we have a problem setting our default theme today.

This problem can be quickly resolved by removing the .config/ Cerebro/ folder and generating another one.

But we need help to remove this bug once and for all

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

No branches or pull requests

3 participants