[rmkit] upgrade remux with rM1 support on 2.9#450
Merged
Conversation
Member
|
Should we also add the dependency on toltec-bootstrap (#431 (comment))? |
Contributor
Author
|
I think so, but it would only happen for people like me who have been using toltec w. out bootstrap script the path to test is: no udev rules, install launcher that depends on udev rules, see launcher hang while waiting to start |
Member
|
@raisjn looks like this branch is out of date, but I don't have permissions to update it? |
matteodelabre
approved these changes
Oct 16, 2021
Member
matteodelabre
left a comment
There was a problem hiding this comment.
Tested on rM1 2.10.0 and rM2 2.10.1. Let’s handle the dependency on udev rules in a separate PR.
Eeems
pushed a commit
that referenced
this pull request
Oct 22, 2021
this brings remux up to date with rmkit-dev/rmkit@8254893 major improvement is proper support for touch gestures in remux on rM1 after rebooting. the main issue was the display was resizing after remux started, so the touch gestures were using the wrong display size. holding the center button on rM1 would cause remux to restart (and fix this problem), so there is a workaround available.
Eeems
pushed a commit
that referenced
this pull request
Oct 22, 2021
this brings remux up to date with rmkit-dev/rmkit@8254893 major improvement is proper support for touch gestures in remux on rM1 after rebooting. the main issue was the display was resizing after remux started, so the touch gestures were using the wrong display size. holding the center button on rM1 would cause remux to restart (and fix this problem), so there is a workaround available.
Eeems
added a commit
that referenced
this pull request
Nov 20, 2021
* toltecctl: Honour dependencies when uninstalling (#456) `toltecctl uninstall` will now try to uninstall packages in the reverse order of their dependencies, so that a package can use binaries it depends on during its removal scripts (see #448). Packages in a dependency cycle are removed in an unspecified order. * [rmkit] upgrade remux with rM1 support on 2.9 (#450) this brings remux up to date with rmkit-dev/rmkit@8254893 major improvement is proper support for touch gestures in remux on rM1 after rebooting. the main issue was the display was resizing after remux started, so the touch gestures were using the wrong display size. holding the center button on rM1 would cause remux to restart (and fix this problem), so there is a workaround available. * Update KOReader to 2021.10 (#467) Co-authored-by: raisjn <70462544+raisjn@users.noreply.github.com> * Add cache for dependencies install (#473) * Add cache for dependencies install Co-authored-by: Mattéo Delabre <1370040+matteodelabre@users.noreply.github.com> Co-authored-by: raisjn <70462544+raisjn@users.noreply.github.com> Co-authored-by: Mattéo Delabre <spam@delab.re>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
this brings remux up to date with rmkit-dev/rmkit@8254893
major improvement is proper support for touch gestures in remux on rM1 after rebooting. the main issue was the display was resizing after remux started, so the touch gestures were using the wrong display size. holding the center button on rM1 would cause remux to restart (and fix this problem), so there is a workaround available.