-
-
Notifications
You must be signed in to change notification settings - Fork 337
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
Settings window issue #613
Comments
Are you running wayland? |
No. I'm running Xorg. Current compositor is picom. Disabling the compositor makes the transparent windows to display all black, no content. |
Which installation method/package did you use? Can you check the version of the app and the Qt version (gear icon > About, qt version is all the way at the bottom) |
I built it. App Version: 2.2.0 (Pro Version) |
Thanks. When running through the terminal, do you get any errors? I think you may be missing the dependency for QML. The dependency list in the readme is probably outdated. Although I would expect the compilation to fail if that's the case. |
Maybe you can test out the appimage to see if the problem goes away. |
I'm submitting a PR to add another package in instructions for Ubuntu 23.04 When running from the terminal, this is the output:
but except for settings windows and kanban view, it works good. |
What's the output of |
blank. I don't have that env var. $ env | grep QT
QT_STYLE_OVERRIDE=kvantum |
Ah yes, that's the one I meant. Looks like overriding the style to one that QML doesn't know about makes the QML windows invisible. We'll fix this. Thanks for reporting. For now, you can run Notes with |
@glpzzz So still the editor settings and Kanban view don't work? |
Thanks! Settings window now works. It seems is not a regular window right? I have not checked the source yet. When activating kanban from the settings window, it kind of works, but only shows notes created from kanban mode. Not the others. I see there is a Pro icon below kanban. Perhaps this is my issue? Or do building it from source bypasses pro check? |
|
It bypasses it. I forgot to remove the Pro label for Pro version, it's good you reminded me. The rest answered by @zjeffer 👍 |
Thaks! Good app! |
Looks like this issue (which is about our Flatpak package, but the symptom is the same): Last time I researched about this message, it led me to this Qt bug, which has no solution yet. We only have the workaround already mentioned here by @zjeffer. |
when clicking in the 3 dots icon, in top right, the app ends up like this. No warnings or errors on terminal.
Ubuntu 23.04
The text was updated successfully, but these errors were encountered: