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: 344
Popularity: 1.44
First Submitted: 2011-06-16 16:26 (UTC)
Last Updated: 2024-05-24 10:46 (UTC)

Latest Comments

1 2 3 4 5 6 .. 28 Next › Last »

produnis commented on 2024-05-24 09:51 (UTC)

No, the maintainer is just some kind of special... We are all hoping for cbrnr to maintain this package....

chardon_cs commented on 2024-05-24 05:34 (UTC) (edited on 2024-05-24 05:35 (UTC) by chardon_cs)

Does the maintainer forget to update the repo? It's still outdated...

arunkhattri commented on 2024-05-19 13:14 (UTC)

@cbrnr thanks for the pkgbuild... I suppose now is the time to be official maintainer for this package

cbrnr commented on 2024-05-02 05:29 (UTC) (edited on 2024-05-16 05:41 (UTC) by cbrnr)

Nothing has changed. The desktop launcher has been working for some time now, but all of the other things still aren't implemented (e.g. launching RStudio from the command line). You can use the PKGBUILD in my gist if you want/need that (just updated to the latest version 2024.04.1-748):

https://gist.github.com/cbrnr/9bad76d97ff17e37980cf40416fc5596

joescience commented on 2024-05-01 21:44 (UTC)

Did this get a new maintainer? seems to work fine with newest rstudio _pkgver=2024.04.0-735

candrew commented on 2024-02-23 21:48 (UTC)

@cbrnr Whoops, thanks anyway

cbrnr commented on 2024-02-23 08:53 (UTC)

@candrew I've already done that before without success, but yes, I'd maintain the package. Regarding Wayland flags, I think these should go into a config file, I'll do some more research on the recommended way, and let you know how to best proceed.

backbord commented on 2024-02-23 07:04 (UTC)

I've also added ozone flags to use wayland, if available:

diff --git a/PKGBUILD b/PKGBUILD
index 9106944..9797443 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,5 +36,7 @@ package() {

   ln -s /usr/lib/rstudio/rstudio "$pkgdir/usr/bin/rstudio"

+  sed -i 's/rstudio\/rstudio/rstudio\/rstudio --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations /g' "$pkgdir/usr/share/applications/rstudio.desktop"
+
 }
 # vim:ft=sh tabstop=2 expandtab

candrew commented on 2024-02-23 05:03 (UTC) (edited on 2024-02-23 05:08 (UTC) by candrew)

I have made an orphan request for this package because the maintainer hasn't been responding.

If the maintainer doesn't respond within 2 weeks, @cbrnr could you maintain it?