Description: TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. . lightdm-gtk-greeter (2.0.1-2+lliurex3) xenial; urgency=medium . * Add default language option to use pam_environment sessions settings Author: M.Angel Juan --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: https://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- lightdm-gtk-greeter-2.0.1.orig/src/lightdm-gtk-greeter.c +++ lightdm-gtk-greeter-2.0.1/src/lightdm-gtk-greeter.c @@ -2837,12 +2837,18 @@ main (int argc, char **argv) gtk_overlay_add_overlay (screen_overlay, panel_window); gtk_overlay_add_overlay (screen_overlay, power_window); + /* + + // LLIUREX - DISABLE HOTKEYS + gtk_accel_map_add_entry ("/a11y/font", GDK_KEY_F1, 0); gtk_accel_map_add_entry ("/a11y/contrast", GDK_KEY_F2, 0); gtk_accel_map_add_entry ("/a11y/keyboard", GDK_KEY_F3, 0); gtk_accel_map_add_entry ("/a11y/reader", GDK_KEY_F4, 0); gtk_accel_map_add_entry ("/power/shutdown", GDK_KEY_F4, GDK_MOD1_MASK); + */ + init_indicators (); /* https://bugzilla.gnome.org/show_bug.cgi?id=710888