linutil
linutil copied to clipboard
Syntax error while installing Waydroid
Describe the bug
Syntax error as missing "(" in script to install Waydroid
To Reproduce
Steps to reproduce the behavior:
- Go to Applications Setup
- Click on Watdroid
- Does not prompt user for password unless manually pressing "Enter" key
- See error
Expected behavior
Prompt for user password and install Waydroid
Screenshots
Checklist
- [x] I checked for duplicate issues.
- [x] I checked already existing discussions.
- [x] This issue is not included in the roadmap.
- [x] This issue is present on both stable and development branches.
if you get an error like “missing (” or the script stops and doesn’t ask for password, the problem is probably in the code. maybe the script uses old python (like print without brackets), or it doesn’t ask for sudo password correctly, so it waits until you press enter. it can also miss some steps like installing a package or giving permission to run.
best way to fix it: open the script, check the lines with print or input, and run it in terminal with sudo. if you don’t understand what the script does, don’t run it until you’re sure it’s safe.
this is weird... can you confirm it's still an issue?
I am no longer using Linux now, but based on Windows Subsystem for Linux (WSL), the Waydroid does not exist in the list anymore.
that's because you need to be using wayland to install it. not sure if you can do that with wsl https://github.com/ChrisTitusTech/linutil/blob/1ae1b7e1f7545a11f59fc749c40f041e38e5d172/core/tabs/applications-setup/tab_data.toml#L342-L345