ILadis / ts3-qs4sd

TeamSpeak 3 quick access for Steam Deck.
GNU General Public License v2.0
40 stars 3 forks source link

Installation not working #4

Closed Hellangel1987 closed 1 year ago

Hellangel1987 commented 1 year ago

Install not working as in readme - still tried to install the zip file from Github. Nothing happens.

Any suggestions?

Hellangel1987 commented 1 year ago

still tried manual installation with copy zip file - and also tried installation via 3rd party in decky loader not working.

plugin not showing up and not loading

ILadis commented 1 year ago

It's working for me.
My plugin is now also available in the testing store. You can switch to the testing store and install it from there.

If you installed the plugin from the testing store, and had no issues, please write a comment in this pull request. This would help me get the plugin to the official store. You can find more information on testing Decky plugins here.

If you want to try install the plugin manually, these are the steps I usually do. * Switch to desktop mode and open a terminal * Download the plugin: `curl -OL https://github.com/ILadis/ts3-qs4sd/releases/download/v1.0.0/plugin.zip` * Change working directory to Decky plugins: `cd ~/homebrew/plugins` * Make the directory writable: `chmod +w .` * Extract the plugin: `unzip ~/plugin.zip` After extracting the archive check if it successfully created the `ts3-qs4sd` folder in the `plugins/` directory: ```sh $ ls -al total 12K drwxr-xr-x 3 deck deck 4.0K Jul 16 21:30 . drwxr-xr-x 7 deck deck 4.0K Jul 9 01:06 .. dr-xr-xr-x 5 deck deck 4.0K Jul 16 21:30 ts3-qs4sd ```
Hellangel1987 commented 1 year ago

works via installation with Test Decky Store - Manual install failed several times by myside.

looking forward for the slider to start Teamspeak :)

ILadis commented 1 year ago

Alright, glad it worked.

If you want to leave a testing report feel free to do so in this pull request. You can find more information on testing Decky plugins here.