Spiker985

Results 66 comments of Spiker985

> the `1.102.2023022622` .deb downloaded from https://pulsar-edit.dev/download.html#rolling-release In a terminal, can you type `which pulsar` and make sure it is linking to a `pulsar.sh` file? The sandbox option was added...

How about `ls -l $(which pulsar)`? Should show a symlink to a `pulsar.sh` file

On a somewhat unrelated note, the Debian control.in file still marks Github as the maintainer. We need to change that. > It does not. Running it shows > `-rwxr-xr-x 1...

We already have a file in place that `electron-builder` should use to generate the `.desktop` file, https://github.com/pulsar-edit/pulsar/blob/master/resources/linux/pulsar.desktop.in. We just need to add `--no-sandbox` after `env ATOM_DISABLE_SHELLING_OUT_FOR_ENVIRONMENT=false` on the `exec` line...

Something to be aware of as well, we can make a GitHub Action(s) to generate/update our changelogs, and should Removing the manual effort of keeping that updated is a rather...

> Hi @kaosine, what about creating AppImage for Pulsar as it will be more convenient to ship the application. I think recently Arduino 2.0 and a good deal of software...

So, what did the preload system actually do? Reading through the commits, it looks like it loaded certain packages before the editor window is actually loaded

I was forced to use `--no-sandbox` for both Atom and Pulsar. Looks like it's a `glibc` error from the comments on that atom issue. Weird part for me was that...

> --no-sandbox does run it without it crashing, so that's good. I do get this when I run it from the command line (Linux Mint): `cp: cannot stat 'resources/linux/desktopenviroment/cinnamon/pulsar.nemo_action': No...

My assumption is that the file is supposed to be exported from the asar during install, to a computer-wide accessible folder for nemo actions However, it's lack of existence shouldn't...