-
-
Notifications
You must be signed in to change notification settings - Fork 162
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
Set correct WM_CLASS for the qr-code popup #506
Comments
The popup is a I'm looking to see how to set a WM_CLASS on that . . |
Thanks :) I will test this when the new release will be available :) |
Should be somewhere next week :) |
Humm sorry but it's still not working :( You're QLabel inside QDialog improvement don't permit to filter the popup with the WM_CLASS name. I have made a small search and for a long time, it was not possible to set it with QT : ... but it was several years ago.... |
is it part of version 1.3.2 ? I don't have the qrcode button next to the copy one |
Hi :)
With the last QtPass version, we get the very usefull feature "QRCode" to show a popup with a flashing code.
However, the windows popup as no WM_CLASS set as you can see with the xprop command :
I'm using i3-wm as window manager and I whould set specific action for this popup (be in floating mode to be precise, but it's another topic). But to do this, I have to target this kind of window, and the WM_CLASS whould be very convenient for this stuff :)
A string like "qtpass-qrcode", "QtPass-qrcode" whould be nice :)
The text was updated successfully, but these errors were encountered: