Could you help please?
[user@myhost ~]$ chromium-browser --enable-accelerated-compositing
[8937:8937:31548486361:ERROR:base/native_library_linux.cc(32)] dlopen failed when trying to open libGLESv2.so: libGLESv2.so: cannot open shared object file: No such file or directory
[8937:8937:31563962529:FATAL:app/x11_util.cc(59)] X Error detected: serial 198, error_code 9 (BadDrawable (invalid Pixmap or Window parameter)), request_code 14 minor_code 0 (X_GetGeometry)
[9045:9045:32434587117:ERROR:base/native_library_linux.cc(32)] dlopen failed when trying to open libGLESv2.so: libGLESv2.so: cannot open shared object file: No such file or directory
Despite of the above warnings, the browser runs correctly, but, of course there are no hardware acceleration.
(I use http://webkit.org/blog/386/3d-transforms/ and http://www.satine.org/research/webkit/snowleopard/snowstack.html to make sure that acceleration is off.)
Search Criteria
Package Details: chromium-snapshot-bin 133.0.6838.0.r1383276-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: | 498 |
Popularity: | 0.57 |
First Submitted: | 2015-04-20 12:12 (UTC) |
Last Updated: | 2024-11-15 11:35 (UTC) |
Dependencies (11)
- alsa-lib
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- 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) (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 (ttf-defenestrationAUR) (optional) – fix fonts for some PDFs [RBug #369991]
Required by (0)
Sources (13)
- chrome-linux-r1383521.zip
- chromedriver_linux64-r1383521.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
Latest Comments
« First ‹ Previous 1 .. 23 24 25 26 27 28 29 30 31 Next › Last »
<deleted-account> commented on 2010-11-14 09:24 (UTC)
<deleted-account> commented on 2010-10-26 04:33 (UTC)
@bdheeman, if you want to address this problem, the part mentioned by @ChoK can be decoupled from PKGBUILD and live as a separate script on aur.
<deleted-account> commented on 2010-10-26 04:02 (UTC)
@ChoK, The ArchLinux does not have/provide a mechanism like Debain, Fedora and, or Ubuntu's /etc/alternatives, so that users may set their own precedence.
I knew, many applications use the symlink x-www-browser; so I attempted to address that in a somewhat rude way.
Let me devise something better, I shall update the PKGBUILD accordingly.
<deleted-account> commented on 2010-10-26 01:38 (UTC)
You shouldn't assume the user wants chromium as the default browser. It's better to display a reminder about that. (And I think it doesn't concern gnome and kde but lxde/openbox uses this symlink)
in chromium-browser.install:
post_install() {
if [ "$(readlink /usr/bin/x-www-browser)" != "chromium-browser" ]; then
ln -fs chromium-browser /usr/bin/x-www-browser
fi
[...]
}
post_remove() {
if [ "$(readlink /usr/bin/x-www-browser)" = "chromium-browser" ]; then
if [ -x /usr/bin/arora ]; then
ln -fs arora /usr/bin/x-www-browser
elif [ -x /usr/bin/firefox ]; then
ln -fs firefox /usr/bin/x-www-browser
else
rm -f /usr/bin/x-www-browser
fi
fi
[...]
}
<deleted-account> commented on 2010-10-23 17:27 (UTC)
@Phlogiston, Plz use official 'makepkg' tool.
Phlogiston commented on 2010-10-23 11:26 (UTC)
[root@htpc ~]# packer -S chromium-browser-bin
/tmp/packertmp-0/chromium-browser-bin.PKGBUILD: line 46: msg: command not found
/tmp/packertmp-0/chromium-browser-bin.PKGBUILD: line 49: msg2: command not found
/tmp/packertmp-0/chromium-browser-bin.PKGBUILD: line 55: [: : integer expression expected
/tmp/packertmp-0/chromium-browser-bin.PKGBUILD: line 60: devel_update: command not found
didi2002 commented on 2010-09-15 22:44 (UTC)
try starting chromium with the "--enable-accelerated-2d-canvas" parameter...Incredibly fast!
<deleted-account> commented on 2010-09-04 16:46 (UTC)
Now it works well !
polslinux commented on 2010-09-03 12:32 (UTC)
There's a problem with the wrapper patch!
polslinux commented on 2010-09-03 12:27 (UTC)
same problem
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.