Wayland Sessions should now be detected during installation and the .desktop file should be updated accordingly with the necessary electron flags.
If it doesn't please follow the process mentioned in the previous comment.
Git Clone URL: | https://aur.archlinux.org/bazecor.git (read-only, click to copy) |
---|---|
Package Base: | bazecor |
Description: | Graphical configurator for Dygma keyboards |
Upstream URL: | https://github.com/Dygmalab/Bazecor |
Licenses: | GPL-3.0-only |
Conflicts: | bazecor-git |
Provides: | bazecor |
Submitter: | coolapso |
Maintainer: | coolapso |
Last Packager: | coolapso |
Votes: | 2 |
Popularity: | 0.136663 |
First Submitted: | 2024-02-23 00:15 (UTC) |
Last Updated: | 2024-12-04 19:59 (UTC) |
Wayland Sessions should now be detected during installation and the .desktop file should be updated accordingly with the necessary electron flags.
If it doesn't please follow the process mentioned in the previous comment.
Sorry for the delay, Spend sometime trying to help dygma to automate their versioning, but without any success.
Was hoping that dygma would put a fix for the versioing. Also without any success.
I made a workaround in the package build to work with the current (broken) version schema while keeping the versioning consistent here.
Please bear with me for a sec. Dygma either goofed up or changed the versioning schema and now they are releasing the new version as v1.4.0-rc4 instead of v1.4.0-rc.4 as all the previous versions.
@4s3ti maybe its a problem with my fuse2 installation then, ill check with another fuse2 dependent app maybe that narrows down the problem.
@ashabayek That seems odd, I only saw that error when I was missing the fuse2 and zlib dependencies which I have added to the package therefore they should install by default.
Since I cannot replicate the error, not sure if I know exactly what may be missing
am getting the following error trying to run bazecor:
This doesn't look like a squashfs image.
Cannot mount AppImage, please check your FUSE setup. You might still be able to extract the contents of this AppImage if you run it with the --appimage-extract option. See https://github.com/AppImage/AppImageKit/wiki/FUSE for more information open dir error: No such file or directory
am i missing some dependency or so here? i do have fuse2 and app laucher
If you are on wayland you may need to run bazecor with the following flags:
--UseOzonePlatform --ozone-platform-hint=wayland
you can copy the .desktop file from /usr/share/applications/bazecor.desktop
to ~/.local/usr/share/applications/bazecor.desktop
and add those flags on the Exec=
field
Exec=bazecor --UseOzonePlatform --ozone-platform-hint=wayland %U
Pinned Comments
coolapso commented on 2024-11-07 21:14 (UTC)
Wayland Sessions should now be detected during installation and the .desktop file should be updated accordingly with the necessary electron flags.
If it doesn't please follow the process mentioned in the previous comment.
coolapso commented on 2024-02-23 00:24 (UTC) (edited on 2024-07-27 10:31 (UTC) by coolapso)
If you are on wayland you may need to run bazecor with the following flags:
you can copy the .desktop file from
/usr/share/applications/bazecor.desktop
to~/.local/usr/share/applications/bazecor.desktop
and add those flags on theExec=
field