-
Notifications
You must be signed in to change notification settings - Fork 52
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
Call-Overlay: callend/cancel button does not work #281
Comments
It works for me with Xfce, though. 😄 Do you also see the same behavior with the incoming call popup, or does that one work correctly? |
it works on "incoming calls" and .. today.. "outgoing" was working too. It could be tricky to track this :D |
News: I had a fullscreen game (not window) running when the phone rang, the overlay was inside the screen ( dual screen) and I was UNABLE to click anything. |
Ah, that explains a lot. Do you remember if your first report also involved a game (or a full screen app) running? In any case, games are well-known for grabbing (capturing) the pointer, making it impossible to interact with other windows. And I don't think there's much we can do about it: releasing all active grabs ourselves is a broad-scope action that requires the If anybody knows of an app that has figured out how to handle this situation, please let me know! As for your situation, if this happens again, here are two possible suggestions:
|
I do not remember, but i also had no issue anymore since then. I suggest to close it for now. |
Name : twinkle
Version : 1.10.3
Release : 1.git15ece11.fc35
Architecture: x86_64
OS: Fedora 35
if a call connects, we get a overlay on the desktop with the callerid and a button to end the call. This overlay does not catch the mouseevents on Cinnamon Desktop ( and mostly likely other DE too ). All attempts to cancel the call via mouseclicks end up on other windows on the display, that reside "under" ( z-axis ) the overlay. Unintended closing of windows is caused by this at best.
The text was updated successfully, but these errors were encountered: