Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conections from shortcuts get lost #34

Closed
GoogleCodeExporter opened this issue Jul 28, 2015 · 4 comments
Closed

Conections from shortcuts get lost #34

GoogleCodeExporter opened this issue Jul 28, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?

1. Connect to a host from a desktop shortcut
2. Hit back. The open session is not listed.

What is the expected output? What do you see instead?

You should be able to get back to open sessions.


What version of the product are you using? On what operating system?

r77 on a g1


Please provide any additional information below.

A work around is to make a new connection and "slide" to the open connection.

Original issue reported on code.google.com by arm...@gmail.com on 25 Oct 2008 at 10:17

@GoogleCodeExporter
Copy link
Author

It looks like it was a shortcut from an older version that was uninstalled. But 
you
can also recreate the problem by deleting the host after creating the shortcut. 
I
suspect there will also be the same problem if a session is started by an 
intent for
a host that is not saved.

Original comment by arm...@gmail.com on 25 Oct 2008 at 10:33

@GoogleCodeExporter
Copy link
Author

yea, thats a slight issue with how the desktop intents are handled.  they are 
created
in a very nice way:

ssh://user@host:port/#nickname

while this is perfect for how the intents should be handled, your right--it 
doesnt
help us maintain our internal list of connections.  we cant go delete desktop 
icons
(afaik) when its deleted from the internal list.

i cant think of a good way of solving this issue with the current structure, 
but open
to ideas.

Original comment by Jeffrey.Sharkey on 26 Oct 2008 at 12:08

  • Changed state: Accepted
  • Added labels: Priority-Low
  • Removed labels: Priority-Medium

@GoogleCodeExporter
Copy link
Author

The only thing that came to mind was using the TerminalManager to get a list of
TerminalBridge and adding them to the list.

I have a patch that switches the SimpleCursorAdapter to a SimpleAdapter. The 
data is
copied from the Cursor to a List<Map<String, Object>> for the SimpleAdapter. 
Any open
 TerminalBridges that are not in the hostdb are added to the end of the list unsorted.
Edit and delete are disabled in the context menus for nonsaved hosts.

Original comment by arm...@gmail.com on 26 Oct 2008 at 5:21

Attachments:

@GoogleCodeExporter
Copy link
Author

This appears to be fixed in r123

Original comment by kenny@the-b.org on 14 Nov 2008 at 12:08

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant