Package Details: vial-appimage 0.7.5-2

Git Clone URL: https://aur.archlinux.org/vial-appimage.git (read-only, click to copy)
Package Base: vial-appimage
Description: Vial is an open-source cross-platform (Windows, Linux and Mac) GUI and a QMK fork for configuring your keyboard in real time, similar to VIA.
Upstream URL: https://get.vial.today/
Keywords: keyboard via vial
Licenses: GPL2
Conflicts: vial
Provides: vial
Submitter: pieterv24
Maintainer: pieterv24
Last Packager: pieterv24
Votes: 16
Popularity: 1.07
First Submitted: 2021-04-01 22:10 (UTC)
Last Updated: 2025-10-06 10:24 (UTC)

Dependencies (1)

Required by (0)

Sources (2)

Latest Comments

1 2 3 Next › Last »

mrjxtr commented on 2025-10-06 14:09 (UTC)

@shadow_absorber. Thanks... that worked.

pieterv24 commented on 2025-10-06 10:28 (UTC)

@shadowabsorber Thanks for the information, I've updated the package to use the vial specific udev rule

shadow_absorber commented on 2025-10-04 18:16 (UTC)

@mrjxtr @pieterv24 systemd 258 changed how udev rules work. to make vial and via work now use the manual rules from the get vial website get.vial.today/manual/linux-udev.html but make sure they load before: /usr/lib/udev/rules.d/73-seat-late.rules

here are the manual udev rules for those that don't wanna leave this site: /etc/udev/rules.d/59-vial.rules

KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{serial}=="*vial:f64c2b3c*", MODE="0660", GROUP="users", TAG+="uaccess", TAG+="udev-acl"

/etc/udev/rules.d/52-viia.rules

KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0660", GROUP="users", TAG+="uaccess", TAG+="udev-acl"

pieterv24 commented on 2025-10-04 14:25 (UTC)

@mrjxtr I am not able to reproduce with my keyboards. Could you check if the official appimage https://github.com/vial-kb/vial-gui/releases/download/v0.7.5/Vial-v0.7.5-x86_64.AppImage works?

mrjxtr commented on 2025-10-04 13:22 (UTC)

This does not work any more. It cannot detect my keyboard. Switching to windows, my keyboard detects just fine and it functions perfectly. vial just cant detect it

dmfay commented on 2024-03-31 04:59 (UTC)

Thanks Static_Rocket! That change does the trick on my end.

Static_Rocket commented on 2024-03-30 20:04 (UTC) (edited on 2024-03-30 20:04 (UTC) by Static_Rocket)

diff --git a/PKGBUILD b/PKGBUILD
index 81f9bcc..ddbfcf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgdesc="Vial is an open-source cross-platform (Windows, Linux and Mac) GUI and
 arch=('x86_64')
 url="https://get.vial.today/"
 license=("GPL2")
-options=(!strip)
+options=(!strip !debug)
 provides=("vial=${pkgver}")
 conflicts=(vial)
 depends=(fuse2)

https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=joplin-appimage#n15

https://gitlab.archlinux.org/pacman/pacman/-/issues/107

dmfay commented on 2024-03-30 16:12 (UTC) (edited on 2024-03-30 16:13 (UTC) by dmfay)

I'm seeing exactly the same error as Alberto using both pikaur and makepkg. I have fuse2 and 3 installed, and I'm not editing the PKGBUILD. I can run the makepkg-downloaded AppImage directly without issues.

pieterv24 commented on 2024-03-28 08:57 (UTC)

@AlbertoAru I'm unable to reproduce this issue with both yay and makepkg. Might it be related to the path you're using to build this package? It looks like it cannot find the file.

The URL you posted, is the same as the one used by the PKGBUILD, so the file downloaded should be the same.

If you're still unable to fix your issue. Please provide a bit more context on how to reproduce. (aur helper, path etc.)