Package Details: perimeter81 10.0.1.88-1

Git Clone URL: https://aur.archlinux.org/perimeter81.git (read-only, click to copy)
Package Base: perimeter81
Description: Perimeter81 agent application
Upstream URL: https://support.perimeter81.com/docs/downloading-the-agent
Licenses: custom:LICENSE
Submitter: mikeroll
Maintainer: ttrmw
Last Packager: ttrmw
Votes: 4
Popularity: 0.21
First Submitted: 2021-10-01 15:02 (UTC)
Last Updated: 2025-03-11 15:00 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4

ufo_driver commented on 2022-05-25 10:58 (UTC)

Version 8.0.2.592-1 crashes on launch for me, saying something compositor crashing too often. Adding --disable-gpu --in-process-gpu fixes that.

mikeroll commented on 2022-04-29 09:25 (UTC) (edited on 2022-04-29 09:26 (UTC) by mikeroll)

Thanks @jiko!

I suppose I should have indicated that this is a hacky initial packaging attempt to bring the app to a working state without having to wrangle a deb/rpm manually. I made sure to not include the questionable commands the upstream packages run in postinstall scripts (those are pretty frivolous with your system), but I didn't go as far as preventing the app from misbehaving during runtime.

I might have a look later but can't promise. Feel free to send a pkgbuild patch if you do instead.

jiko commented on 2022-04-29 08:41 (UTC)

At some point this application installs a certificate at the root level as a trusted X.509 anchor. That file is not part of the manifest and is not deleted upon removal.

ls -l /usr/local/share/ca-certificates/perimeter81/perimeter81.crt
.rw-r--r-- 15 root root 10 Jan 09:18 /usr/local/share/ca-certificates/perimeter81/perimeter81.crt

You should know this before installing the package as there are implications.

The AUR should also have an extra step to remove this file, at least on uninstall.