[Bug 262496] devel/xdg-utils: xdg-open opens *.cpp and *.h files with RStudio
Date: Mon, 11 Apr 2022 17:49:16 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262496 Adriaan de Groot <adridg@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adridg@freebsd.org --- Comment #2 from Adriaan de Groot <adridg@freebsd.org> --- That upstream report contains no information (just a link to this PR) so it's not going to get much attention. Frankly, I'm surprised it wasn't just closed as "not-actionable here". `xdg-open` is a shell script. Please run it with shell-tracing enabled, e.g.: ``` sh -x /usr/local/bin/xdg-open x.cpp ``` For me, the trace is short, and all xdg-open ends up doing is calling kde-open5, so *if* I could reproduce this, I'd have to look at -- and re-file the PR -- against kde-open5, not xdg-open. [[ What kind of configuration options / build machine parameters are suggested for RStudio? I can't build it with poudriere because it always crashes with too many open files. ]] -- You are receiving this mail because: You are the assignee for the bug.