@v3d I'll revise to either use the prepackaged or older system electron. Can you tell me more about your setup. X11/wayland, desktop environment, processor, gpu?
Search Criteria
Package Details: beeper-latest-bin 3.110.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/beeper-latest-bin.git (read-only, click to copy) |
---|---|
Package Base: | beeper-latest-bin |
Description: | A unified messaging app |
Upstream URL: | https://beeper.com/ |
Licenses: | LicenseRef-beeper |
Conflicts: | beeper |
Provides: | beeper |
Submitter: | xiota |
Maintainer: | xiota (sundbp) |
Last Packager: | xiota |
Votes: | 7 |
Popularity: | 0.94 |
First Submitted: | 2023-07-28 06:12 (UTC) |
Last Updated: | 2024-11-12 21:47 (UTC) |
Dependencies (2)
Required by (0)
Sources (1)
xiota commented on 2024-04-18 07:43 (UTC)
v3d commented on 2024-04-18 07:39 (UTC) (edited on 2024-04-18 07:39 (UTC) by v3d)
Newest version segfaults
Initializing todesktop runtime
@todesktop/runtime: skipping autoUpdater initialization because application is not in AppImage.
09:36:35.143 › @todesktop/runtime: AutoUpdater: @todesktop/runtime: skipping autoUpdater initialization because application is not in AppImage.
09:36:35.262 › @todesktop/runtime: AutoUpdater: electron will-finish-launching event emitted { appVersion: '3.103.36', runtimeVersion: '1.4.0' }
Web App Path is /opt/beeper/resources/webapp.asar/
iconsPath path is /opt/beeper/resources/icons/
Loading vector config for brand Beeper
Fetching translation json for locale: en_EN
Changing application language to en-us
Fetching translation json for locale: en-us
Could not fetch translation json for locale: 'en-us' Error: Cannot find module './i18n/strings/en-us.json'
Require stack:
- /opt/beeper/resources/app.asar/lib/language-helper.js
- /opt/beeper/resources/app.asar/lib/electron-main.js
at Module._resolveFilename (node:internal/modules/cjs/loader:1151:15)
at s._resolveFilename (node:electron/js2c/browser_init:2:120281)
at Module._load (node:internal/modules/cjs/loader:992:27)
at c._load (node:electron/js2c/node_init:2:13672)
at Module.require (node:internal/modules/cjs/loader:1242:19)
at require (node:internal/modules/helpers:176:18)
at AppLocalization.fetchTranslationJson (/opt/beeper/resources/app.asar/lib/language-helper.js:76:20)
at /opt/beeper/resources/app.asar/lib/language-helper.js:89:39
at Array.forEach (<anonymous>)
at AppLocalization.setAppLocale (/opt/beeper/resources/app.asar/lib/language-helper.js:88:17) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/opt/beeper/resources/app.asar/lib/language-helper.js',
'/opt/beeper/resources/app.asar/lib/electron-main.js'
]
}
Resetting the UI components after locale change
Resetting the UI components after locale change
sending browser-window-focus to react
[1] 13885 segmentation fault (core dumped) beeper
<deleted-account> commented on 2024-04-10 16:06 (UTC)
Is it possible to unflag a package? If so, please do, it says its out of date on my terminal lol.
<deleted-account> commented on 2024-04-10 14:03 (UTC)
After looking into it a bit more. I believe it is matrix synapse with many bridges enabled. The linux desktop is a themed version of element desktop. I'm not sure about the mobile apps.
Very odd, judging by their github page, their entire backend is open and self hostable, down to the version of rancher they use for kubernetes. But the mobile apps arent open source? Basically the complete opposite of telegram.
<deleted-account> commented on 2024-04-10 10:51 (UTC)
It says on alternativeto website that Beeper is open source, but I can't seem to find a repo for it. The closest I could find was a way to set up your own bridge.
psylenced commented on 2024-04-10 09:21 (UTC)
Someone's already flagged, but it's now out of Beta (and acquired by Automattic).
xiota commented on 2024-02-29 23:09 (UTC)
@tiziodcaio I'm leaving this package in /opt
because it is a prebuilt binary package. I also don't want to move the files back and forth between /usr/share
and /usr/lib
whenever it does or doesn't work with system electron.
I've added a variable you can change to install wherever you want. _install_path=usr/share makepkg
tiziodcaio commented on 2024-02-29 22:38 (UTC)
Please follow https://wiki.archlinux.org/title/Electron_package_guidelines#Directory_structure and put app.asar in /usr/share/beeper/ :]
MorganDGK commented on 2024-01-15 15:35 (UTC)
Builds OK for me.
Pinned Comments
xiota commented on 2024-05-05 02:26 (UTC) (edited on 2024-05-05 02:33 (UTC) by xiota)
Switching back to the system electron because of reported issues with the packaged electron. Also, fixed pkgver issue.
Build options by setting environment variables (or editing pkgbuild):
_system_electron=false
– Use the packaged electron_electron_version=29
– Use a specific system electron version (when default version has problems)/usr/bin/beeper
after install._install_path=usr/lib
– Use a different install path. Default isopt
. (Do not include leading/
and trailing/beeper
.)xiota commented on 2023-07-28 06:41 (UTC) (edited on 2024-02-29 23:18 (UTC) by xiota)
This is a self-updating package. It always downloads the latest available AppImage and applies the correct version number.
Please wait until over a month has passed since the last update before requesting version bumps.