Package Details: rstudio-desktop-bin 2023.12.1.402-1

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: 343
Popularity: 1.33
First Submitted: 2011-06-16 16:26 (UTC)
Last Updated: 2024-03-07 00:39 (UTC)

Latest Comments

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

billypilgrim commented on 2022-09-07 14:04 (UTC)

It's not loading for me :-(. It just hangs without ever displaying the GUI.

Here's the log:

WebEngineContext used before QtWebEngine::initialize() or OpenGL context creation failed.
qt.qpa.wayland: No shell integration named "xdg-shell" found
qt.qpa.wayland: No shell integration named "xdg-shell-v6" found
qt.qpa.wayland: No shell integration named "wl-shell" found
qt.qpa.wayland: No shell integration named "ivi-shell" found
qt.qpa.wayland: Loading shell integration failed.
qt.qpa.wayland: Attempted to load the following shells ("xdg-shell", "xdg-shell-v6", "wl-shell", "ivi-shell")
qt.qpa.wayland: Wayland does not support QWindow::requestActivate()

AugustinCrochat commented on 2022-08-31 08:44 (UTC)

I update rmarkdown and knitr, but it keeps asking to install again, and I can't knit to PDF.

minore commented on 2022-06-07 06:54 (UTC)

After the latest update, I can launch Rstudio from the GUI environment normally, without needing the terminal. I'm on Manjaro Gnome. Thank you for the update.

TheKoalaBoy commented on 2022-04-25 15:23 (UTC)

As trap000d said in this comment, there are some issues related with dependencies with quarto. If rstudio does not open, hangs, the "Visual" option hangs or freezes, open rstudio from terminal with rstudio-bin --no-sandbox. Hope this helps.

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

sed -i 's|/usr/lib/rstudio/bin/rstudio|/usr/bin/rstudio-bin|' "$pkgdir/usr/share/applications/rstudio.desktop"

with

sed -i 's|/usr/lib/rstudio/bin/rstudio|/usr/bin/rstudio-bin --disable-seccomp-filter-sandbox|' "$pkgdir/usr/share/applications/rstudio.desktop"

in the PKGBUILD. This should "just" fix the rstudio.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.