codesardine / jak

Hybrid web/desktop applications on Linux
http://codesardine.github.io/Jade-Application-Kit/
GNU General Public License v3.0
89 stars 18 forks source link

Open file prompt ugly #59

Closed Steffan153 closed 5 years ago

Steffan153 commented 5 years ago

When I use something to open or download a file, a really really ugly file prompt comes up:

Basically, the problem is it's all black. Is some high contrast thing on?

codesardine commented 5 years ago

That should be a theme issue, what happens if you change the theme?

This is how mine looks like. file-dialog

Steffan153 commented 5 years ago

I guess it's gnome, changing the theme doesn't help.

Steffan153 commented 5 years ago

This works with Office Online actually, just not with my own one (Udemy Online).

codesardine commented 5 years ago

read this: https://wiki.archlinux.org/index.php/Uniform_look_for_Qt_and_GTK_applications

check inside ~/.config/Trolltech.conf

Steffan153 commented 5 years ago

Didn't work, sorry. I set it to adwaita

codesardine commented 5 years ago

check if you have qt5-styleplugins installed, change to your current theme not adwaita, and restart

codesardine commented 5 years ago

Can you post the URL?

Steffan153 commented 5 years ago

To what?

Steffan153 commented 5 years ago

Sorry for taking your time, but still didn't help. My gnome shell and applications theme is Mojave-light.

Steffan153 commented 5 years ago

Url to app is udemy.com I was saving an attachment from a course lecture.

Ste74 commented 5 years ago

We use kvantum engine for qt style.. check kvantum config app to find one theme to use ...

Steffan153 commented 5 years ago

Thanks you fixed it!