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: 345
Popularity: 1.74
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 »

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

Finebread commented on 2023-12-16 12:43 (UTC) (edited on 2023-12-16 12:46 (UTC) by Finebread)

@Meow Could you please add to the package an executable to /usr/bin, that @Atom194 mentioned on 20th of September 2023? Atom's solution worked for me and was a missing piece to have a complete installation.

@cbrnr commentary on 13rd of September 2023 mentioned one PKGBUILD available on Github that contains the symlink creation that is not in the rstudio-desktop-bin PKGBUILD, Last Updated: 2023-11-05 16:09 (UTC).

I would call the symlink after the package's name rstudio-desktop-bin, instead of rstudio-bin in the mentioned Github PKGBUILD, for clarity.

mpldr commented on 2023-11-01 19:08 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index cf3d129..55c09d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
 # Maintainer: Meow

 pkgname=rstudio-desktop-bin
-pkgver=2023.09.0.463
-_pkgver=2023.09.0-463
+pkgver=2023.09.1.494
+_pkgver=2023.09.1-494
 pkgrel=1
 pkgdesc="An integrated development environment (IDE) for R (binary from RStudio official repository)"
 arch=('x86_64')
@@ -15,9 +15,7 @@ conflicts=('rstudio-desktop' 'rstudio-desktop-git' 'rstudio-desktop-preview-bin'
 provides=("rstudio-desktop=${pkgver}")
 options=(!strip)

-sha256sums_x86_64=(
-52f513f75af83032e7e6a7402a2c2c4e65d65a298b1838454b05c31831d43494
-)
+sha256sums_x86_64=('89054e48a855de355e329360f916448532c55b104c49f2b7d08897d671b9add6')

 source_x86_64=("https://download1.rstudio.org/electron/focal/amd64/rstudio-${_pkgver}-amd64.deb")