sciancio / connectionmanager2

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

Icons size #62

Open plegrand1 opened 6 years ago

plegrand1 commented 6 years ago

Using that version 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 ?

Borromini commented 6 years ago

Are you seeing this behaviour after the screensaver kicks in? That's how it goes here at least... Only restarting Gnome Shell resets the icons to their normal size then.

plegrand1 commented 6 years ago

Yes the problem appears just after screensaver. No way to solve this problem ?

Borromini commented 6 years ago

I can only say I have the same issue... Besides the workaround I don't know how to fix it.

plegrand1 commented 6 years ago

I think i found a "solution" for this problem. But i cant explain what is the problem ;-)

In the file : "~/.local/share/gnome-shell/extensions/connectionmanager2@ciancio.net/extension.js" line 165 : //style_class: 'connmgr-icon' }); icon_size: 16 }); line 208 : //style_class: 'connmgr-icon' }); icon_size: 16 });

It seems to works fine now

Borromini commented 6 years ago

Great, thanks!