Package Details: vial-git v0.7.5.r8.g5cc9f89-3

Git Clone URL: https://aur.archlinux.org/vial-git.git (read-only, click to copy)
Package Base: vial-git
Description: Vial is an open-source cross-platform (Windows, Linux and Mac) GUI and a QMK fork for configuring your keyboard in real time.
Upstream URL: https://get.vial.today/
Licenses: GPL-2.0-only
Conflicts: vial-appimage
Provides: vial
Submitter: ninetailedtori
Maintainer: ninetailedtori
Last Packager: ninetailedtori
Votes: 1
Popularity: 0.39
First Submitted: 2025-12-15 21:22 (UTC)
Last Updated: 2026-02-12 00:37 (UTC)

Dependencies (2)

Required by (0)

Sources (3)

Pinned Comments

Latest Comments

1 2 Next › Last »

micwoj92 commented on 2026-02-14 04:49 (UTC)

Did this package ever work or was it uploaded broken? Fails in prepare:

Installed Python-3.6.15 to /build/.pyenv/versions/3.6.15
pyenv: shell integration not enabled. Run `pyenv init' for instructions.
==> ERROR: A failure occurred in prepare().
    Aborting...

ninetailedtori commented on 2026-02-12 00:34 (UTC)

Throwing AttributeError: 'NoneType' object has no attribute 'groups' rn when running the toolchain as is, but I welcome if there's any different outcome for others. I'm not really sure why this is occurring. Some say "update pyinstaller", but easy_install requires pyinstaller 3.4 for compat.

ninetailedtori commented on 2026-02-10 19:05 (UTC)

Agreed, it's a bloody menace :pensive:

micwoj92 commented on 2026-02-09 22:13 (UTC)

Sadly vial doesn't have common python build system. Upstream still seems to use python 3.6. Rats

ninetailedtori commented on 2026-02-09 21:09 (UTC)

Yea, I wouldn't recommend paying. Let me see if I can fix this up so it works for free.

micwoj92 commented on 2026-02-07 12:28 (UTC)

Is there a way to build this, without having to pay 50 dollars?

==> Starting build()...
The free version of fbs only supports Python 3.5 and 3.6.
Please obtain fbs Pro from https://build-system.fman.io/pro.
==> ERROR: A failure occurred in build().
    Aborting...

ninetailedtori commented on 2026-02-03 03:00 (UTC)

That's a decent idea, let me do that.

micwoj92 commented on 2026-02-02 19:44 (UTC)

The problem is that wget is not declared in makedependencies.
pkg2appimage should probably be separate package and added to makedepends here.

ninetailedtori commented on 2026-02-01 21:30 (UTC) (edited on 2026-02-01 21:33 (UTC) by ninetailedtori)

@micwoj92, could you run in term wget -q https://api.github.com/repos/AppImageCommunity/pkg2appimage/releases -O - | grep 'pkg2appimage-.*-x86_64.AppImage' | grep browser_download_url | head -n 1 | cut -d '"' -f 4 to see what that outputs for you?