This patch replaces the environment variable "GTK_IM_MODULE" with "GUIX_GTK2_IM_MODULE_FILE" to prevent this version of GTK+ from loading input method modules for other major versions of GTK+. --- gtk+-2.24.30/gtk/gtkrc.c 2016-08-21 22:40:22.339660438 +0200 +++ gtk+-2.24.30/gtk/gtkrc.c 2016-08-23 10:11:11.080822710 +0200 @@ -439,7 +439,7 @@ gchar * gtk_rc_get_im_module_file (void) { - const gchar *var = g_getenv ("GTK_IM_MODULE_FILE"); + const gchar *var = g_getenv ("GUIX_GTK2_IM_MODULE_FILE"); gchar *result = NULL; if (var) 'form'>
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/po/doc/guix-manual.es.po
AgeCommit message (Expand)Author
2021-11-06nls: Update translations....Julien Lepiller
2021-10-17nls: Update translations.Julien Lepiller
2021-09-02nls: Update translations....Julien Lepiller
2021-08-04nls: Update translations....Julien Lepiller
2021-05-10nls: Update translations.Maxim Cournoyer
2021-04-18nls: Update 'es' translations.Julien Lepiller
2020-11-12nls: Update translations of the manual.Ludovic Courtès
2020-10-27nls: Update.Ludovic Courtès
2020-10-16nls: Update manual translations.Ludovic Courtès
2020-04-12nls: Update.Ludovic Courtès
2020-03-23nls: Update.Ludovic Courtès