decky install
any ideas?
bazzite@bazzite:~$ ujust setup-decky
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 3900 100 3900 0 0 6456 0 --:--:-- --:--:-- --:--:-- 6456
[sudo] password for bazzite:
Installing Steam Deck Plugin Loader release...
mkdir: cannot create directory ‘/home/bazzite/homebrew/services’: Permission denied
Installing version v3.1.3...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
Warning: Failed to open the file /home/bazzite/homebrew/services/PluginLoader:
Warning: No such file or directory
0 24.2M 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (23) client returned ERROR on write of 867 bytes
chmod: cannot access '/home/bazzite/homebrew/services/PluginLoader': No such file or directory
Solution:Jump to solution
Well, I was able to resolve it but not sure what was going on. I completely removed the homebrew folder and all sub folders. Then reran the bazzite portal and had it install decky and the framegen plugin and it all worked fine. Not really sure what caused the permissions to be messed up to begin with on the homebrew folder.
3 Replies
if you run
mkdir -p /home/bazzite/homebrew/services
do you also get the permissions denied error? Maybe try the uninstall script curl -L https://github.com/SteamDeckHomebrew/decky-installer/releases/latest/download/uninstall.sh | sh
before you try and install it again (details from https://github.com/SteamDeckHomebrew/decky-loader)Uninstalling Steam Deck Plugin Loader...
Failed to disable unit: Unit plugin_loader.service does not exist
rm: cannot remove '/home/bazzite/homebrew/services/PluginLoader': No such file or directory
/home/bazzite/homebrew/services already exists but it's empty
bazzite@bazzite:~/homebrew$ ll
total 0
drwxr-xr-x. 1 root root 38 Feb 13 20:08 plugins
drwxr-xr-x. 1 root root 16 Feb 13 22:13 services
Solution
Well, I was able to resolve it but not sure what was going on. I completely removed the homebrew folder and all sub folders. Then reran the bazzite portal and had it install decky and the framegen plugin and it all worked fine. Not really sure what caused the permissions to be messed up to begin with on the homebrew folder.