Hi, Here is an updated version of the patch for current Sid.
Regards, -- Raphaël Halimi
Description: Add support for x-terminal-emulator Author: Raphaël Halimi <[email protected]> Bug-Debian: https://bugs.debian.org/773915 Bug-Ubuntu: https://bugs.launchpad.net/linuxmint/+bug/1238964 Forwarded: not-needed --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- a/gio/gdesktopappinfo.c +++ b/gio/gdesktopappinfo.c @@ -2491,6 +2491,8 @@ if (check == NULL) check = g_find_program_in_path ("dtterm"); if (check == NULL) + check = g_find_program_in_path ("x-terminal-emulator"); + if (check == NULL) { check = g_strdup ("xterm"); g_warning ("couldn't find a terminal, falling back to xterm");
signature.asc
Description: OpenPGP digital signature

