Package Details: slimjet 42.0.3.0-5

Git Clone URL: https://aur.archlinux.org/slimjet.git (read-only, click to copy)
Package Base: slimjet
Description: Fast, smart and powerful browser based on Blink
Upstream URL: https://www.slimjet.com
Keywords: blink browser chromium slimjet web
Licenses: LicenseRef-Freeware
Conflicts: slimjet, slimjet-beta, slimjet35
Submitter: raininja
Maintainer: ahmedmoselhi (zxp19821005)
Last Packager: zxp19821005
Votes: 36
Popularity: 0.017415
First Submitted: 2015-08-22 22:29 (UTC)
Last Updated: 2024-04-22 04:01 (UTC)

Dependencies (9)

Required by (0)

Sources (3)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 14 Next › Last »

Katsuki commented on 2021-06-25 06:55 (UTC) (edited on 2021-06-25 06:58 (UTC) by Katsuki)

For version 30.0.5.0 you could use libffmpeg.so from opera codec here: https://archive.archlinux.org/packages/o/opera-ffmpeg-codecs/opera-ffmpeg-codecs-88.0.4324.150-1-x86_64.pkg.tar.zst

If you have "no sound" problem when playing video or audio, you could try to run "flashpeak-slimjet" script with "--no-sandbox" flag.

If you have youtube high cpu usage problem because of sw.js service worker problem (you can check it with slimjet taskmanager), you could try to block service worker with "Reject Service Worker" extension.

xanadu73 commented on 2021-04-16 18:01 (UTC)

Version 29x has problems with streaming videos, and the suggestion on the website about ffmpeg has ceased working. Previous releases didn't had such problem. The same thing happens on Debian also, so don't fiddle much with your system.

jrichard326 commented on 2021-03-23 22:16 (UTC)

@dalto: Thank you, the snapshot method worked just fine in building the package. This is a secondary browser for me, but I like to keep it on hand if for some reason I think FF nightly is not working on a particular site. It's a pity that they do not update the codebase very often. Turbo downloader, search box and built in video downloader are nice features.

dalto commented on 2021-03-23 21:16 (UTC)

@jrichard326, that isn't really the correct way to build an AUR package. It only works for packages without additional files.

You really should either git clone the package or download the snapshot. Then you can call makepkg.

jrichard326 commented on 2021-03-23 21:13 (UTC)

I was able to build it by removing the reference to "license" in source and in the package section of the PKGBUILD. I typically run makepkg -cs --skipchecksums in the folder where the PKGBUILD was copied to.

dalto commented on 2021-03-23 12:15 (UTC) (edited on 2021-03-23 12:21 (UTC) by dalto)

@jrichard326, it is working fine here. How are you trying to build it? Did you download all the files or only the PKGBUILD? Downloading only the PKGBUILD will not work.

jrichard326 commented on 2021-03-23 12:10 (UTC)

When I try to build, I get this error:

==> ERROR: LICENSE was not found in the build directory and is not a URL.

dalto commented on 2021-03-04 14:06 (UTC)

@sankadub, That libglesv2 error is "normal" it happens even on supported platforms.

What isn't normal is those audio errors. I am not sure what, specifically, is causing those. It happens on Arch as well. Most likely, the version of slimjet is not compatible with current libraries in Arch.

Since this is a binary package provided by flashpeak, unless someone knows of a workaround, the fix will need to come from upstream.

sankadub commented on 2021-03-04 06:49 (UTC)

Hello! After updating Manjaro Plasma (KDE Plasma 5.21.1) Slimjet stopped playing videos (youtube.com, 1tv.ru, etc.). Konsole error: $ flashpeak-slimjet [5352: 5352: 0227 / 085821.171354: ERROR: gl_implementation.cc (282)] Failed to load /opt/slimjet/libGLESv2.so: /opt/slimjet/libGLESv2.so: unable to open shared object file: No such file or directory [5352: 5352: 0227 / 085821.172194: ERROR: viz_main_impl.cc (150)] Exiting GPU process due to errors during initialization [5354: 5366: 0227 / 085823.035777: ERROR: ssl_client_socket_impl.cc )] handshake failed; returned -1, SSL error code 1, net_error -107 [5354: 5366: 0227 / 085823.055192: ERROR: ssl_client_socket_impl.cc (960)] handshake failed; returned -1, SSL error code 1, net_error -107 The futex facility returned an unexpected error code. The futex facility returned an unexpected error code. [5394: 4: 0227 / 085917.788694: ERROR: batching_media_log.cc (38)] MediaEvent: {"error": "audio render error"} [5394: 1: 0227 /undefined 085917.788916: ERROR: batching_media_log.cc (35)] MediaEvent: {"pipeline_error": 19} The futex tool returned an unexpected error code. The futex facility returned an unexpected error code. [5394: 4: 0227 / 085919.141729: ERROR: batching_media_log.cc (38)] MediaEvent: {"error": "Sound rendering error"} [5394: 1: 0227 / 085919.141950: ERROR: batching_media_log.cc (35)] MediaEvent : {"pipeline_error": 19} Thank you! undefined