Package Details: rstudio-desktop 2025.05.0.496-1

Git Clone URL: https://aur.archlinux.org/rstudio-desktop.git (read-only, click to copy)
Package Base: rstudio-desktop
Description: A powerful and productive integrated development environment (IDE) for R programming language
Upstream URL: https://github.com/rstudio/rstudio
Licenses: AGPL-3.0-only
Conflicts: rstudio-desktop
Provides: rstudio-desktop
Submitter: None
Maintainer: xiota
Last Packager: xiota
Votes: 73
Popularity: 0.58
First Submitted: 2011-03-04 15:02 (UTC)
Last Updated: 2025-05-12 06:23 (UTC)

Dependencies (36)

Required by (0)

Sources (4)

Pinned Comments

xiota commented on 2025-03-01 05:16 (UTC) (edited on 2025-05-01 20:46 (UTC) by xiota)

Packaging notes:

  • Given the inconvenience of having this package become unusable for an indefinite amount time, sodeps are used to prevent boost upgrades from breaking this package. Others may be added. Updates may need to be forced with pacman -Syudd prior to rebuilding. This is unnecessary when building in a clean chroot.
  • Any variable declared : ${var:=value} can be set in the environment prior to build.
    • For example: var=value makepkg -rsC; Method for AUR helpers may vary.
    • For clean chroot, try something like: extra-x86_64-build -- var=value

Problems?

  • Try building in a clean chroot.
  • If your distro has delayed updates, you may need to wait a few weeks.
  • Avoid commenting and flagging for the same issue at the same time.
    • Flag for routine and mechanical issues (depends, typos, mistakes, etc)
    • Comment for issues requiring discussion.
    • Please use a pastebin for blocks of text more than a few lines.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 31 Next › Last »

xiota commented on 2025-01-13 16:14 (UTC) (edited on 2025-01-13 16:14 (UTC) by xiota)

Try aur/quarto-cli-bin. There is a comment at aur/quarto-cli indicating it isn't in a usable state.

Wild_Penguin commented on 2025-01-13 15:30 (UTC)

This does not seem to pick up quarto for some reason. I have quarto-cli installed but quarto is unavailable. It does work with rstudio-desktop-bin, though.

xiota commented on 2024-12-20 21:47 (UTC)

@JuliusTZM If you have some free time, would be helpful if you could try to figure out which specific font is related to the problem. Maybe a font alias or substitution could work.

@ith140 Would be helpful if you can confirm whether ttf-ms-fonts prevents the segfault.

JuliusTZM commented on 2024-11-29 20:59 (UTC) (edited on 2024-11-29 20:59 (UTC) by JuliusTZM)

@ith140:

I installed ttf-ms-fonts, and no more segfault. It looks ugly, but I choose some MS Fonts at least.

ith140 commented on 2024-11-22 09:13 (UTC)

@xitoa,

This is the same issue and I'm using the latest pkgbuild - even tried it clean just to make sure. It used to build just fine in my vm environment (I've only built it in my vm).

It is odd that the ubuntu tarball runs just fine (with a similar error) but the AUR one doesn't.

Thanks for all your help and looking into my issue.

xiota commented on 2024-11-07 17:15 (UTC)

@ith140 Is this the same issue as you mentioned before? And you've rebuilt with the latest available PKGBUILD?

I wonder if related to GPU availability. Another possibility is difference between native processor and VM instruction sets. (Are you building inside VM? Or outside VM, possibly on a different machine?)

I'll look in extra/code for anything useful.

ith140 commented on 2024-11-07 11:17 (UTC) (edited on 2024-11-07 11:22 (UTC) by ith140)

@xiota,

This used to work for me on this system, but no longer with a recent update. (VS) Code works for me with electron32. The ubuntu 24 tarball will start fine for me with some errors, but no segfaults. The AUR packaged version segfaults after exiting GPU process line.

[14421:1107/121546.666322:ERROR:gl_factory.cc(120)] Requested GL implementation (gl=none,angle=none) not found in allowed implementations: [(gl=egl-angle,angle=default),(gl=egl-gles2,angle=none)]. [14421:1107/121546.669913:ERROR:viz_main_impl.cc(198)] Exiting GPU process due to errors during initialization [14477:1107/121547.972637:ERROR:gl_factory.cc(120)] Requested GL implementation (gl=none,angle=none) not found in allowed implementations: [(gl=egl-angle,angle=default),(gl=egl-gles2,angle=none)]. [14477:1107/121547.974757:ERROR:viz_main_impl.cc(198)] Exiting GPU process due to errors during initialization [14499:1107/121548.327250:ERROR:gl_factory.cc(120)] Requested GL implementation (gl=none,angle=none) not found in allowed implementations: [(gl=egl-angle,angle=default),(gl=egl-gles2,angle=none)]. [14499:1107/121548.343768:ERROR:viz_main_impl.cc(198)] Exiting GPU process due to errors during initialization [14462:1107/121548.602198:ERROR:command_buffer_proxy_impl.cc(131)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer. [14490:1107/121548.612550:ERROR:command_buffer_proxy_impl.cc(131)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.

I'm running Arch in a VM, and my host is: Intel(R) Core(TM) i7-10610U CPU @ 1.80GHz 2.30 GHz 64 GB wayland (KDE)

xiota commented on 2024-10-26 22:04 (UTC)

Recent changes:

  • Added launcher script to read custom options from ~/.config/rstudio-flags.conf.
  • Use aur/nvm to avoid incompatible nodejs versions.
    • If previously fixed issue resurfaces, okay to flag with reference to date of relevant comment.
    • CoPilot should work after disable, re-enable.

afontenot commented on 2024-10-26 19:24 (UTC)

The build failed for me with nodejs 23.1, can anyone confirm? I reverted to 22.X via the Arch Linux Archive, and this fixed it.

xiota commented on 2024-10-16 18:02 (UTC) (edited on 2024-10-16 18:03 (UTC) by xiota)

@ith140 Please check whether the Ubuntu 24 tarball at rstudio downloads has the same problem.

Please provide some system details (CPU, GPU, X11 vs wayland, etc).

Have you had similar problems with other Electron apps?