toltec icon indicating copy to clipboard operation
toltec copied to clipboard

Package requests

Open raisjn opened this issue 3 years ago • 42 comments

raisjn avatar Sep 05 '20 23:09 raisjn

Eeems avatar Sep 06 '20 03:09 Eeems

Thanks for the suggestions. Some of these apps lack a license that would allow us to redistribute it, I’ve marked them by editing your comments.

matteodelabre avatar Sep 06 '20 17:09 matteodelabre

Time to open up issues asking for a license to be added :)

Edit: I've opened issues and edited the comment with the issues.

Eeems avatar Sep 06 '20 18:09 Eeems

Thanks a lot @Eeems!

matteodelabre avatar Sep 06 '20 19:09 matteodelabre

Looks like srvfb does have a license (Apache 2.0) at the bottom of the README, and in the header of every file.

Eeems avatar Sep 06 '20 19:09 Eeems

  • [x] rmWacomToMouse / rmServeWacomInput

I packaged rmWacomToMouse yesterday. I named it after the server side component (the c version) rmServeWacomInput (as a package in all lowercase). I still need to update the readme though.

Can be run as just the command or with an mock frontend also in launchers (Image).

Not sure if i should change the name of the app to the repo name though. It has its pros and cons.

LinusCDE avatar Sep 07 '20 21:09 LinusCDE

Are remarkable_{mouse,keyboard} not host-only?

If I'm not mistaken they just ssh into the device and cat the the event device out.

There is really is not onboard software to package.

Although maybe one could add a package that autoinstalls the pdf into xochitls files. I think I have such a script lying around somewhere.

LinusCDE avatar Sep 08 '20 00:09 LinusCDE

Are remarkable_{mouse,keyboard} not host-only?

If I'm not mistaken they just ssh into the device and cat the the event device out.

There is really is not onboard software to package.

Although maybe one could add a package that autoinstalls the pdf into xochitls files. I think I have such a script lying around somewhere.

@LinusCDE Good point, I didn't look too closely and it seemed kind of like there was a UI on the keyboard one. I've crossed them off.

Eeems avatar Sep 08 '20 00:09 Eeems

@Eeems Technicially I could just take the picture and use it as a background with appmarkable while running something stupid like sleep. That would techincically be an app then which may be easier for users.

However that is only an idea that @Evidlo would have to pick up if he wanted.

LinusCDE avatar Sep 08 '20 00:09 LinusCDE

#41 will handle koreader.

Eeems avatar Sep 21 '20 15:09 Eeems

  • [ ] Xochitl templates
    • https://github.com/bliekp/remarkable-templates (CC0-1.0)
    • https://github.com/oisinmulvihill/reMarkableTemplates (GPL-3.0)

matteodelabre avatar Sep 28 '20 15:09 matteodelabre

Thoughts on adding lz4 so that getting it installed and kept up to date for reStream is easier? https://github.com/rien/reStream#sub-second-latency

Eeems avatar Nov 20 '20 18:11 Eeems

It looks like the micro editor will work OOB, we should probably package it up: https://micro-editor.github.io/

Eeems avatar Dec 02 '20 01:12 Eeems

Thoughts on adding lz4 so that getting it installed and kept up to date for reStream is easier? https://github.com/rien/reStream#sub-second-latency

lz4 should already be in Entware according to https://github.com/Entware/Entware/issues/556, but I don’t see it in their published repositories for some reason.

matteodelabre avatar Jan 06 '21 12:01 matteodelabre

Thoughts on adding lz4 so that getting it installed and kept up to date for reStream is easier? https://github.com/rien/reStream#sub-second-latency

lz4 should already be in Entware according to Entware/Entware#556, but I don’t see it in their published repositories for some reason.

Sounds like a nice package to add. reStream specifically now used the approach to create a rust based app that included lz4 statically. It was recently added as a package in PR #184 .

LinusCDE avatar Jan 06 '21 13:01 LinusCDE

I missed that addition, thanks for the link! At a glance it seems that the Rust app uses the lz-fear crate, which actually re-implements lz4 in pure Rust (in contrast to the lz4 crate). If I understand correctly, neither the lz4 C library nor the lz4 binaries are needed anymore, unless someone knows of another rM project that uses it?

matteodelabre avatar Jan 06 '21 13:01 matteodelabre

Not that I'm aware of. And likely the package will eventually drop in entware.

Eeems avatar Jan 06 '21 14:01 Eeems

https://github.com/ddvk/remarkable-stylus

Eeems avatar Jan 07 '21 15:01 Eeems

uinput kernel module

Eeems avatar Jan 07 '21 18:01 Eeems

python3 (with functional pip) and/or CLI tools that allow folder syncing via webdav/dropbox etc. on the tablet

ozel avatar Jan 24 '21 16:01 ozel

python3 (with functional pip) and/or CLI tools that allow folder syncing via webdav/dropbox etc. on the tablet

Python is already available through entware: https://bin.entware.net/armv7sf-k3.2/

Eeems avatar Jan 24 '21 16:01 Eeems

python3 (with functional pip) and/or CLI tools that allow folder syncing via webdav/dropbox etc. on the tablet

Those are already provided by entwares repo.

LinusCDE avatar Jan 24 '21 16:01 LinusCDE

ups, how embarrassing! thanks for pointing it out. This invalidates my entire request of course. Somehow I had assumed only the packages listed on the toltec page would be part of this...

ozel avatar Jan 24 '21 18:01 ozel

The Entware packages are not currently listed, this feature is tracked in #139.

matteodelabre avatar Jan 24 '21 18:01 matteodelabre

Thoughts on adding gocryptfs?

https://github.com/plan5/remarkable-gocryptfs is instructing users to manually download and compile it on device, we probably could lower the barrier to entry there. @plan5 this might be a good first package for you ;)

Eeems avatar Mar 09 '21 22:03 Eeems

Maybe we should add fusemodule as a package request, too. It's needed for gocryptfs on the rM1 (rM2 has it built in). I'm still stuck trying to build it.

plan5 avatar Apr 05 '21 20:04 plan5

I'm finalizing the recipe for innernet right now. It's a fancy wrapper for wireguard, I would say. Makes configuration much easier. I came across it in the Arch community repo first. PR incoming :)

plan5 avatar Apr 22 '21 18:04 plan5

You beat me to this :P

Eeems avatar Apr 22 '21 18:04 Eeems

Would reMarkable Calendar Creator be interesting to add? I shared it recently on Reddit and it was well received. I've fixed some minor issues now after that feedback and I'm finally comfortable with sharing it more widely. I can tag a release and open a PR for a Toltec package if there's enough interest. All dependencies are already in Toltec.

koenvervloesem avatar May 18 '21 08:05 koenvervloesem

@koenvervloesem Sure, feel free to package it and submit a PR. If you need any help, we'd be happy to offer advice.

danshick avatar May 18 '21 10:05 danshick