Package Details: rmview 3.1.3-1

Git Clone URL: https://aur.archlinux.org/rmview.git (read-only, click to copy)
Package Base: rmview
Description: a fast live viewer for reMarkable 1 and 2
Upstream URL: https://github.com/bordaigorl/rmview
Licenses: GPL3
Conflicts: rmview-git
Submitter: aditya
Maintainer: aditya
Last Packager: aditya
Votes: 2
Popularity: 0.000065
First Submitted: 2021-08-15 16:12 (UTC)
Last Updated: 2023-12-18 22:03 (UTC)

Latest Comments

nilsw commented on 2021-12-08 09:30 (UTC) (edited on 2021-12-08 09:38 (UTC) by nilsw)

It would be really great if this package had a .desktop file, so I can start it without going to the terminal:

[Desktop Entry]
Encoding=UTF-8
Version=3.0
Name=rMview
Type=Application
Exec=rmview
Icon=rmview
Categories=AudioVideo;
Comment=A live viewer for reMarkable

The upstream repo also has an icon that can be used for the shortcut icon:

  install -Dm644 "assets/${pkgbase}.svg "${pkgdir}/opt/${pkgbase}-icon.svg"
  install -Dm644 "${srcdir}/${pkgbase}.desktop" "${pkgdir}/usr/share/applications/${pkgbase}.desktop"

aditya commented on 2021-11-01 16:16 (UTC) (edited on 2021-11-01 16:25 (UTC) by aditya)

Hmm, I'll add it. However, I'm seeing it being installed when building in a clean chroot. But it's worth listing explicitly for use via twisted.

Edit: my mistake. I've now added the dependency.

ccharles commented on 2021-10-30 12:36 (UTC)

It looks like this should have a dependency on python-pyopenssl.

aditya commented on 2021-10-28 13:05 (UTC) (edited on 2021-10-28 13:09 (UTC) by aditya)

I'm going to make the changes to the package. I see pyjwt right away, but I'm not seeing usage of service_identity in the GitHub repo. Can someone point me in the right direction? @ymherklotz

I do see it as an optional dep for python-twisted.

Edit: Okay, I see rmview uses twisted[tls] in its setup.py.

ymherklotz commented on 2021-10-28 10:42 (UTC)

In addition to a dependency on 'python-pyjwt', it also seems to need 'python-service_identity'.

bart commented on 2021-10-25 09:25 (UTC)

As of recently, PyJWT is required. community/python-pyjwt should be added as a dependency.