From 1bc353fdeded8a4aa7610c466260f6eb06327f1c Mon Sep 17 00:00:00 2001 From: Liam Dawe Date: Mon, 4 Apr 2022 11:01:32 +0100 Subject: Missing equals sign for WorkingDirectory (#9) --- plugin_loader.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin_loader.service b/plugin_loader.service index 9f532fa3..8c979ea0 100644 --- a/plugin_loader.service +++ b/plugin_loader.service @@ -5,9 +5,9 @@ Description=SteamDeck Plugin Manager Type=simple ExecStart=/usr/bin/python3 /home/deck/homebrew/services/plugin_loader/main.py -WorkingDirectory/home/deck/homebrew/services/plugin_loader +WorkingDirectory=/home/deck/homebrew/services/plugin_loader Environment=PLUGIN_PATH=/home/deck/homebrew/plugins [Install] -WantedBy=default.target \ No newline at end of file +WantedBy=default.target -- cgit v1.2.3 From a52399cc005056a4da2a8522b833e346e487c3f1 Mon Sep 17 00:00:00 2001 From: Liam Dawe Date: Mon, 4 Apr 2022 12:33:14 +0100 Subject: note it needing touchscreen input (#13) As mentioned in issues, feels like an area that might need other things adding to it as issues are found :) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c7bc8661..966e5c61 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,10 @@ - Allows plugins to define python functions and run them from javascript. - Allows plugins to make fetch calls, bypassing cors completely. +## Caveats + +- You can only interact with the Plugin Menu via touchscreen. + ## Credit The original idea for the concept is based on the work of [marios8543's steamdeck-ui-inject](https://github.com/marios8543/steamdeck-ui-inject) project. -- cgit v1.2.3