Package Details: rstudio-desktop-bin 2024.04.1.748-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: 345
Popularity: 2.21
First Submitted: 2011-06-16 16:26 (UTC)
Last Updated: 2024-05-24 10:46 (UTC)

Latest Comments

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

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

mithanan commented on 2021-12-07 09:03 (UTC)

@CyrusYip, thank you for your comment, i found an easier solution, just install the rstudio-fcitx5 package

fantom commented on 2021-11-25 22:35 (UTC)

This is building fine but when running I get an error because it requires an old version of libldap which can be found in the AUR: https://aur.archlinux.org/packages/libldap24/

Samsagax commented on 2021-10-28 23:07 (UTC)

May I suggest to add WAYLAND_DISPLAY=, effectively disabling wayland and forcing XWayland. Like this

Exec=env WAYLAND_DISPLAY= /usr/bin/rstudio-bin %F

Overriding the .desktop file so it works on Wayland sessions (tested on KDE and it works)

CyrusYip commented on 2021-10-20 01:46 (UTC)

Hi, @mithanan. You can use Fcitx5 via this command.

sudo wget -O /usr/lib/rstudio/plugins/platforminputcontexts/libfcitxplatforminputcontextplugin.so  https://github.com/JackieMium/libfcitxplatforminputcontextplugin.so/raw/f6d37b8b1ec9147b1f333db48091dc55af9a0e7a/lib-fcitx-plugin/debian.sid.20181208/libfcitxplatforminputcontextplugin.so.for.RStudio

Restart Rstudio, and you can use Fcitx5 now.

For more information, read these two Chinese posts:

lgggobol commented on 2021-09-18 15:57 (UTC) (edited on 2021-09-18 15:58 (UTC) by lgggobol)

@ith140 - I had the same error too. Try install "libxkbcommon-x11". It worked after rebooting in my case.