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

White background in Gnome #8

Closed
maboroshin opened this issue Apr 2, 2020 · 5 comments
Closed

White background in Gnome #8

maboroshin opened this issue Apr 2, 2020 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@maboroshin
Copy link
Owner

maboroshin commented Apr 2, 2020

@charmesal reported in #3:

I'm also having color issues but nothing like you have described already. Some text is still dark and the background of some fields are still white. This could be an issue with Gnome but I am unable to find anything about this yet. I'm still a beginner when it comes to programming but I might be able to help with testing.
Screenshot from 2020-04-02 00-27-14

@maboroshin maboroshin added the bug Something isn't working label Apr 2, 2020
@maboroshin maboroshin self-assigned this Apr 2, 2020
@maboroshin
Copy link
Owner Author

maboroshin commented Apr 2, 2020

@charmesal Can you try test.qbtheme?

QDialog's background can be set. On Windows, it's dark without this value. This value were also reflected in Windows.

If you have any other issues, please post the images here.

@charmesal
Copy link

I have tried test.qbtheme and sadly the issue remains. I will see if I can get a different distro with Gnome up in a VM to test whether this is a Manjaro, or Gnome issue

@maboroshin
Copy link
Owner Author

It's also difficult because it could be an OS issue or a Qt issue. This setting has been reflected in Windows. This is included in the test.qbtheme above.

QDialog { /* for Gnome about Dialog : background */
  background-color: #000000;
}

@maboroshin
Copy link
Owner Author

Related:qbittorrent/qBittorrent#13410 : .qbttheme doesn't work across different Qt versions.

@jagannatharjun
Copy link

qbittorrent/qBittorrent#13410 references qbttheme as a container that is not cross-platform but if style loads (you can check in the log) all the stylesheet-related changes should apply correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants