sciancio / connectionmanager2

Simple GUI app for Gnome 3 that provides a menu for initiating SSH/Telnet connections
60 stars 45 forks source link

Cannot Add App, Host, Clone #39

Closed pmknutsen closed 10 years ago

pmknutsen commented 10 years ago

Lovely extension. I'm using the GitHub version on 3.8. Problem occurs when I open the GUI, and click on any of the Add App, Add Host, Add SubMenu or Clone It buttons. The GUI always closes. My menu was originally created in 3.6. So, I don't see to be able to edit it. I can insert separators through, but thats about it. Ideas?

GaiusValerius commented 10 years ago

Same problem here

arnaudbichet commented 10 years ago

Hi, same problem. It seems to be related with gnome terminal.

(Connection Manager:29999): GLib-GIO-ERROR **: Settings schema 'org.gnome.Terminal.SettingsList' is not installed
QQingsandQQueens commented 10 years ago

Im also experiencing same issue unable to use on gnome 3.8.4 on Ubuntu 13.10

bosborne-movideo commented 10 years ago

I had this issue too. I followed the OMGUbuntu guide (http://www.omgubuntu.co.uk/2013/04/gnome-3-8-ppa-for-ubuntu-gnome) to upgrade to 3.8, but it didn't upgrade gnome-terminal by default as I didn't add the gnome-staging repo. I had to run this

sudo add-apt-repository ppa:gnome3-team/gnome3-staging sudo apt-get update && sudo apt-get dist-upgrade

Reboot, and now connection-manager works fine. Good luck

pmknutsen commented 10 years ago

Thanks, this fixed the issue with connection-manager simply crashing. I can now add hosts. However, when selecting a host from the drop-down list the connection does not open (meaning, gnome-terminal is not started), i.e nothing happens. Do you have a solution for this?