-
-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
I figured out how to make the shortcuts work.
- 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`
-
chmod +x /home/deck/Android_Waydroid/Wrapper/waydroid
-
make a path changer as root at /etc/profile.d/Waydroid.sh
`#!/bin/sh
export PATH="/home/deck/Android_Waydroid/Wrapper/:$PATH"`
- 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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request