Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Package request: Niri
@ 2024-01-31 16:31 Jipok
  2024-02-03 13:15 ` Eloitor
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Jipok @ 2024-01-31 16:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1964 bytes --]

New issue by Jipok on void-packages repository

https://github.com/void-linux/void-packages/issues/48456

Description:
### Package name

niri

### Package homepage

https://github.com/YaLTeR/niri

### Description

Very cool window manager concept. If you add such binds:
```
    Mod+A     { focus-column-left; }
    Mod+S     { focus-window-or-workspace-down; }
    Mod+W     { focus-window-or-workspace-up; }
    Mod+D     { focus-column-right; }
```
then moving through windows and workspaces can be represented as moving along a grid using WASD (as in games). Which is very convenient and the animation makes everything amazing.
However, the authors' attitude towards X11(`X11 is very cursed`) and the lack of [Xwayland](https://github.com/YaLTeR/niri/wiki/Xwayland) support makes it unsuitable for my use.
Despite the fact that the readme clearly mentions a systemd dependency, I was able to build and run it under void without any problems. For those interested, I will leave my template here:
```
# Template file for 'niri'
pkgname=niri
version=0.1.0
revision=1
#archs="i686 x86_64"
build_style=cargo
hostmakedepends="pkg-config"
makedepends="eudev-libudev-devel libxkbcommon-devel libinput-devel pipewire-devel pango-devel libseat-devel clang libgbm-devel"
depends="eudev-libudev libxkbcommon libinput libpipewire pango libseat libgbm"
short_desc="scrollable-tiling Wayland compositor"
maintainer="Jipok <void@jipok.ru>"
license="GPL-3.0-or-later"
homepage="https://github.com/YaLTeR/niri"
changelog="https://github.com/YaLTeR/niri/releases"
distfiles="https://github.com/YaLTeR/niri/archive/refs/tags/v${version}.tar.gz"
checksum=b26d39e6855de6de581b253d06cbaa375709b00a276626326b745e0d10b0ac70

post_install() {
        vmkdir etc/niri
        vcopy resources/default-config.kdl etc/niri/config.kdl
}
```

### Does the requested package meet the package requirements?

Compiled

### Is the requested package released?

Yes

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Package request: Niri
  2024-01-31 16:31 [ISSUE] Package request: Niri Jipok
@ 2024-02-03 13:15 ` Eloitor
  2024-02-03 13:16 ` Eloitor
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Eloitor @ 2024-02-03 13:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 452 bytes --]

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/issues/48456#issuecomment-1925318475

Comment:
Wow! I wanted something like this for ages!

Nextcloud did not work for me. I solved it by running 

```
#! /usr/bin/sh
export XDG_CURRENT_DESKTOP=niri

# Ensure the session type is set to Wayland for xdg-autostart apps.
export XDG_SESSION_TYPE=wayland

dbus-run-session niri
```
to start niri. 

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Package request: Niri
  2024-01-31 16:31 [ISSUE] Package request: Niri Jipok
  2024-02-03 13:15 ` Eloitor
@ 2024-02-03 13:16 ` Eloitor
  2024-02-04 16:04 ` Eloitor
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Eloitor @ 2024-02-03 13:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 539 bytes --]

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/issues/48456#issuecomment-1925318475

Comment:
Wow! I wanted something like this for ages!

Nextcloud did not work for me. I solved it by running 

```
#! /usr/bin/sh
export XDG_CURRENT_DESKTOP=niri

# Ensure the session type is set to Wayland for xdg-autostart apps.
export XDG_SESSION_TYPE=wayland

dbus-run-session niri
```
to start niri. 

Edit: And adding `resources/niri-portals.conf`  to `/usr/share/xdg-desktop-portal/`

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Package request: Niri
  2024-01-31 16:31 [ISSUE] Package request: Niri Jipok
  2024-02-03 13:15 ` Eloitor
  2024-02-03 13:16 ` Eloitor
@ 2024-02-04 16:04 ` Eloitor
  2024-02-11  1:29 ` lidgnulinux
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Eloitor @ 2024-02-04 16:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 421 bytes --]

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/issues/48456#issuecomment-1925806044

Comment:
I did not figure out how to get screenshots working... 

From the default configuration file:
```
// The path is formatted with strftime(3) to give you the screenshot date and time.
```

Maybe there is some missing dependency in the template, but I don't know which...


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Package request: Niri
  2024-01-31 16:31 [ISSUE] Package request: Niri Jipok
                   ` (2 preceding siblings ...)
  2024-02-04 16:04 ` Eloitor
@ 2024-02-11  1:29 ` lidgnulinux
  2024-02-11 11:47 ` Jipok
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: lidgnulinux @ 2024-02-11  1:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 182 bytes --]

New comment by lidgnulinux on void-packages repository

https://github.com/void-linux/void-packages/issues/48456#issuecomment-1937384505

Comment:
Do you use musl or glibc ? @Jipok 

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Package request: Niri
  2024-01-31 16:31 [ISSUE] Package request: Niri Jipok
                   ` (3 preceding siblings ...)
  2024-02-11  1:29 ` lidgnulinux
@ 2024-02-11 11:47 ` Jipok
  2024-02-20 12:33 ` YaLTeR
  2024-02-20 13:33 ` Eloitor
  6 siblings, 0 replies; 8+ messages in thread
From: Jipok @ 2024-02-11 11:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 147 bytes --]

New comment by Jipok on void-packages repository

https://github.com/void-linux/void-packages/issues/48456#issuecomment-1937629306

Comment:
glibc

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Package request: Niri
  2024-01-31 16:31 [ISSUE] Package request: Niri Jipok
                   ` (4 preceding siblings ...)
  2024-02-11 11:47 ` Jipok
@ 2024-02-20 12:33 ` YaLTeR
  2024-02-20 13:33 ` Eloitor
  6 siblings, 0 replies; 8+ messages in thread
From: YaLTeR @ 2024-02-20 12:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 226 bytes --]

New comment by YaLTeR on void-packages repository

https://github.com/void-linux/void-packages/issues/48456#issuecomment-1954122005

Comment:
Hi! Does this help running without systemd? https://github.com/YaLTeR/niri/pull/217

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Package request: Niri
  2024-01-31 16:31 [ISSUE] Package request: Niri Jipok
                   ` (5 preceding siblings ...)
  2024-02-20 12:33 ` YaLTeR
@ 2024-02-20 13:33 ` Eloitor
  6 siblings, 0 replies; 8+ messages in thread
From: Eloitor @ 2024-02-20 13:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 200 bytes --]

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/issues/48456#issuecomment-1954227926

Comment:
Nice, I think so. I can package it one this is merged :)

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-02-20 13:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-31 16:31 [ISSUE] Package request: Niri Jipok
2024-02-03 13:15 ` Eloitor
2024-02-03 13:16 ` Eloitor
2024-02-04 16:04 ` Eloitor
2024-02-11  1:29 ` lidgnulinux
2024-02-11 11:47 ` Jipok
2024-02-20 12:33 ` YaLTeR
2024-02-20 13:33 ` Eloitor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).