Search Criteria
Package Details: rstudio-desktop-bin 2025.05.1.513-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: | 356 |
Popularity: | 1.96 |
First Submitted: | 2011-06-16 16:26 (UTC) |
Last Updated: | 2025-06-13 02:43 (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 (postgresql13-libsAUR, postgresql-libs-gitAUR, postgresql-libs-12AUR)
- 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 »
minore commented on 2022-04-18 11:38 (UTC) (edited on 2022-04-18 13:19 (UTC) by minore)
Opening rstudio through the terminal along with the parameter "--disable-seccomp-filter-sandbox" stopped working for me since yesterday. I had not yet installed updates on kernel and packages, I only downloaded the updates. However, the parameter "--no-sandbox" works. Why is that?
sdaliso commented on 2022-04-17 20:32 (UTC)
Thanks a lot for your excellent work!!
lbravo commented on 2022-04-08 20:50 (UTC)
@jsbach Same problem here. Building the rstudio-desktop package works for me.
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 ^^
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 29 Next › Last »