Following the fix of #773431, I modified the previous patch to replace mate-terminal.wrapper by x-terminal-emulator, thus supporting a broader range of terminal emulators.
I also updated the Dep-3 headers. Regards, -- Raphaël Halimi
Description: Add support for x-terminal-emulator Author: Raphaël Halimi <raphael.hal...@gmail.com> 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 @@ -2493,6 +2493,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