Package Details: fluxer-git r192.a45693f-1

Git Clone URL: https://aur.archlinux.org/fluxer-git.git (read-only, click to copy)
Package Base: fluxer-git
Description: A free and open source instant messaging and VoIP platform built for friends, groups, and communities.
Upstream URL: https://fluxer.app/
Licenses: AGPL-3.0-or-later
Conflicts: fluxer
Provides: fluxer
Submitter: jprjr
Maintainer: mreow
Last Packager: mreow
Votes: 4
Popularity: 0.21
First Submitted: 2026-02-14 22:40 (UTC)
Last Updated: 2026-06-24 23:34 (UTC)

Latest Comments

jprjr commented on 2026-06-22 19:16 (UTC)

Ever since the refactor I have no idea how to build this app, and the Fluxer project only seems to be interested in providing binaries, no instructions on how to compile on your own.

I'm going to abandon this package and someone else can take it up.

bill88t commented on 2026-06-20 17:50 (UTC)

The package currently doesn't build:


==> Starting prepare()...
Error reading file "src/images/fluxer-logo-color.svg": Error opening file /home/bill88t/.cache/yay/fluxer-git/src/fluxer/fluxer_app/src/images/fluxer-logo-color.svg: No such file or directory

jprjr commented on 2026-02-18 14:06 (UTC)

So as far as I can tell, this is something that needs to be corrected in the app so it uses consistent WM_CLASS/app-id values.

I've opened a bug report https://github.com/fluxerapp/fluxer/issues/274

jprjr commented on 2026-02-18 13:19 (UTC)

@chronal - it seems like the class is different depending on whether the app is running under Wayland or X11.

On X11 - it's Fluxer, but on wayland it's fluxer_app.

Looking into if there's an Electron flag I can set to override

chronal commented on 2026-02-17 23:56 (UTC)

It looks like the .desktop file uses the wrong StartupWMClass -- the app actually runs under a binary called fluxer_app, not Fluxer. This manifests as the app using the wrong (or missing) icon on some desktop interfaces, e.g. the gnome dock. Should be fixable by changing StartupWMClass to fluxer_app or by renaming the binary to Fluxer before installing.