Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
feat: add force waydroid start application thing
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Jul 22, 2023
1 parent 1d59b5a commit 6d9c664
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions usr/bin/waydroid-forcestart
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
pkexec killall waydroid
pkexec waydroid container start &
waydroid show-full-ui
8 changes: 8 additions & 0 deletions usr/share/applications/ForceWaydroid.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[Desktop Entry]
Type=Application
Name=Waydroid (Force)
Exec=/usr/bin/waydroird-forcestarrt
Icon=waydroid
Categories=X-WayDroid-App;
X-Purism-FormFactor=Workstation;Mobile;

0 comments on commit 6d9c664

Please sign in to comment.