File xdg-terminal.patch of Package rofi
diff -urEbwB rofi-1.1.0/config/config.c rofi-1.1.0.new/config/config.c
--- rofi-1.1.0/config/config.c 2016-05-30 20:48:11.000000000 +0200
+++ rofi-1.1.0.new/config/config.c 2016-06-16 14:08:10.208852900 +0200
@@ -56,16 +56,16 @@
.color_window = "#fdf6e3,#002b36",
/** Terminal to use. (for ssh and open in terminal) */
- .terminal_emulator = "rofi-sensible-terminal",
+ .terminal_emulator = "xdg-terminal",
.ssh_client = "ssh",
/** Command when executing ssh. */
- .ssh_command = "{terminal} -e {ssh-client} {host}",
+ .ssh_command = "{terminal} '{ssh-client} {host}'",
/** Command when running */
.run_command = "{cmd}",
/** Command used to list executable commands. empty -> internal */
.run_list_command = "",
/** Command executed when running application in terminal */
- .run_shell_command = "{terminal} -e {cmd}",
+ .run_shell_command = "{terminal} '{cmd}'",
/** Command executed on accep-entry-custom for window modus */
.window_command = "xkill -id {window}",
/**