Package Details: pulsar-bin 1.123.0-1

Git Clone URL: https://aur.archlinux.org/pulsar-bin.git (read-only, click to copy)
Package Base: pulsar-bin
Description: A community-led hyper-hackable text editor, built on electron
Upstream URL: https://github.com/pulsar-edit/pulsar
Keywords: atom editor pulsar
Licenses: MIT
Conflicts: pulsar
Provides: pulsar
Submitter: jonian
Maintainer: jonian
Last Packager: jonian
Votes: 32
Popularity: 1.83
First Submitted: 2022-11-07 13:13 (UTC)
Last Updated: 2024-11-22 21:30 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

AlexWayfer commented on 2023-12-16 10:23 (UTC)

@alerque, I'm not sure that pings are working here, but OK, thanks.

As I see, the minimal version of Electron available in [extra], is 22 for now.

But there is a long road for Pulsar (kind of hanging?) to support even 19 version: https://github.com/pulsar-edit/pulsar/issues/89

So, not in the near future, as I understand.

alerque commented on 2023-12-16 09:50 (UTC)

Somebody ping me as soon as Pulsar does a release that uses a currently supported (not EOL) version of Electron. At that point I'll help setup a package in [extra]. Until then the -bin approach is about the best option.

zxp19821005 commented on 2023-08-24 04:37 (UTC)

Some suggestions:

mkdir -p "$pkgdir/usr/share/icons/hicolor/scalable/apps"
cp "$pkgdir/opt/Pulsar/resources/pulsar.svg" "$pkgdir/usr/share/icons/hicolor/scalable/apps/pulsar.svg"

changed to

install -Dm644 "$pkgdir/opt/Pulsar/resources/pulsar.svg" -t "$pkgdir/usr/share/icons/hicolor/scalable/apps"

mkdir -p "$pkgdir/usr/bin" changed to install -Dm755 -d "$pkgdir/usr/bin"

colonia_duck commented on 2023-08-16 14:31 (UTC)

this has been very useful thank you :)

AlexWayfer commented on 2023-07-16 12:04 (UTC)

@jonian OK, thanks. I was not sure that it's related to Arch Linux.

jonian commented on 2023-07-16 11:50 (UTC)

@AlexWayfer package updated to 107.1 hotfix

AlexWayfer commented on 2023-07-16 11:37 (UTC)

Do we need for 107.1 hotfix? https://github.com/pulsar-edit/pulsar/releases/tag/v1.107.1

AlexWayfer commented on 2023-02-02 12:19 (UTC)

@jonian thank you, works in background great.

jonian commented on 2023-01-16 17:46 (UTC)

@brackenhill-mob fixed upstream in 1.101.0-beta

brackenhill-mob commented on 2022-12-23 12:38 (UTC) (edited on 2022-12-23 12:39 (UTC) by brackenhill-mob)

v1.100.0beta-1 core dumps with a dedicated nVIDIA GPU (might affect other dedicated GPUs too)

/usr/bin/pulsar: line 166: 58562 Trace/breakpoint trap (core dumped) nohup "$PULSAR_PATH" --executed-from="$(pwd)" --pid=$$ "$@" > "$ATOM_HOME/nohup.out" 2>&1 [58562:1223/122319.229515:FATAL:gpu_data_manager_impl_private.cc(415)] GPU process isn't usable. Goodbye.

Solution is to use a specific startup switch, --in-process-gpu or --no-sandbox. Both work for me.

See https://github.com/pulsar-edit/pulsar/issues/199#issuecomment-1341373783