-
Notifications
You must be signed in to change notification settings - Fork 7
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
xfce4/xfwm4: Set focus even if active window is on top and "Prevent focus stealing" option is turned on #24
Comments
ok first thoughts: I could not reproduce this when running |
Yeah, in my case the picker does open above but the input focus stays at the old window (which means that I have to click on the picker window before I can start searching for emojis...). |
i'm actually a bit confused because i can't get the emoji picker to work at all with Xfce4 😅 Edit: but ignoring this fact, i still can't reproduce this issue after running ok this pic doesn't say much now that think about it xd Edit2: fyi I used the |
@schrmh what if you try https://github.com/GaZaTu/x11-emoji-picker/actions/runs/2157840101 (the .AppImage whenever it's done) 🤔 |
@GaZaTu It can't send emojis to some TE's (including xfce4-terminal, lol) but elsewhere it "works". Well, at least how I described it. You can also watch this gif (I use xfce4-terminal to demonstrate it but that doesn't matter for the focus issue): Regarding the AppImage, I tried the new version from build #94 and looked at your change. I manage my shortcuts using the same app within Xfce. |
So what I noticed: |
Okay, actually.... When I try it with my local copy which still is at 7650a30 it works as expected when "Prevent focus stealing" is turned off. While the AUR packages (one pulls from the repo) and the AppImage don't work / do what I wrote in the previous comments (aka no focus to the emoji-picker window at all). However, without re-changing code the current emoji-picker can be used when devilspie sets focus to it and then it works again (as long as the focus loss prevention option is turned off in xfce4/xfwm4. When that is on, there is still the initial behavior reported in this issue). |
The emoji picker sets focus and I can type starting when I launch it but only when the previously focused window is not on top (I use
wmctrl -r :ACTIVE: -b toggle,above
to toggle that). I would like to have an option to make the emoji-picker take the focus even when the currently active window is on top.I'm on Arch using Xfce4/xfwm4.
The text was updated successfully, but these errors were encountered: