Package Details: fluxer-git r92.aa4e5b0-2

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: jprjr
Last Packager: jprjr
Votes: 4
Popularity: 0.73
First Submitted: 2026-02-14 22:40 (UTC)
Last Updated: 2026-02-18 14:07 (UTC)

Latest Comments

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.