Skip to content
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

Individual Start Menu Shortcuts Can Work In Desktop Mode #144

Open
DanielLester83 opened this issue Aug 13, 2024 · 0 comments
Open

Individual Start Menu Shortcuts Can Work In Desktop Mode #144

DanielLester83 opened this issue Aug 13, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@DanielLester83
Copy link

I figured out how to make the shortcuts work.

  1. Make a script at /home/deck/Android_Waydroid/Wrapper/waydroid
    `#!/bin/bash

if [ $1 = "app" ] && [ $2 = "launch" ]
then
/home/deck/Android_Waydroid/Android_Waydroid_Cage.sh $3
else
/usr/bin/waydroid "$@"
fi`

  1. chmod +x /home/deck/Android_Waydroid/Wrapper/waydroid

  2. make a path changer as root at /etc/profile.d/Waydroid.sh
    `#!/bin/sh

export PATH="/home/deck/Android_Waydroid/Wrapper/:$PATH"`

  1. restart all shells/reboot

Some issues are that all lock screens and launch on startup apps will still open first if any are enabled.

An odd sound plays when it boots, possible hardware initialization.

Also the notification pull down appears at launch

@ryanrudolfoba ryanrudolfoba added the enhancement New feature or request label Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants