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

Latest Comments

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

chendaniely 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 helped

LuisDamiano 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.

renordw commented on 2022-02-16 02:13 (UTC)

Also opening up to a white screen with serious problems all over, including pamac and gnome document coredumps.

Goetz commented on 2022-02-16 00:57 (UTC) (edited on 2022-02-16 00:59 (UTC) by Goetz)

Yes, same error here. I found a workaround: Start the program with rstudio-bin --no-sandbox will work.

aqua123 commented on 2022-02-15 19:24 (UTC) (edited on 2022-02-15 20:03 (UTC) by aqua123)

Is it just me or is anyone else experiencing rstudio opening to a blank screen?

I'm on KDE, noticed that last night I did an upgrade to qt5-base 5.15.2+kde+r298-1, and this has happened to me on two separate machines -- might try a downgrade to qt5-base

E: Downgrade to qt5-base didn't work. But there is a coredump of QtWebEngineProc, though. Traceback

aspeddro commented on 2022-01-13 01:31 (UTC) (edited on 2022-01-13 01:32 (UTC) by aspeddro)

Update to 2021.09.2.382
From 24e14067a298f69a4ed7858a685c39f7d0d81a2e Mon Sep 17 00:00:00 2001
From: Pedro Castro <pdesacastro@gmail.com>
Date: Wed, 12 Jan 2022 22:01:31 -0300
Subject: [PATCH] 2021.09.2.382

---
 .SRCINFO |  8 ++++----
 PKGBUILD | 10 +++-------
 2 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/.SRCINFO b/.SRCINFO
index ea3b9c0..4ef516b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = rstudio-desktop-bin
    pkgdesc = An integrated development environment (IDE) for R (binary from RStudio official repository)
-   pkgver = 2021.09.1.372
+   pkgver = 2021.09.2.382
    pkgrel = 1
    url = http://www.rstudio.org/
    install = rstudio-desktop-bin.install
@@ -15,12 +15,12 @@ pkgbase = rstudio-desktop-bin
    depends = postgresql-libs
    depends = sqlite
    optdepends = clang: C/C++ and Rcpp support
-   provides = rstudio-desktop=2021.09.1.372
+   provides = rstudio-desktop=2021.09.2.382
    conflicts = rstudio-desktop
    conflicts = rstudio-desktop-git
    conflicts = rstudio-desktop-preview-bin
    options = !strip
-   source_x86_64 = https://download1.rstudio.org/desktop/bionic/amd64/rstudio-2021.09.1-372-amd64.deb
-   sha256sums_x86_64 = 921b4f230d29fab4af7a550f622831f2c364870c0cdf7b8e6ba195ac0448bc75
+   source_x86_64 = https://download1.rstudio.org/desktop/bionic/amd64/rstudio-2021.09.2-382-amd64.deb
+   sha256sums_x86_64 = f3dd882395ad8fad8ab263284608d50f56eb758a76a9d2a9b7968100c5efe4b0

 pkgname = rstudio-desktop-bin
diff --git a/PKGBUILD b/PKGBUILD
index cfc3525..06deac2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
 # NOTE: If you are experiencing segmentation fault, delete the ".rstudio-desktop" folder from your home directory then restart the program should fix the issue.

 pkgname=rstudio-desktop-bin
-pkgver=2021.09.1.372
-_pkgver=2021.09.1-372
+pkgver=2021.09.2.382
+_pkgver=2021.09.2-382
 pkgrel=1
 pkgdesc="An integrated development environment (IDE) for R (binary from RStudio official repository)"
 arch=('x86_64')
@@ -20,11 +20,7 @@ conflicts=('rstudio-desktop' 'rstudio-desktop-git' 'rstudio-desktop-preview-bin'
 provides=("rstudio-desktop=${pkgver}")
 options=(!strip)

-sha256sums_x86_64=(
-921b4f230d29fab4af7a550f622831f2c364870c0cdf7b8e6ba195ac0448bc75
-#84e61f5eda991b978fa168d6762f7990
-#391ba54997d6faddbfe41a185a823ee4
-)
+sha256sums_x86_64=('f3dd882395ad8fad8ab263284608d50f56eb758a76a9d2a9b7968100c5efe4b0')

 source_x86_64=("https://download1.rstudio.org/desktop/bionic/amd64/rstudio-${_pkgver}-amd64.deb"
 #"http://archive.ubuntu.com/ubuntu/pool/main/g/gstreamer0.10/libgstreamer0.10-0_0.10.36-1.2ubuntu3_amd64.deb"
--
2.34.1