Comment 45 for bug 285323

Revision history for this message
Saivann Carignan (oxmosys) wrote : Re: Losing keyboard and mouse control when changing screen brightness with fn + arrow under intrepid

Ted Gould : I tried what you suggested, I changed GDK_FILTER_REMOVE to GDK_FILTER_CONTINUE in src/gdm-button.c so the source looked like this :

    egg_debug ("Key %i mapped to HAL key %s", keycode, key);
    g_signal_emit (button, signals [BUTTON_PRESSED], 0, key);

    return GDK_FILTER_CONTINUE;
}

I built, installed and restarted gnome-power-manager and tried to reproduce the bug. Result : nothing changed, I'm still able to reproduce the bug when pressing FN + arrow.