Bug#635229: .mssh_clusters ideas/improvements

2011-08-09 Thread Lorenzo Masini
Now aliases file can contain comments, which have to start with '#'. I changed the syntax from [alias] to @alias. I made these and other changes in a different repository due of the unresponsiveness of the maintainer. Gitweb: http://www.aggro.it/gitweb/?p=mssh.git;a=summary Clone url: git://daria

Bug#548346: mssh: Please add the ability to vertical resize the main window

2011-08-08 Thread Lorenzo Masini
Patch attached. >From 9cdc73315556816f384c2178d48eede5bbdce2a0 Mon Sep 17 00:00:00 2001 From: Lorenzo Masini Date: Mon, 8 Aug 2011 20:58:06 +0200 Subject: [PATCH] Made the window to be resizable. Organization: Develer s.r.l. --- src/mssh-window.c |3 ++- 1 files changed, 2 insertions(+)

Bug#634426: mssh: FTBFS: mssh-terminal.c:49:5: error: 'vte_terminal_fork_command' is deprecated (declared at /usr/include/vte-0.0/vte/vtedeprecated.h:82) [-Werror=deprecated-declarations]

2011-07-20 Thread Lorenzo Masini
Patch attached. --- a/src/mssh-terminal.c +++ b/src/mssh-terminal.c @@ -46,8 +46,9 @@ void mssh_terminal_start_session(MSSHTerminal *terminal, char **env) args[1] = terminal->hostname; args[2] = NULL; -vte_terminal_fork_command(VTE_TERMINAL(terminal), "ssh", args, -env, NULL