kuthulux / gnome-connection-manager

repository for gnome-connection-manager from kuthulu.com/gcm
Other
68 stars 28 forks source link

Unable to change fonts #13

Closed msmigiel closed 4 years ago

msmigiel commented 4 years ago

Operating System: RHEL 7.8 Program Version: GCM 1.2.0

When I try to change the fonts from the Settings -> Color tab, nothing happens. I see this in the terminal I used to launch GCM. Maybe some Python package is missing? If so then a dialog box to install it (with instructions) should be shown.

Traceback (most recent call last): File "gnome-connection-manager-master/gnome_connection_manager.py", line 2961, in on_btnFont_clicked show_fontdialog(self, ("Seleccione la fuente"), self.btnFont) File "gnome-connection-manager-master/gnome_connection_manager.py", line 312, in show_font_dialog fontsel = parent.dlgFont.fontsel AttributeError: 'FontSelectionDialog' object has no attribute 'fontsel'