惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Engineering at Meta
Engineering at Meta
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
腾讯CDC
宝玉的分享
宝玉的分享
量子位
Recent Announcements
Recent Announcements
Martin Fowler
Martin Fowler
J
Java Code Geeks
V
Visual Studio Blog
阮一峰的网络日志
阮一峰的网络日志
Blog — PlanetScale
Blog — PlanetScale
大猫的无限游戏
大猫的无限游戏
博客园 - 叶小钗
S
SegmentFault 最新的问题
B
Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 【当耐特】
小众软件
小众软件
The Cloudflare Blog
Y
Y Combinator Blog
I
InfoQ
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
GbyAI
GbyAI
IT之家
IT之家

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - rider
2026-06-17 · via AUR Newest Packages

AscendLiu commented on 2026-05-20 06:31 (UTC)

The latest version is now 2026.1.2

bklafleur commented on 2026-04-29 01:28 (UTC)

@tim.hellhake Are you looking for a co-maintainer? I have quite a few improvements for the PKGBUILD and would love to help keep this package up to date. I currently maintain multiple Jetbrains IDEs on Gentoo via an overlay.

hype-vhs commented on 2026-03-24 08:13 (UTC)

Just noting for other users that this installation method did not seem to support Unity Editor integration, whereas through Toolbox (directly from JetBrains) did

Damgaldor commented on 2026-02-13 16:16 (UTC)

Would be nice if the package installed mime types for .sln and .cproj files. I've made an xml for that:

<?xml version="1.0"?>
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
    <mime-type type="application/x-sln">
        <comment>Rider solution file</comment>
        <sub-class-of type="text/plain"/>
        <glob pattern="*.sln"/>
        <icon name="rider"/>
        <alias type="text/x-sln"/>
    </mime-type>
    <mime-type type="application/x-csproj">
        <comment>Microsoft Build Engine (MSBuild) project file</comment>
        <sub-class-of type="text/xml"/>
        <glob pattern="*.csproj"/>
        <icon name="text-xml"/>
        <alias type="text/x-csproj"/>
    </mime-type>
</mime-info>

You can call it rider.xml and drop it in /usr/share/mime/packages. When doing it manually it also requires doing # update-mime-database /usr/share/mime/, but pacman does that automatically. Plus, the desktop file should get MimeType=text/x-csproj;application/x-sln;.

underwire commented on 2026-01-24 16:13 (UTC) (edited on 2026-01-24 16:40 (UTC) by underwire)

EDIT: Sorry, false alarm. The sum is correct, the download must have corrupted. The checksum did its job!


I am getting the following error when attempting to install this package.

==> Validating source_x86_64 files with sha256sums...
    JetBrains.Rider-2025.3.1.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!

private_meta commented on 2025-12-28 23:19 (UTC) (edited on 2025-12-28 23:20 (UTC) by private_meta)

Hey, When I try to update using yay, it's giving me conflicting files errors. doing yay with clean doesn't really help here as well, and I would like to avoid reinstalling entirely all the time.

Any idea how do fix that, or should I just avoid updating it via yay entirely?

Output:

error: failed to commit transaction (conflicting files)

rider: /opt/rider/lib/ReSharperHost/NetCore/Microsoft.Identity.Client.Broker.dll exists in filesystem

... 4740 similar lines ...

rider: /opt/rider/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.sharedmemory.d.ts exists in filesystem

Errors occurred, no packages were upgraded.

-> error installing: [/home/user/.cache/yay/rider/rider-1:2025.3.1-1-x86_64.pkg.tar.zst] - exit status 1

jetersen commented on 2025-12-17 07:04 (UTC) (edited on 2025-12-17 07:04 (UTC) by jetersen)

Thanks for updating the symlink, svg and adding desktop file 😀

Carbophile commented on 2025-11-13 13:01 (UTC)

The other JetBrains IDE packages actually symlink the icon to /usr/share/pixmaps/{package-name}.svg and then reference just the name in the .desktop file. Not that important, though.

Carbophile commented on 2025-11-13 12:58 (UTC)

Don't forget the SVG.

gendesk -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" --exec "${install_dir}/bin/rider %f" --icon "${install_dir}/bin/rider.svg