Skip to content
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

Peek unable to click through on Ubuntu 18.04 and AwesomeWM 4.2 when compton is running #306

Closed
nanangarsyad opened this issue Apr 6, 2018 · 7 comments
Labels

Comments

@nanangarsyad
Copy link

nanangarsyad commented Apr 6, 2018

I just found weird behaviour of peek.
When compton is running, I couldn't do any pass through click and also all screen is dark except the mouse.
But if I kill compton, it work as expected.

Here's the detail.
My Compton startup command:
compton -C -b -c --backend glx --vsync opengl-swc
The result when compton is running
peek 2018-04-06 07-41

@phw
Copy link
Owner

phw commented Apr 10, 2018

That's odd, usually compton was the fix for issues, not the cause. What desktop environment / WM are you running?

@phw
Copy link
Owner

phw commented Apr 10, 2018

Sorry, missed it, Awesome :) There is a related issue awesomeWM/awesome#1827 , where it is confirmed to work without compositor.

I have personally no experience with compton and only little with Awesome, and this is likely a "wontfix". Happy for any hints / help, though.

@DougBeney
Copy link

@phw I'm having this issue on Fedora 28 w/ GNOME Shell 3.28.1.

@phw
Copy link
Owner

phw commented May 7, 2018

@DougBeney You mean you are running compton in Gnome Shell!?

@DougBeney
Copy link

@phw My bad, didn't read the issue 100% correctly. I'll open a new issue to better explain it.

@nanangarsyad
Copy link
Author

nanangarsyad commented May 16, 2018

Just found out how to fix this issue.
Well it seemed, the running process of compton causing peek to show that behavior (well, I'm not quite sure actually).
So by, disabling/excluding peek in compton.conf seemed fix this issue, well, in my case it fixed. Not sure whether it's applicable for other.

Here's how I exclude peek from compton render.

shadow-exclude = [
    "class_g = 'Peek'"
];

fade-exclude = [
    "class_g = 'Peek'"
];

focus-exclude = [
    "class_g = 'Peek'"
];

opacity-rule = [
    "99:class_g = 'Peek'"
];

Bellow is sample of peek when compton is running in background/daemon mode.
mycli-scim

@phw
Copy link
Owner

phw commented Jun 5, 2018

I am closing this as whatever this is it is basically a window manager thing. Regarding awesome and clickthrough my last information was that it does not support input shapes at all, so in theory the click through should not work with and without compton running. There is a workaround described in #52 with floating windows and putting Peek behind the thing you want to record.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants