Skip to content

Commit

Permalink
fix(waydroid): waydroid-launcher script (#772)
Browse files Browse the repository at this point in the history
Co-authored-by: Aarron Lee <aarron-lee@users.noreply.github.com>
  • Loading branch information
aarron-lee and aarron-lee authored Feb 15, 2024
1 parent 515b79f commit 0b14aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_files/desktop/shared/usr/bin/waydroid-launcher
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fi
# Launch Cage & Waydroid
pkexec /usr/libexec/waydroid-container-start
if [ -z "$(pgrep wlr-randr)" ]; then
cage -- bash -c "wlr-randr --output X11-1 --custom-mode ${WAYDROID_WIDTH:-1280}x${WAYDROID_HEIGHT:-800}; sleep 1; waydroid show-full-ui &> /dev/null &"
cage -- bash -c "wlr-randr --output X11-1 --custom-mode ${WAYDROID_WIDTH:-1280}x${WAYDROID_HEIGHT:-800}; sleep 1; waydroid show-full-ui &> /dev/null &" &
fi

# Fix controllers, we know Waydroid has started because surfaceflinger is running
Expand Down

0 comments on commit 0b14aae

Please sign in to comment.