-
-
Notifications
You must be signed in to change notification settings - Fork 498
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
fix(launcher): 🐛 Restore Launcher #2058
Conversation
Possibly some session backup mechanism |
Also i think considering launcher will manage multiple versions, we might need to think about making versions use different session files, otherwise it's gonna parse it back/forth with some settings default changes from previous versions |
By default we should have each version manage its own session file, and optionally add the ability to sync it between version, or manage a global one |
Oh and also, downgrading versions by default isn't possible through adb (INSTALL_FAILED_VERSION_DOWNGRADE), you need to do |
Nice one! I might also contribute this to cargo-apk |
As for adb and cabled mode later, i was planning to use mozdevice |
For the sake of portability, I think it's better to download adb inside each specific version folder. This is especially useful if ALVR was not downloaded through the launcher. but first test for global adb like the launcher. |
tbf it's same for streamer app (no icon) |
might be winit issue (it supports only windows/x11) |
@Meister1593 nah its a wayland issue(as in they don't allow it) for "security" |
Restore launcher with basic functionality:
WIP: need to finish removing most unwraps.