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.000932
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

Ranguvar commented on 2024-09-15 03:28 (UTC)

Thank you ^^

actionless commented on 2024-09-13 23:47 (UTC)

@Ranguvar, i've checked it - apparently it's just defined in the makefile, so you should get the update after rebuilding

actionless commented on 2024-09-13 23:04 (UTC)

thanks @Ranguvar, i'll check it out, however it will get updated only during the next release (hopefully soon 😺)

Ranguvar commented on 2024-09-13 22:40 (UTC)

I believe the /usr/share/appdata/com.github.themix_project.Oomox.appdata.xml might need to be moved to /usr/share/metainfo/

See https://gitlab.archlinux.org/archlinux/packaging/packages/alacritty/-/commit/ada1260105127518757662c9dbf834a5645041f1

This is the only package I have still utilizing /usr/share/appdata/

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?