sciancio / connectionmanager2

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

CM on Fedora 26, gnome-shell 3.24.2 #61

Closed BiloxiGeek closed 5 years ago

BiloxiGeek commented 6 years ago

Just upgraded to Fedora 26 and connection manager in gnome-shell doesn't want to work. I updated shell-version in metadata.json to match the gnome-shell 3.24 and still no joy.

Looking glass reports this error: TypeError: Search.SearchProvider is undefined.

Would really like to get this extension working, I use it extensively at home and work.

BiloxiGeek commented 6 years ago

Tried reinstalling the extension from scratch and looking glass gives me a different error this time...

TypeError: this.child.Profile.quote is not a function

Also tried deleting my $HOME/.connmgr file and the extension will start, I can add new hosts but as soon as there's hosts added clicking on the icon does nothing. Doing an "Alt-F2, r" results in the icon disappearing.

pablaasmo commented 6 years ago

I have the same error. I think it is due to the usage of String.prototype.quote(), which is a deprecated function.

I am not sure what replacement to use for the String.prototype.quote() function. It is used in extension.js and terminal.js

BiloxiGeek commented 6 years ago

Late last night I found https://github.com/Silarn/connectionmanager2 which is forked from this project. It's working nicely on my home F26 system. But the really odd thing is my F26 system at work did not have the issue at all. Not gonna argue but it is strange.

Added: Poked around, I must have used the Silarn fork for my work system and not remembered.

pablaasmo commented 6 years ago

Using that fork also worked for me. Thanks for that link.

plegrand1 commented 6 years ago

Using that on my debian sid with gnome-shell 3.26 works fine except the icons size. if i modify the stylesheet.css i can reduce the size but the big icons come back again and i dont know why ? May be a solution here ?

sciancio commented 5 years ago

Updated to Gnome Shell 3.32