Package Details: themix-gui-git 1.15.1-1

Git Clone URL: https://aur.archlinux.org/themix-gui-git.git (read-only, click to copy)
Package Base: themix-gui-git
Description: Plugin-based theme designer GUI for environments (like GTK2, GTK3, Cinnamon, GNOME, MATE, Openbox, Xfwm), icons and terminal palettes.
Upstream URL: https://github.com/themix-project/oomox
Licenses: GPL3
Conflicts: oomox, oomox-git, themix-gui
Provides: themix-gui
Submitter: actionless
Maintainer: actionless
Last Packager: actionless
Votes: 11
Popularity: 0.046441
First Submitted: 2020-03-16 02:22 (UTC)
Last Updated: 2022-11-28 21:11 (UTC)

Dependencies (18)

Required by (12)

Sources (1)

Latest Comments

actionless commented on 2022-03-15 09:08 (UTC)

@sem.z it really shouldn't be needed, i fixed the code to remove that import

sem.z commented on 2022-03-15 08:01 (UTC)

I've got an error after recent update:

Traceback (most recent call last):
  File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
    exec(code, run_globals)
  File "/opt/oomox/oomox_gui/__main__.py", line 1, in <module>
    from .main import main
  File "/opt/oomox/oomox_gui/main.py", line 23, in <module>
    from .theme_file_parser import read_colorscheme_from_path
  File "/opt/oomox/oomox_gui/theme_file_parser.py", line 5, in <module>
    from .theme_model import get_theme_model
  File "/opt/oomox/oomox_gui/theme_model.py", line 5, in <module>
    from typing_extensions import TypedDict
ModuleNotFoundError: No module named 'typing_extensions'

So I installed python-typing_extensions, which resolves issue. Should this package be a dependency?