-
Notifications
You must be signed in to change notification settings - Fork 9
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 title bar in KeePassXC on Arch #28
Comments
It probably limits some DBus access, which we rely on for the xdg-desktop-portal. I don't think there is nothing I can do about that in QAdwaitaDecorations. |
keepassxc also has a white bar with dark theme, even without firejail. should I open a new issue? |
You can reopen this one and change the title. What distribution do you use? |
What is your version of |
|
Can you build QAdwaitaDecorations from git and run your app with |
this actually only happens if the application was autostarted and put in tray, not if I close the autostarted one and launch it myself |
Do not attempt to query settings when xdg-desktop-portal is not running yet, instead watch for its DBus service to appear and query the settings afterwards so in case an app is started before xdg-desktop-portal, it can still apply correct style. Fixes #28
Can you try with #38? |
how can I try it if you didn't make a release with it? |
I was hoping you can build it from the sources as I don't want to make a release of something that is untested. You just need to clone this repo, checkout to |
@grulja I compiled the dbus-watcher branch and installed it, nothing changed. here's what I did:
I have also exported QT_LOGGING_RULES=*.qadwaitadecorations=true in ~/.config/environment.d/envvars.conf, here are all the logs:
|
I'm surprised you were able to build it with |
I built it because I have decorations backport: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=qt5-wayland-decorations |
another app in autostart (JamesDSP) uses dark header bar, but keepassxc doesn't. what could be the culprit? |
it seems to be random: https://0x0.st/HJ3A.txt |
For me, it consistently triggers on KeePassXC's autostart. When launching it manually, it's always dark. The autostart also always ignores the minimize/maximize preferences in GNOME Tweaks, while the manually launched program doesn't. |
with firejail:
without firejail:
The text was updated successfully, but these errors were encountered: