Search Criteria
Package Details: servo-nightly-bin 20250401-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/servo-nightly-bin.git (read-only, click to copy) |
---|---|
Package Base: | servo-nightly-bin |
Description: | embeddable, independent, memory-safe, modular, parallel web rendering engine |
Upstream URL: | https://servo.org |
Licenses: | MPL-2.0 |
Conflicts: | servo |
Provides: | servo |
Submitter: | envolution |
Maintainer: | envolution |
Last Packager: | envolution |
Votes: | 37 |
Popularity: | 2.42 |
First Submitted: | 2025-01-12 03:18 (UTC) |
Last Updated: | 2025-04-01 11:05 (UTC) |
Dependencies (2)
- gst-plugins-bad (gst-plugins-bad-gitAUR)
- libunwind (libunwind-carbonAUR, libunwind-gitAUR)
Latest Comments
1 2 3 4 5 Next › Last »
envolution commented on 2025-03-27 17:04 (UTC)
@xuiqzy I believe the servo.org/downloads binaries are sourced from the build automation of their official github actions (that this package sources). I appreciate the suggestion but we're already using the same binaries just without their website's abstraction.
This package checks for new releases every 12 hours; so it's unnecessary to flag out of date unless at least 24 hours has passed since a new nightly release.
envolution commented on 2025-01-15 16:29 (UTC)
@L.J shasums in the PKGBUILD are generated maintainer side. Confirming a developer's shasum provided with a /web browser/ seems like a fine thing to do. Feel free to disagree thogh.
L.J commented on 2025-01-15 15:50 (UTC)
Path=/usr/bin/servo
is not a folder, so the desktop entry doesn't work. I figure it should be/usr/lib/servo
? Also hash is wrong... Since it's already included in the pkgbuild, why is a hashfile also being downloaded? It's not used at all, and it should match the first hash already anyways...envolution commented on 2025-01-14 12:40 (UTC)
@tee shasum updated
tee commented on 2025-01-14 12:28 (UTC)
checksum failure:
envolution commented on 2025-01-12 03:30 (UTC)
Due to previous
servo-latest
installations, you may have permissions warnings while installing like:you will need to
pacman -R servo-latest
before you install this package. Make sure /usr/lib/servo does not exist before reinstalling. New installs and upgrades and installs following this won't need explicit uninstallation.An alternate solution is to
sudo chmod 755 <all affected directories>
rsm commented on 2024-11-24 17:55 (UTC)
1) I had to fix the problems identified by @Riedler: chmod a+x -R /usr/lib/servo/resources/ 2) Correct the desktop file: A) remove Path=... B) set: Exec=/usr/bin/servo
Riedler commented on 2024-11-11 15:09 (UTC)
yup, still incorrect perms. /usr/lib/servo/servo now correctly has x, but /usr/lib/servo/resources/ doesn't, meaning the directory can't be traversed by users.
Herve_R commented on 2024-06-20 21:39 (UTC)
The directory permissions inside /usr/lib/servo/ are wrong. They miss a +x.
Sateallia commented on 2024-06-07 22:16 (UTC)
@ralphptorres I can't run the installed servo binary without sudo. If I download it manually and extract it in my downloads folder, I can run it just fine. Something to do with permissions?
1 2 3 4 5 Next › Last »