<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/sshmenu/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/sshmenu/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 23 Dec 2010 21:47:25 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/sshmenu/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>gnome-terminal: Set working directory for other tabs?</title><link>https://sourceforge.net/p/sshmenu/feature-requests/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ubuntu Maverick, default desktop environment...&lt;/p&gt;
&lt;p&gt;When I open a SSH connection from the SSHMenu panel applet, it connects fine. If I hit ctrl+shift+t to create a new (non-ssh) tab in the same window, the working directory of the tab is /, instead of /home/me where my normal terminal windows &amp;amp; tabs start at.&lt;/p&gt;
&lt;p&gt;I think this is because, while the gnome-panel process has it's cwd (via /proc/PID/cwd) as /home/me, the sshmenu-applet process has it's cwd as /.&lt;br /&gt;
In fact, looking further, most applets seem to have / as its cwd (except for network, bluetooth &amp;amp; printer... no idea why).&lt;/p&gt;
&lt;p&gt;I'm guessing either using --working-directory=$HOME when launching gnome-terminal or setting the cwd of the applet to HOME might do it?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert Coup</dc:creator><pubDate>Thu, 23 Dec 2010 21:47:25 -0000</pubDate><guid>https://sourceforge.netfa0a6b5e199769c55681a6e40c18b24d46f0bfdd</guid></item><item><title>Icon for Gnome panel</title><link>https://sourceforge.net/p/sshmenu/feature-requests/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;would it be possible to put an icon in the dock, perhaps the same one that shows in the add applet wizard.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ryn heth</dc:creator><pubDate>Mon, 20 Dec 2010 15:54:00 -0000</pubDate><guid>https://sourceforge.net99b7eb6c880996f3898009570d079a27b9917ba6</guid></item><item><title>open tab on existing gnome-terminal window</title><link>https://sourceforge.net/p/sshmenu/feature-requests/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Would be nice to have options like "open as tab on current window" and "open all as tabs in current window".&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Maverick</dc:creator><pubDate>Tue, 09 Nov 2010 16:01:11 -0000</pubDate><guid>https://sourceforge.net5429cf8506f8812da2eb0d021814f3ae80368e66</guid></item><item><title>Option to launch program without a terminal</title><link>https://sourceforge.net/p/sshmenu/feature-requests/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It would nice to be able to launch X windows programs on a remote using sshmenu.&lt;br /&gt;
You can mor or less do this now by adding the command name after the host name but you end up with a useless terminal hanging around as well.&lt;br /&gt;
It would be nice to have a mechanism for saying whether a terminal is required or not.&lt;br /&gt;
Perhaps a check box on the new/edit host dialog.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Williams</dc:creator><pubDate>Sat, 12 Jun 2010 09:56:08 -0000</pubDate><guid>https://sourceforge.net0f5220623788bb5a881b5b396bb417d7a3d4c6b8</guid></item><item><title>Add option to start ssh socksified</title><link>https://sourceforge.net/p/sshmenu/feature-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;As I mostly have to tunnel my ssh connections I would like to see an option/checkbox or something similar that allows me to start a ssh connection socksified. On the command line the equivilant looks like  "tsocks ssh -A user@system.domain"&lt;/p&gt;
&lt;p&gt;The following workaround does the thing but a checkbox would be the better and more proper thing&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;/usr/lib/ruby/1.8/sshmenu.rb (fedora-12)&lt;br /&gt;
/usr/lib/ruby/site_ruby/1.8/sshmenu.rb (fedora-13)&lt;/p&gt;
&lt;p&gt;def ssh_command(host)&lt;br /&gt;
if host.enable_bcvi&lt;br /&gt;
return 'bcvi --wrap-ssh --'&lt;br /&gt;
else&lt;br /&gt;
return 'tsocks ssh'&lt;br /&gt;
end&lt;br /&gt;
end&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dragao_de</dc:creator><pubDate>Mon, 07 Jun 2010 11:52:03 -0000</pubDate><guid>https://sourceforge.net917cfbcb7a7f56482f2c67218e2c55b81574c1a5</guid></item><item><title>Add button to jump to already opened window</title><link>https://sourceforge.net/p/sshmenu/feature-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;During my workday I have multiple ssh session open to multiple servers. Sometimes even more then 20.&lt;br /&gt;
When I need to do something on a specific server, I'm always searching where I left the window for that server.&lt;/p&gt;
&lt;p&gt;Maybe it's possible to alter SSHMenu, by adding a small rectangular button in the menu (aligned to the right) on every menu item.&lt;br /&gt;
But only, when you already opened a window through sshmenu. This way you can easily see if a window to this ssh server is already open.&lt;br /&gt;
And you can choose to open a new window (by clicking on the menu option name) or jump to the already opened window, by clicking on the small rectangular button on the right side of the menu option.&lt;/p&gt;
&lt;p&gt;I hope my explanation is a bit clear :)&lt;/p&gt;
&lt;p&gt;it would really help me in my 'forest' of ssh windows :)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert Verspuy / Exa-Omicron</dc:creator><pubDate>Thu, 11 Feb 2010 13:37:16 -0000</pubDate><guid>https://sourceforge.netabd0c7fe74f28fc6ef0a33bd9e51962cf56c93fc</guid></item><item><title>Make SSH menu a regular menu</title><link>https://sourceforge.net/p/sshmenu/feature-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The SSH menu in the Gnome panel looks like a button (maybe because it is a button?). It would be nice to have an option for it to look like a regular menu, with no frame around it.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 20 Jun 2008 06:59:14 -0000</pubDate><guid>https://sourceforge.net11edeada24e400bc36e6e054ae44e3e974dfca11</guid></item></channel></rss>