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

Created on 6 Apr 2018  路  7Comments  路  Source: phw/peek

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

wontfix

Most helpful comment

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

All 7 comments

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

Sorry, missed it, Awesome :) There is a related issue https://github.com/awesomeWM/awesome/issues/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.

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

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

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

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

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ttatanepvp123 picture ttatanepvp123  路  4Comments

Jokero picture Jokero  路  4Comments

chteuchteu picture chteuchteu  路  6Comments

animan01 picture animan01  路  7Comments

phw picture phw  路  3Comments