Package Details: jetbrains-toolbox 2.5.1.34629-1

Git Clone URL: https://aur.archlinux.org/jetbrains-toolbox.git (read-only, click to copy)
Package Base: jetbrains-toolbox
Description: Manage all your JetBrains Projects and Tools
Upstream URL: https://www.jetbrains.com/toolbox/
Licenses: custom:jetbrains
Submitter: freswa
Maintainer: freswa
Last Packager: freswa
Votes: 164
Popularity: 5.26
First Submitted: 2016-05-25 09:43 (UTC)
Last Updated: 2024-10-22 17:24 (UTC)

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 Next › Last »

JuniorJPDJ commented on 2017-12-09 02:28 (UTC)

Add libxss as depedency, without it installed it crashes.

krx commented on 2017-10-26 23:39 (UTC)

Newest update (1.5.2871-1) seems to fix the blank screen issue

moeahmed commented on 2017-10-09 00:07 (UTC)

Unfortunately, appending "--disable-seccomp-filter-sandbox" did not work for me. After a fresh install, i installed mesa and reinstalled my display driver using the following command. > sudo pacman -S mesa xf86-video-intel A quick reboot later, jetbrains-toolbox was working as expected and no longer gave me the frustrating blank screen.

deadly4u commented on 2017-09-26 14:54 (UTC)

artodeto's solution is the most permanent solution for me. Previously, I attempted to append --disable-seccomp-filter-sandbox using different methods. When using KDE autostart, if I append --disable-seccomp-filter-sandbox, the jetbrains executable overwrites the parameter list and removes it on the next launch. When modifying the ".desktop" file and appending --disable-seccomp-filter-sandbox, the jetbrains-toolbox executable overwrites the file on the next launch with a fresh copy without this parameter.

iMalinowski commented on 2017-09-21 03:47 (UTC) (edited on 2017-09-21 03:47 (UTC) by iMalinowski)

I can confirm that @L0rne 's fix worked for me as well.

tylercrompton commented on 2017-09-13 21:58 (UTC) (edited on 2017-09-13 21:59 (UTC) by tylercrompton)

Why does the sandbox need to be disabled though? How was Toolbox previously using the web events to install JetBrains software?

L0rne commented on 2017-09-12 06:39 (UTC)

@Zehta I got the same issue, starting it with this flag fixed it for me. "--disable-seccomp-filter-sandbox" This should do the trick until it gets fixed properly

Zehta commented on 2017-09-11 23:48 (UTC)

I'm having the same issue of the panel simply coming up blank, if anyone has any suggestions for this, would be much appreciated.

artodeto commented on 2017-09-09 20:41 (UTC)

echo "export QTWEBENGINE_DISABLE_SANDBOX=true" > ~/.toolboxrc If you get errors like the following. ================ [0909/215612:WARNING:resource_bundle.cc(311)] locale_file_path.empty() for locale Qt WebEngine ICU data not found at /work/external/qt-installer/Qt/5.7/gcc_64/resources. Trying parent directory... Qt WebEngine ICU data not found at /work/external/qt-installer/Qt/5.7/gcc_64. Trying application directory... Installed Qt WebEngine locales directory not found at location /work/external/qt-installer/Qt/5.7/gcc_64/translations/qtwebengine_locales. Trying application directory... Qt WebEngine locales directory not found at location /tmp/.mount_0xwWtl/usr/share/jetbrains-toolbox/libexec/qtwebengine_locales. Trying fallback directory... Translations MAY NOT not be correct. Qt WebEngine resources not found at /work/external/qt-installer/Qt/5.7/gcc_64/resources. Trying parent directory... Qt WebEngine resources not found at /work/external/qt-installer/Qt/5.7/gcc_64. Trying application directory... [0909/215613:WARNING:resource_bundle.cc(311)] locale_file_path.empty() for locale /home/qt/work/qt/qtwebengine/src/3rdparty/chromium/sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc:**CRASHING**:seccomp-bpf failure in syscall 0281 Received signal 11 SEGV_MAPERR 00000c003119 #0 0x7f8f635cca2e <unknown> #1 0x7f8f635ccdeb <unknown> #2 0x7f8f5ef28da0 <unknown> #3 0x7f8f63db6048 <unknown> #4 0x7f8f63f17c9e <unknown> #5 0x7f8f5ef28da0 <unknown> #6 0x7f8f5e36c326 __GI_epoll_pwait #7 0x7f8f64aa8df0 <unknown> #8 0x7f8f64aa7042 <unknown> #9 0x7f8f635c3d5e <unknown> #10 0x7f8f635fd5a8 <unknown> #11 0x7f8f635e7b65 <unknown> #12 0x7f8f63615b21 <unknown> #13 0x7f8f636121c7 <unknown> #14 0x7f8f5ef1e08a start_thread #15 0x7f8f5e36c1bf __GI___clone r8: 0000000000000002 r9: 00007f8f52c1a56c r10: 0000000000000000 r11: 0000000000000246 r12: 00007f8f52c1a570 r13: 000000000170fe60 r14: 00007f8f52c1a5c0 r15: 000000000170dbe0 di: 0000000000000001 si: 00007f8f656ad786 bp: 00007f8f52c1a5c0 bx: 000000000c003119 dx: 000000000c000000 ax: 000000000c003000 cx: 00007f8f5ef278bb sp: 00007f8f52c1a570 ip: 00007f8f63db6048 efl: 0000000000010202 cgf: 002b000000000033 erf: 0000000000000006 trp: 000000000000000e msk: 0000000000000000 cr2: 000000000c003119 [end of stack trace] ================ See: https://youtrack.jetbrains.com/issue/ALL-1947