Package Details: ristate 0.1.0-1

Git Clone URL: https://aur.archlinux.org/ristate.git (read-only, click to copy)
Package Base: ristate
Description: A river-status client
Upstream URL: https://gitlab.com/snakedye/ristate
Keywords: river wayland
Licenses: MIT
Conflicts: ristate
Provides: ristate
Submitter: ronin
Maintainer: ronin (pkap)
Last Packager: pkap
Votes: 3
Popularity: 0.002322
First Submitted: 2021-08-30 02:27 (UTC)
Last Updated: 2021-09-14 17:30 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

oncomouse commented on 2022-03-02 19:09 (UTC)

@frabjous not you. I'm having the same problem. Not sure why.

frabjous commented on 2022-03-01 04:59 (UTC)

I'm not sure whether it's just me, but I cannot get this to work. Before I file a bug report upstream, I thought I'd ask here.

Running something like ristate -t yields (with RUST_BACKTRACE=full) :

[wayland-client] Parse error while reading events: The message is malformed and cannot be parsed
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 71, kind: Uncategorized, message: "Protocol error" }', src/main.rs:253:14
stack backtrace:
   0:     0x55f85eb9747c - <unknown>
   1:     0x55f85ebb419c - <unknown>
   2:     0x55f85eb93eb5 - <unknown>
   3:     0x55f85eb99790 - <unknown>
   4:     0x55f85eb99349 - <unknown>
   5:     0x55f85eb99dc6 - <unknown>
   6:     0x55f85eb99b20 - <unknown>
   7:     0x55f85eb97914 - <unknown>
   8:     0x55f85eb99889 - <unknown>
   9:     0x55f85eb56721 - <unknown>
  10:     0x55f85eb567b3 - <unknown>
  11:     0x55f85eb6d897 - <unknown>
  12:     0x55f85eb72983 - <unknown>
  13:     0x55f85eb72979 - <unknown>
  14:     0x55f85eb96c7e - <unknown>
  15:     0x55f85eb6e382 - <unknown>
  16:     0x7f1b2f408310 - __libc_start_call_main
  17:     0x7f1b2f4083c1 - __libc_start_main@GLIBC_2.2.5
  18:     0x55f85eb56e15 - <unknown>
  19:                0x0 - <unknown>
Exit code:  101                       

Same result for any other options (besides --help).

pkap commented on 2021-09-14 17:16 (UTC)

@ronin: Alright! Thanks :)

ronin commented on 2021-09-14 12:52 (UTC) (edited on 2021-09-14 12:52 (UTC) by ronin)

Hello @beckab. Sorry for the delay, if you want you can co-maintain this package since I am not using Arch Linux as of the moment.

pkap commented on 2021-09-14 11:22 (UTC)

Hi, thank you for packaging this. Would you consider changing the make dependency in the PKGBUILD from rustup to rust? I think then build should then work with either the rust or the rustup package installed.