Search Criteria
Package Details: fluxer-git r192.a45693f-1
Package Actions
| 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) |
Dependencies (9)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR, clang-static-gitAUR) (make)
- electron39 (electron39-binAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- libfido2 (libfido2-fullAUR) (make)
- nodejs (nodejs-gitAUR, nodejs-lts-hydrogenAUR, python-nodejs-wheelAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton) (make)
- npm (npm-corepackAUR, python-nodejs-wheelAUR) (make)
- pnpm (pnpm-corepackAUR, pnpm-binAUR) (make)
- python (make)
- rust (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rustup) (make)
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:
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, notFluxer. This manifests as the app using the wrong (or missing) icon on some desktop interfaces, e.g. the gnome dock. Should be fixable by changingStartupWMClasstofluxer_appor by renaming the binary toFluxerbefore installing.