Skip to content

Individual Start Menu Shortcuts Can Work In Desktop Mode #144

@DanielLester83

Description

@DanielLester83

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions