Package Details: flashpoint-launcher 14.0.3-2

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)

Required by (0)

Sources (1)

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:

sudo chown -R $USER /opt/Flashpoint/

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:

ELECTRON_OZONE_PLATFORM_HINT=x11 flashpoint-launcher

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/yarn to 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.

$ cd flashpoint-launcher/src/launcher-12.0.0/dist/linux-unpacked/

# zxp-endeavouros @ 3993EndeavourOS in ~/.cache/paru/clone/flashpoint-launcher/src/launcher-12.0.0/dist/linux-unpacked on git:master x [23:30:08] 
$ ./flashpoint-launcher 
{ args: {}, rest: '', protocol: undefined }
[354768:0906/233010.977094:ERROR:object_proxy.cc(623)] Failed to call method: org.freedesktop.DBus.Properties.Get: object_path= /org/freedesktop/portal/desktop: org.freedesktop.DBus.Error.InvalidArgs: 无此接口“org.freedesktop.portal.FileChooser”
[354768:0906/233010.977125:ERROR:select_file_dialog_linux_portal.cc(242)] Failed to read portal version property
Back - Initializing...
Back - Loaded Config
Checking for prefs override at .preferences.defaults.json
Checking for prefs override at .preferences.defaults.json
[Error: ENOENT: no such file or directory, copyfile '.preferences.defaults.json' -> 'preferences.json'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'copyfile',
  path: '.preferences.defaults.json',
  dest: 'preferences.json'
}
Copied default preferences
Back - Loaded Preferences
Back - Initialized Languages
Back - Parsed Playlists
Back - Parsed Extensions
Back - Initialized Themes
Back - Opened File Server
Back - Opened Websocket
Back - Ready for Init
Back - Loaded Extension Config
Back - Using Database at /home/zxp-endeavouros/.cache/paru/clone/flashpoint-launcher/src/launcher-12.0.0/dist/linux-unpacked/Data/flashpoint.sqlite
Back - Checked Component Updates
Back - Initialized Database
Back - Initialized Curations
Back - Initialized Services
Back - Loaded Exec Mappings
Back - Initialized Logo Sets
Back - Initialized Extensions
Exiting...
 - Extensions Unloaded
 - Watchers Aborted
 - File Server Closed
 - Cleanup Complete, Exiting Process...
 - Quit Broadcast Sent
Socket Client - Connection closed.