Search Criteria
Package Details: rstudio-desktop-bin 2024.12.0.467-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/rstudio-desktop-bin.git (read-only, click to copy) |
---|---|
Package Base: | rstudio-desktop-bin |
Description: | An integrated development environment (IDE) for R (binary from RStudio official repository) |
Upstream URL: | http://www.rstudio.org/ |
Licenses: | GPL |
Conflicts: | rstudio-desktop, rstudio-desktop-git, rstudio-desktop-preview-bin |
Provides: | rstudio-desktop |
Submitter: | Meow |
Maintainer: | Meow |
Last Packager: | Meow |
Votes: | 352 |
Popularity: | 2.79 |
First Submitted: | 2011-06-16 16:26 (UTC) |
Last Updated: | 2024-12-20 01:26 (UTC) |
Dependencies (13)
- alsa-lib
- at-spi2-core (at-spi2-core-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libedit
- nss (nss-hgAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- openssl-1.1
- postgresql-libs (postgresql-libs-12AUR, postgresql13-libsAUR, postgresql-libs-gitAUR)
- r (r-mklAUR)
- shared-mime-info
- sqlite (sqlite-fossilAUR)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (optional) – C/C++ and Rcpp support
Latest Comments
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 29 Next › Last »
jsbach commented on 2022-03-15 22:15 (UTC)
I run Arch Linux + KDE + sddm under X11. rstudio-desktop-bin is installed on my system (from the AUR). I am able to start rstudio using sudo, but the other proposed solutions (--no-sandbox and --disable-seccomp-filter-sandbox) do not work for me. The problem started recently. Suggestions are welcome. See comment #2 at
https://bbs.archlinux.org/viewtopic.php?pid=2027043#p2027043
chendaniely commented on 2022-03-15 01:41 (UTC)
@meow I think the fix we can do on the AUR side is to replace
with
in the
PKGBUILD
. This should "just" fix therstudio.desktop
for now and get things working normally again.haven commented on 2022-03-13 16:44 (UTC)
Not sure if today's update was aimed at fixing the blank screen issue, but it doesn't fix it and overwrites the
rstudio.desktop
file, need to add--disable-seccomp-filter-sandbox
as per below @chendaniely comment.ishaanbhimwal commented on 2022-03-11 13:41 (UTC)
If anyone is getting the below error in wayland then try to set the
QT_QPA_PLATFORM
environment variable:chendaniely commented on 2022-02-23 20:08 (UTC) (edited on 2022-02-26 22:03 (UTC) by chendaniely)
quick fix for the
--no-sandbox
/--disable-seccomp-filter-sandbox
issue in rstudio is to either:export RSTUDIO_CHROMIUM_ARGUMENTS="--disable-seccomp-filter-sandbox" >> ~/.bashrc
You can also aim to modify
/usr/share/applications/rstudio.desktop
to include--disable-seccomp-filter-sandbox
at the end of theexec
sectionSee this GitHub comment and the one below it: https://github.com/rstudio/rstudio/issues/9854#issuecomment-1047074303
edit: used to say
--no-sandbox
, changed becaues of @alarg's commentchendaniely commented on 2022-02-16 18:37 (UTC)
The glibc issue for rstudio is being tracked here: https://github.com/rstudio/rstudio/issues/9854
landaro commented on 2022-02-16 15:58 (UTC)
for what its worth, the Microsoft Teams app from the AUR (running via electron, I think) has similar whitescreen issues since recently, and the discussion there has identified the recent glibc and gcc updates as the presumable source of the problems.
Moreover, teams can be restored to functionality on the updated libs, by passing the
--no-sandbox
flag as well.Given that the same workaround seems to fix both teams and rstudio, I would suggest to have a closer look at the underlying shared stack (i.e. electron?)
Hope this helps somehow ^^
paskali commented on 2022-02-16 15:40 (UTC) (edited on 2022-02-16 15:43 (UTC) by paskali)
rstudio-bin --no-sandbox
solves the white screen issue. I think there is a bug with qt5webengine, as the issue appeared after an update of qt5. I guess we should wait for an upstream fix.PS: I reinstalled rstudio-desktop-bin a few times, then tried rstudio-desktop-preview-bin, downgraded all qt5 packages to older versions, but nothing seems to fix the issue.
haven commented on 2022-02-16 15:39 (UTC)
Same blank screen. Thought it was only me, reinstalled everything, so far only
rstudio-bin --no-sandbox
helpedLuisDamiano commented on 2022-02-16 15:08 (UTC) (edited on 2022-02-16 23:18 (UTC) by LuisDamiano)
Same issue: blank screen. I switched to starting rstudio-server locally and opening rstudio in my browser, it seems to work fine so far as a temporary workaround.
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 29 Next › Last »