Package Details: kame-editor-git 1.4.1-1

Git Clone URL: https://aur.archlinux.org/kame-editor-git.git (read-only, click to copy)
Package Base: kame-editor-git
Description: A 3DS theme editor made with Qt6
Upstream URL: https://gitlab.com/beelzy/kame-editor
Licenses: GPL3
Submitter: beelzy
Maintainer: beelzy
Last Packager: beelzy
Votes: 2
Popularity: 0.000037
First Submitted: 2019-07-07 12:53 (UTC)
Last Updated: 2024-03-29 23:38 (UTC)

Required by (0)

Sources (1)

Latest Comments

Ayziee commented on 2026-04-26 14:14 (UTC)

Hey I actually experienced the same segfaults at:

QOpenGLFunctions::glGetIntegerv(...)
KameWidget::KameWidget at src/kamewidget.cpp:52

Im on Hyprland which uses wayland. After forcing Qt to use X11 instead of Wayland, kame started working.

I used the following command to start it:

QT_QPA_PLATFORM=xcb kame-editor

After verifying that it worked I just changed the .desktop file Exec line to:

Exec=env QT_QPA_PLATFORM=xcb kame-editor

demonicsavage commented on 2025-11-06 03:57 (UTC)

I also have this problem (segfault on launch). I created a bug report about it in GitLab.

beelzy commented on 2025-10-30 00:45 (UTC)

I'm unable to reproduce the issue. Please provide more details. If you're on Manjaro, I can't help you.

tiredamphibian commented on 2025-10-29 23:51 (UTC)

install segfaults :(

beelzy commented on 2022-10-14 17:22 (UTC)

It does already work on aarch64; upstream has a circleci configuration that builds and packages for debian arm64.

If you mean to just update the arch property in PKGBUILD I can do that.

cobalt2727 commented on 2022-10-12 23:25 (UTC)

Could you add more architectures? It should work on aarch64 (and maybe armv7 if anyone even uses that these days)