Thank you, yibe. I've removed the xdg-reference.
Search Criteria
Package Details: chromium-snapshot-bin 151.0.7872.0.r1640474-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/chromium-snapshot-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | chromium-snapshot-bin |
| Description: | The open-source project behind Google Chrome (Latest Snapshot) |
| Upstream URL: | https://build.chromium.org |
| Keywords: | browser web |
| Licenses: | BSD |
| Provides: | chromium-snapshot |
| Submitter: | Det |
| Maintainer: | mrxx |
| Last Packager: | mrxx |
| Votes: | 496 |
| Popularity: | 0.006297 |
| First Submitted: | 2015-04-20 12:12 (UTC) |
| Last Updated: | 2026-06-02 23:21 (UTC) |
Dependencies (11)
- alsa-lib
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR)
- libxss
- libxtst
- nss (nss-hgAUR)
- flashpluginAUR (flashplugin-debugAUR) (optional) – support for Flash content
- gnome-keyring (gnome-keyring-gitAUR, oo7-gnome-keyring-dummyAUR) (optional) – for storing passwords in GNOME keyring
- kdialog (kdialog-gitAUR) (optional) – needed for file dialogs in KDE
- kwallet (kwallet-gitAUR) (optional) – for storing passwords in KWallet
- ttf-liberation (optional) – fix fonts for some PDFs [RBug #369991]
Required by (0)
Sources (13)
- chrome-linux-r1640528.zip
- chromedriver_linux64-r1640528.zip
- chromium-snapshot-bin.desktop
- chromium-snapshot-bin.sh
- chromium-snapshot-bin_128.png
- chromium-snapshot-bin_16.png
- chromium-snapshot-bin_22.png
- chromium-snapshot-bin_24.png
- chromium-snapshot-bin_256.png
- chromium-snapshot-bin_32.png
- chromium-snapshot-bin_48.png
- chromium-snapshot-bin_64.png
- LICENSE
mrxx commented on 2026-03-30 00:52 (UTC)
yibe commented on 2026-03-29 18:10 (UTC)
It looks like the latest snapshot (r1606816) no longer includes the xdg-* scripts:
==> Starting package()...
-> Creating directory structure...
-> Making it nice...
chmod: cannot access 'xdg-*': No such file or directory
==> ERROR: A failure occurred in package().
Aborting...
zrhoffman commented on 2024-09-30 22:55 (UTC)
Now that AUR package chromium-snapshot-bin provides/conflicts with chromium-snapshot, should the binary name, icons, and launcher be renamed from chromium-snapshot-bin to chromium-snapshot?
If so, chromedriver-snapshot-bin should probably renamed, too.
Thanks for all of your work maintaining the chromium-snapshot-bin AUR package!
mrxx commented on 2024-09-23 20:15 (UTC)
Thanks everybody, included chromedriver and updated the 'provides' flag.
thx1138 commented on 2024-09-08 00:33 (UTC) (edited on 2024-09-08 01:39 (UTC) by thx1138)
Here is a patch for the current PKGBUILD to include chromedriver as chromedriver-snapshot-bin: ...
:: chromium-snapshot-bin-130.0.6705.0.r1352472-1 and ungoogled-chromium-bin-128.0.6613.119-1 are in conflict (chromium). Remove ungoogled-chromium-bin? [y/N]
So:
-provides=('chromium')
+provides=('chromium-snapshot')
Nevertheless, thanks for that!
zrhoffman commented on 2024-08-31 23:52 (UTC)
Please consider including chromedriver in the chromium-snapshot-bin AUR package, because the chromium package also includes chromedriver.
Here is a patch for the current PKGBUILD to include chromedriver as chromedriver-snapshot-bin:
diff --git a/PKGBUILD b/PKGBUILD
index f535244..a6096db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,6 +2,7 @@
# Contributors: Det, Ner0, alexwizard, thotypous, jdhore, xduugu, randypenguin, bdheeman, AlK
pkgname=chromium-snapshot-bin
+_pkgname=${pkgname/chromium/chromedriver}
pkgver=130.0.6681.0.r1346976
pkgrel=1
pkgdesc="The open-source project behind Google Chrome (Latest Snapshot)"
@@ -18,11 +19,13 @@ provides=('chromium')
install=$pkgname.install
_build=$(curl -s "https://commondatastorage.googleapis.com/chromium-browser-snapshots/Linux_x64/LAST_CHANGE")
source=("chrome-linux-r$_build.zip::https://commondatastorage.googleapis.com/chromium-browser-snapshots/Linux_x64/$_build/chrome-linux.zip"
+"chromedriver_linux64-r$_build.zip::https://commondatastorage.googleapis.com/chromium-browser-snapshots/Linux_x64/$_build/chromedriver_linux64.zip"
"$pkgname.sh"
"$pkgname.desktop"
"$pkgname"_{16,22,24,32,48,64,128,256}.png
'LICENSE')
sha1sums=('SKIP'
+ 'SKIP'
'12c3b365d3765ab8d049b517c3f598563ef0c45b'
'e64637c07b921f197fc1d7fd031c8a73ea3a55f8'
'1cbdde48d193a648723f948370eff9b7b2fbf3f9'
@@ -48,17 +51,20 @@ package() {
install -d "$pkgdir"/usr/share/man/man1/
msg2 "Making it nice..."
+ sed 's/chrome/chromedriver/g' $pkgname.sh > ${_pkgname}.sh
# Permissions
find -type d -exec chmod 755 {} ';'
find -type f -exec chmod +r {} ';'
cd chrome-linux
chmod 755 chrome chrome-wrapper xdg-*
chmod 4755 chrome_sandbox
+ mv ../chromedriver_linux64/chromedriver .
cd ..
msg2 "Moving contents..."
# Main script
install -m755 $pkgname.sh "$pkgdir"/usr/bin/$pkgname
+ install -m755 ${_pkgname}.sh "$pkgdir"/usr/bin/${_pkgname}
# Rename chrome-sandbox
mv chrome-linux/chrome{_,-}sandbox
Thank you for maintaining the chromium-snapshot-bin AUR package. :)
InvisibleRasta commented on 2024-03-21 19:10 (UTC)
Cant install: ==> ERROR: Cannot find the debugedit binary required for including source files in debug packages.
korimitsu commented on 2023-11-25 17:52 (UTC)
Doesn't build anymore:
Building chromium-snapshot-bin...
==> Making package: chromium-snapshot-bin 121.0.6149.0.r1228979-1 (Sat 25 Nov 2023 04:50:27 PM)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found chrome-linux-r1228979.zip
-> Found chromium-snapshot-bin.sh
-> Found chromium-snapshot-bin.desktop
-> Found chromium-snapshot-bin_16.png
-> Found chromium-snapshot-bin_22.png
-> Found chromium-snapshot-bin_24.png
-> Found chromium-snapshot-bin_32.png
-> Found chromium-snapshot-bin_48.png
-> Found chromium-snapshot-bin_64.png
-> Found chromium-snapshot-bin_128.png
-> Found chromium-snapshot-bin_256.png
-> Found LICENSE
==> Validating source files with sha1sums...
chrome-linux-r1228979.zip ... Skipped
chromium-snapshot-bin.sh ... Passed
chromium-snapshot-bin.desktop ... Passed
chromium-snapshot-bin_16.png ... Passed
chromium-snapshot-bin_22.png ... Passed
chromium-snapshot-bin_24.png ... Passed
chromium-snapshot-bin_32.png ... Passed
chromium-snapshot-bin_48.png ... Passed
chromium-snapshot-bin_64.png ... Passed
chromium-snapshot-bin_128.png ... Passed
chromium-snapshot-bin_256.png ... Passed
LICENSE ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
-> Extracting chrome-linux-r1228979.zip with bsdtar
==> Starting pkgver()...
==> Removing existing $pkgdir/ directory...
==> Entering fakeroot environment...
==> Starting package()...
-> Creating directory structure...
-> Making it nice...
chmod: cannot access 'nacl_*': No such file or directory
==> ERROR: A failure occurred in package().
Aborting...
zrhoffman commented on 2023-01-23 04:37 (UTC) (edited on 2023-01-23 04:38 (UTC) by zrhoffman)
chromium-snapshot-bin should include the contents of chromedriver_linux64.zip, IMO, because
-
The
chromiumextra package includeschromedriver -
the
chromedriverAUR package rightly conflicts withchromium -
chromium-snapshot-binprovideschromium
chromedriver_linux64.zip only includes the chromedriver binary and a license
DAC324 commented on 2021-10-02 12:32 (UTC)
Looks like this chromium version also does not like --force-device-scale-factor. If set to values greater than 1, maximizing chromium leads to an overscan so that the window borders are outside the visible screen area.
If resized to fit the screen, the window controls at the right (such as minimize, restore, maximize, close) are not working. If you click on these, it is recognized as a click on the desktop background.
Workaround: Do not use --force-device-scale-factor.
Pinned Comments
Det commented on 2017-03-30 10:20 (UTC) (edited on 2017-12-13 23:06 (UTC) by Det)
✔Do not flag this package out-of-date.It updates automatically on each install.