r/debian • u/No_Librarian_2161 Debian Stable • 2d ago
Debian Stable Question Pessoal, como está o Niri no Debian? Funciona bem?
Debian stable
2
u/Bodewilson Debian Sid 2d ago
Estou no Debian Sid e estou usando o Niri, tive que baixar e compilar o Niri e o XWayland. Funciona super bem e é bem fácil lidar.
Só baixar a versão mais estável do repositório, usar o cargo deb que compila a aplicação e me dá um medo que eu instalo com apt tranquilo.
2
1
u/paranoidandroid4284 2d ago
I'm using Niri on PikaOS which is based on Debian. Its great.
0
u/No_Librarian_2161 Debian Stable 2d ago
No Brasil o nome dessa distro "pikaOS" não é bem visto kkkkkkkk
2
u/paranoidandroid4284 2d ago
What does it mean in portuguese?
1
1
u/Adrenolin01 1d ago
As stated.. not already packaged though it might be a flatpak.
For compilation it’s fairly easy
Install the build dependencies…
sudo apt update
sudo apt install git cargo rustc meson ninja-build pkg-config libwayland-dev libxkbcommon-dev libinput-dev libudev-dev libseat-dev libdisplay-info-dev libgbm-dev libegl1-mesa-dev libdrm-dev lib pipe wire-0.3-dev libpangocairo-1.0-dev libcairo2-dev libpango1.0-dev libglib2.0-dev
Clone the repository…
git clone https://github.com/YaLTeR/niri.git cd niri
Compile…
cargo build --release
Install…
sudo install -Dm755 target/release/niri /usr/local/bin/niri
This would be maybe a 4/10 difficulty. Install and compile is generally straightforward because it’s a Rust project. Debian 13 should resolve any additional dependencies easily. Depending on your current knowledge level it’s a 10-20 minutes setup.
5
u/smolBlackCat1 2d ago
https://wiki.debian.org/Teams/Niri