Search Criteria
Package Details: flashpoint-launcher 14.0.3-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/flashpoint-launcher.git (read-only, click to copy) |
|---|---|
| Package Base: | flashpoint-launcher |
| Description: | A desktop application used to browse, manage and play games from Flashpoint Archive |
| Upstream URL: | http://bluemaxima.org/flashpoint/ |
| Keywords: | electron flashpoint |
| Licenses: | MIT |
| Conflicts: | flashpoint-launcher |
| Submitter: | zxp19821005 |
| Maintainer: | zxp19821005 |
| Last Packager: | zxp19821005 |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2023-08-28 05:48 (UTC) |
| Last Updated: | 2025-10-30 05:36 (UTC) |
Dependencies (8)
- electron19AUR (electron19-binAUR)
- python
- gendesk (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- libnss_nis (make)
- npm (npm-corepackAUR, python-nodejs-wheelAUR) (make)
- nvm (nvm-gitAUR) (make)
- rust (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rustup) (make)
Latest Comments
1 2 Next › Last »
rabcor commented on 2026-07-16 04:33 (UTC) (edited on 2026-07-16 05:03 (UTC) by rabcor)
Won't run out of the box because the user needs r/w permissions for the entire installation directory for this to work.
Simplest solution is to just:
And make yourself the owner of the directory. This will also solve some other problems you would have when running the app (like wine not working) so it's more or less necessary to do this.
I also had a problem where on the first run I cannot run this in native wayland, I must force it to run on xwayland instead, but only the first time.
Easiest way to do that is to just launch it that first time like this:
But you could alternatively edit the startup script at /opt/Flashpoint/start-flashpoint.sh and set the --ozone-platform-hint=x11 from auto in there.
heinrich5991 commented on 2026-01-05 12:27 (UTC)
Please don't shame others, rather post the fixed PKGBUILD and/or adopt the package.
hjk321 commented on 2026-01-03 00:17 (UTC)
So it looks like this package has just been straight up broken for over a year. Pity...
zxp19821005 commented on 2024-05-07 09:48 (UTC)
@dillard I've changed the build step as upstream's :
npm run release, and there was something wrong with my network, so I don't know the real reason. I've met the same problem as you.dillard commented on 2024-05-04 17:46 (UTC)
I chmod-ed /opt/flashpoint-launcher to be 755 then launched the application. With no other configuration, I see "Total: -1" on the bottom right and any attempt to search for games results in an infinite loading screen. I changed Flashpoint Path in the config section to be /opt/flashpoint-launcher, but this didn't change anything. Is there something I'm doing wrong?
zxp19821005 commented on 2024-02-05 04:41 (UTC)
@Facni Thanks for you feedback,fixed it.
Facni commented on 2024-02-04 18:51 (UTC)
-> could not find all required packages: flashpoint
trliy commented on 2023-12-20 21:47 (UTC)
Make sure after installing this package that you run the command "flashpoint" without sudo/root permissions. You can do this if flashpoint does not show up in your app launcher/apps.
Side note: If running flashpoint gives you something like /opt/flashpoint/xxx is denied, you have to run your file manager as sudo then nagivate to the /opt/flashpoint folder and change all the READ & WRITE permissions to your username instead of root. You could also run "sudo flashpoint", but I have not tried this.
zxp19821005 commented on 2023-09-06 15:35 (UTC) (edited on 2023-09-06 15:37 (UTC) by zxp19821005)
@DumbInACan I'm in China,and there was always a problem that I can't visit github normally.So I've tried to use
npm/pnpm/yarnto build the package.Finally,the mirror of yarn seems to be good,so I've changed the builder to yarn.The below code was what I've run in the terminal.And everything got well.1 2 Next › Last »