Search Criteria
Package Details: fluxer-git r92.aa4e5b0-2
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: | 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) |
Dependencies (9)
- bash (bash-gitAUR, bash-devel-gitAUR)
- electron39 (electron39-v3-binAUR, electron39-binAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- librsvg (librsvg-gitAUR, librsvg-noglycinAUR) (make)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton) (make)
- npm (python-nodejs-wheelAUR, npm-corepackAUR) (make)
- pnpm (pnpm-corepackAUR, pnpm-binAUR) (make)
- python (make)
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, 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.