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) ass='form'>
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/benchmark.scm
AgeCommit message (Expand)Author
2020-12-22gnu: intel-mpi-benchmarks: Update to 2019.6....Greg Hogan
2020-12-20gnu: Add python-locust....Maxim Cournoyer
2020-12-06gnu: fio: Update to 3.25....Tobias Geerinckx-Rice
2020-11-15gnu: fio: Update to 3.24....Tobias Geerinckx-Rice
2020-10-26gnu: benchmark: Update to 1.5.2...Malte Frank Gerdes
2020-09-15gnu: fio: Update to 3.23....Tobias Geerinckx-Rice
2020-08-18gnu: fio: Update to 3.22....Tobias Geerinckx-Rice
2020-07-23gnu: fio: Update to 3.21....Tobias Geerinckx-Rice
2020-07-12gnu: Remove ".git" from "https://github/…/….git"....Ludovic Courtès