Search Criteria
Package Details: saleae-logic2 2.4.36-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/saleae-logic2.git (read-only, click to copy) |
---|---|
Package Base: | saleae-logic2 |
Description: | Debug hardware like a pro |
Upstream URL: | https://discuss.saleae.com/c/logic-2-0-software/7 |
Licenses: | unknown |
Conflicts: | saleae-logic, saleae-logic-beta |
Provides: | saleae-logic, saleae-logic-beta |
Submitter: | tugyan |
Maintainer: | tugyan |
Last Packager: | tugyan |
Votes: | 14 |
Popularity: | 0.29 |
First Submitted: | 2021-05-12 20:55 (UTC) |
Last Updated: | 2025-09-10 16:19 (UTC) |
Latest Comments
1 2 Next › Last »
peterc-s commented on 2025-09-10 09:54 (UTC)
For anyone having issues with Logic not launching properly, try disabling core dumps (
ulimit -c 0
). This is a known bug that the Saleae team are working on https://discuss.saleae.com/t/cant-run-on-arch-linux-recently/3513/22shuyuan-liu commented on 2025-07-20 06:37 (UTC)
Thank you for maintaining the package! It looks like the icon files in the AppImage at
squashfs-root/usr/share/icons/hicolor
are the default Electron icon instead of the intended one. The intended icon is located atsquashfs-root/resources/linux-x64/LogicIcon.png
. This causes Logic 2 to show up with the default Electron icon in menus on my GNOME 48 system.I made the following patch to delete the Electron icons and use the single, 1024x1024 LogicIcon.png as the app icon. I've placed it in `icons/hicolor/512x512@2' because I don't think a 1024x1024 directory exists on my system; I'm not sure if it's OK to create one.
tugyan commented on 2023-11-22 18:01 (UTC)
@kjkent I updated the PKGBUILD to set the permission of
chrome-sandbox
to4755
. Let me know if the issue is fixed.kjkent commented on 2023-11-21 14:02 (UTC) (edited on 2023-11-21 14:32 (UTC) by kjkent)
Hi there. The PKGBUILD doesn't seem to be correctly configuring permissions, leading to Logic crashing upon opening:
Looking at the perms, the specified file was set to 0755.
chmod
to 4755 fixed the issue.Edit: The reason this might not have come up before is that I have
kernel.unprivileged_userns_clone=0
set, in which case sandboxes likebwrap
and, apparently,chrome-sandbox
, require SUID to runMystikReasons commented on 2023-01-20 21:18 (UTC)
New Version of AppImage is available: 2.4.4 Please update the package. Thanks!
lsigma commented on 2022-05-26 12:46 (UTC)
Wouldn't https://www.saleae.com/downloads/ be a better upstream URL?
simonmysun commented on 2022-05-17 14:46 (UTC)
It crashes several seconds after starting on my device. Anyone experiencing the same?
Here's my log:
runecaster commented on 2022-03-24 10:32 (UTC)
New Version of AppImage is available: 2.3.47-2 Please update the package. Thanks!
tugyan commented on 2022-02-18 18:27 (UTC)
@tannewt Thanks for catching the problem! I did not realize the issue, because I manually installed libxcrypt-compat to fix another broken package. Adding the dependency ASAP.
tannewt commented on 2022-02-18 18:19 (UTC)
Thanks for bumping the package quickly!
I was having trouble getting it to launch and it turns out a dependency was missing. Please add a dependency on libxcrypt-compat. It was moved out of glibc.
We debugged it here: https://discuss.saleae.com/t/launch-2-3-44-failure-on-arch/1421/6
1 2 Next › Last »