Chicago95 icon indicating copy to clipboard operation
Chicago95 copied to clipboard

Errors with PlusGUI.py, Droping error after i try to use

Open Martin3245 opened this issue 5 months ago • 4 comments

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 fonts_output = subprocess.check_output(['convert', '-list', 'font']) File "/usr/lib/python3.13/subprocess.py", line 472, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ **kwargs).stdout ^^^^^^^^^ File "/usr/lib/python3.13/subprocess.py", line 554, in run with Popen(*popenargs, **kwargs) as process: ~~~~~^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/subprocess.py", line 1039, in init self._execute_child(args, executable, preexec_fn, close_fds, ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pass_fds, cwd, env, ^^^^^^^^^^^^^^^^^^^ ...<5 lines>... gid, gids, uid, umask, ^^^^^^^^^^^^^^^^^^^^^^ start_new_session, process_group) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/subprocess.py", line 1972, in execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'convert'

Martin3245 avatar Jul 22 '25 19:07 Martin3245

Looks like you might not have imagemagick or the script can't find the program convert.

Whats the output of which convert

grassmunk avatar Jul 31 '25 17:07 grassmunk

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'

Mitchykins avatar Nov 11 '25 02:11 Mitchykins

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

Mitchykins avatar Nov 11 '25 02:11 Mitchykins

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

Mitchykins avatar Nov 11 '25 02:11 Mitchykins