Keep getting this error:
-> No AUR package found for electron<18.0.0
-> could not find all required packages: electron <18.0.0
Even after downloading the dependency manually.
Git Clone URL: | https://aur.archlinux.org/fchat-rising.git (read-only, click to copy) |
---|---|
Package Base: | fchat-rising |
Description: | The F-Chat 3.0 client from F-List modified by MrStallion. Uses a system-wide electron instead of the built in. |
Upstream URL: | https://github.com/mrstallion/fchat-rising |
Licenses: | MIT |
Conflicts: | fchat-rising-git |
Provides: | fchat |
Submitter: | CarlenWhite |
Maintainer: | CarlenWhite |
Last Packager: | CarlenWhite |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-07-18 04:56 (UTC) |
Last Updated: | 2023-09-28 03:00 (UTC) |
Keep getting this error:
-> No AUR package found for electron<18.0.0
-> could not find all required packages: electron <18.0.0
Even after downloading the dependency manually.
When moving from the AppImage version of F-Chat Rising or F-Chat, there might be a chance the IndexedDB becomes broken and prevents the adblocker splash from dismissing. Fixed by Re/moving ~/.config/fchat/Partitions
! Recently resolved by upstream removing a dependency on keytar
as of v1.24.0
Additionally, if this opens and it displays a blank page during the login screen, then please consult another god because keytar
, the module that handles native password management, is missing somehow and I could not tell you why. I spent a night trying to figure out what happened and went mad after going back and forth between a working build and a newer, broken build to then suddenly working without any change in the PKGBUILD
.
If this happens, please try removing and readding this package.
Stubbing my toe on a few idiosyncrasies, but be careful when installing. electron17
is a dependency but your AUR helper may get the AUR package under the same name, which builds Electron 17 which means building Chromium. As of July 18, 2023, there's a build issue with it as someone reported.
Instead you want electron17-bin
which will download a pre-compiled copy of Electron 17. This is because both packages provide electron17
which I would like to depend on as someone might have a valid reason to have a built-from-source version.
You want to do something like, yay --asdeps electron17-bin
or equivalent command to obtain electron17-bin
as a dependency before you try to install this.
For a version that does not build from source, consider fchat-rising-appimage
. This version will, in time, try to do the same and with current behavior on a on a separate -git
variant.
Pinned Comments
CarlenWhite commented on 2023-10-20 00:47 (UTC)
When moving from the AppImage version of F-Chat Rising or F-Chat, there might be a chance the IndexedDB becomes broken and prevents the adblocker splash from dismissing. Fixed by Re/moving
~/.config/fchat/Partitions
CarlenWhite commented on 2023-07-18 16:23 (UTC) (edited on 2023-10-20 00:45 (UTC) by CarlenWhite)
! Recently resolved by upstream removing a dependency on
keytar
as of v1.24.0Additionally, if this opens and it displays a blank page during the login screen, then please consult another god because
keytar
, the module that handles native password management, is missing somehow and I could not tell you why. I spent a night trying to figure out what happened and went mad after going back and forth between a working build and a newer, broken build to then suddenly working without any change in thePKGBUILD
.If this happens, please try removing and readding this package.
CarlenWhite commented on 2023-07-18 07:39 (UTC) (edited on 2023-07-18 16:17 (UTC) by CarlenWhite)
Stubbing my toe on a few idiosyncrasies, but be careful when installing.
electron17
is a dependency but your AUR helper may get the AUR package under the same name, which builds Electron 17 which means building Chromium. As of July 18, 2023, there's a build issue with it as someone reported.Instead you want
electron17-bin
which will download a pre-compiled copy of Electron 17. This is because both packages provideelectron17
which I would like to depend on as someone might have a valid reason to have a built-from-source version.You want to do something like,
yay --asdeps electron17-bin
or equivalent command to obtainelectron17-bin
as a dependency before you try to install this.CarlenWhite commented on 2023-07-18 05:28 (UTC) (edited on 2023-07-18 05:29 (UTC) by CarlenWhite)
For a version that does not build from source, consider
fchat-rising-appimage
. This version will, in time, try to do the same and with current behavior on a on a separate-git
variant.