-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restart the current launcher when it is not xochitl
#50
Comments
I've also been having this problem. It seems like there's somehow two instances of xochitl running at the same time? A config of inference option would be really nice. |
A more elegant solution than a config might be to use For now, I'm going to hardcode tarnish, but I'd love to see this feature, it is a major annoyance with what is otherwise the best gui interface for remarkable. |
Created a pull request |
Ah @data-flux thanks! I actually implemented this (using your suggestion about |
Cheers! I actually decided to use is-enabled, because is-active will fail if the user enables the banner function, I think. |
@data-flux could you test #57 ? It should work fine with the banner function too. |
Support custom launchers, fixes #50
Thanks for this amazingly useful tool!
On my device, after each use of
remy
the UI was all messed up until the next reboot. This quote from the readme put me on the right track:As far as I can tell by
xochitl
is hardcoded, see here and here, maybe other places. However on my device I useremux
and so restartingxochitl
lead to a visual mess (I'm surprised it even works!)As a quick fix, I hardcoded
remux
inremy/remarkable/filesource.py
: so far it seems to work, but I imagine it would be worth either making it a configurable string inconfig.json
, or executingsystemctl
on the device to know which launcher is running and restart that one.Happy to try and draft a PR with either solution if you think it's worth it!
The text was updated successfully, but these errors were encountered: