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

Latest Comments

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

cbrnr commented on 2024-05-02 05:29 (UTC) (edited on 2024-05-02 05:36 (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. 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?

cbrnr commented on 2024-01-08 10:26 (UTC)

The desktop launcher is now working with this package. However, it is still missing a binary in /usr/bin.

My PKGBUILD includes /usr/bin/rstudio, and since I'm using the .deb package for Ubuntu 22, I've also pruned the dependencies.

@Meow consider updating your PKGBUILD with my version.

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

Muflone commented on 2024-01-03 14:56 (UTC)

@Meow also the .install file is useless as those commands are automatically executed by the alpm hooks

cbrnr commented on 2023-12-20 10:11 (UTC) (edited on 2024-01-03 13:22 (UTC) by cbrnr)

BTW, I've asked upstream why the binary is not located in the usual location: https://community.rstudio.com/t/binary-location-in-linux-deb-package/178886