Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified n/niri/manifest.x86_64.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion n/niri/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@
}
},
"source-name": "niri",
"source-release": "18",
"source-release": "19",
"source-version": "26.04"
}
19 changes: 19 additions & 0 deletions n/niri/pkg/stateless.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
commit ca37ae833a15378bce3ff26a463406e053c6715f
Author: Ivan Molodetskikh <yalterz@gmail.com>
Date: Mon Sep 14 21:19:09 2026 +0300

niri-session: Change /etc/shells to /usr/share/defaults/shells

diff --git a/resources/niri-session b/resources/niri-session
index a9a4d9409..451eaa939 100755
--- a/resources/niri-session
+++ b/resources/niri-session
@@ -11,7 +11,7 @@ if [ -n "${MANAGERPID:-}" ] && [ "${SYSTEMD_EXEC_PID:-}" = "$$" ]; then
fi

if [ -n "$SHELL" ] &&
- grep -q "$SHELL" /etc/shells &&
+ grep -q "$SHELL" /usr/share/defaults/shells &&
! (echo "$SHELL" | grep -q "false") &&
! (echo "$SHELL" | grep -q "nologin"); then
if [ "$1" != '-l' ]; then
4 changes: 3 additions & 1 deletion n/niri/stone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

name : niri
version : "26.04"
release : 18
release : 19
summary : Niri Desktop Compositor
license : GPL-3.0
homepage : https://github.com/YaLTeR/niri
Expand Down Expand Up @@ -37,6 +37,8 @@ rundeps :
- xdg-desktop-portal-gnome
- xdg-desktop-portal-gtk
setup : |
%patch %(pkgdir)/stateless.patch

mkdir .cargo

# To update this you will probably need to update the Smithay ref below. This was generated by using `cargo vendor > .cargo/config.toml`
Expand Down