Errors with PlusGUI.py, Droping error after i try to use
Hello!, well the title says all,also i have all the dependencies, im gonna show the error :
Gtk-Message: 15:14:02.675: Failed to load module "colorreload-gtk-module"
Gtk-Message: 15:14:02.675: Failed to load module "window-decorations-gtk-module"
Traceback (most recent call last):
File "/home/elmartillo/Chicago95-master/Plus/PlusGUI.py", line 35, in
Looks like you might not have imagemagick or the script can't find the program convert.
Whats the output of which convert
I get
[MakePreview] Generating Preview Image [MakePreview] Metrics... OK Traceback (most recent call last):' File "/home/mitchy/Chicago95/Plus/PlusGUI.py", line 977, in open_file self.preview_image = MakePreview(self.theme) ~~~~~~~~~~~^^^^^^^^^^^^ File "/home/mitchy/Chicago95/Plus/PlusGUI.py", line 110, in init self.set_fonts() ~~~~~~~~~~~~~~^^ File "/home/mitchy/Chicago95/Plus/PlusGUI.py", line 171, in set_fonts self.lfMessageFont = self.get_font(self.msgfont) ~~~~~~~~~~~~~^^^^^^^^^^^^^^ File "/home/mitchy/Chicago95/Plus/PlusGUI.py", line 384, in get_font return self.get_font("Noto-Sans-Regular") ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ File "/home/mitchy/Chicago95/Plus/PlusGUI.py", line 365, in get_font return installed_fonts[fontname]['glyphs'] ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^' KeyError: 'glyphs'
And yes, I have imagemagick and convert, themes haven't worked for me in who knows how long at this point, and I've almost sort of given up any hope of themes working ever
Looks like you might not have imagemagick or the script can't find the program
convert.Whats the output of
which convert
/usr/bin/convert
EDIT:
CLI worked when disabling fonts, sounds and screensavers