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

Scrolling up doesn't work when VM run in "debug mode" (setting via manager) #561

Closed
marmarek opened this Issue Mar 8, 2015 · 3 comments

Comments

Projects
None yet
1 participant
@marmarek
Member

marmarek commented Mar 8, 2015

Reported by joanna on 5 May 2012 11:01 UTC
None

Migrated-From: https://wiki.qubes-os.org/ticket/561

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Comment by joanna on 5 May 2012 11:03 UTC
By scrolling up/down, I mean the event generated in response to specific mouse/touchpad gestures (e.g. two finger scrolling up/down, perhaps the same as scroll wheel on a mouse).

Scrolling down works fine, BTW.

Member

marmarek commented Mar 8, 2015

Comment by joanna on 5 May 2012 11:03 UTC
By scrolling up/down, I mean the event generated in response to specific mouse/touchpad gestures (e.g. two finger scrolling up/down, perhaps the same as scroll wheel on a mouse).

Scrolling down works fine, BTW.

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Comment by marmarek on 5 May 2012 11:37 UTC
Interesting thing found in gui-daemon code...

// for debugging only, inactive
    if (g->log_level > 1 && ev->button == 4) {
        dump_mapped(g);
        return;
    }
Member

marmarek commented Mar 8, 2015

Comment by marmarek on 5 May 2012 11:37 UTC
Interesting thing found in gui-daemon code...

// for debugging only, inactive
    if (g->log_level > 1 && ev->button == 4) {
        dump_mapped(g);
        return;
    }

@marmarek marmarek self-assigned this Mar 8, 2015

@marmarek

This comment has been minimized.

Show comment
Hide comment

@marmarek marmarek closed this Mar 8, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment