softi: Script Broke
by des_a from LinuxQuestions.org on (#6Q2A3)
I'm working on a package manager. I really want to start working on enabling it in ubuntu, but first, if possible, I need to fix the problems with it on linux mint. It was working fine, but not anymore.
First things first, when enabling snaps, on Linux Mint 21.3, it doesn't seem to have permission to execute the snap store.
Code:2024/08/18 06:56:23.456706 cmd_run.go:1138: WARNING: cannot start document portal: dial unix /run/user/3001/bus: connect: permission denied
/user.slice/user-3001.slice/user@3001.service/app.slice/app-org.gnome.Terminal.slice/vte-spawn-c120b2bb-33b3-4f04-8762-71654bd7afd8.scope is not a snap cgroupSecond things, second, when enabling homebrew packages, it doesn't seem to let me run the script from the script. I don't know how to modify the command to enable homebrew in order to fix the issue. But I would think that downloading seperate from running, should fix the issue.
First things first, when enabling snaps, on Linux Mint 21.3, it doesn't seem to have permission to execute the snap store.
Code:2024/08/18 06:56:23.456706 cmd_run.go:1138: WARNING: cannot start document portal: dial unix /run/user/3001/bus: connect: permission denied
/user.slice/user-3001.slice/user@3001.service/app.slice/app-org.gnome.Terminal.slice/vte-spawn-c120b2bb-33b3-4f04-8762-71654bd7afd8.scope is not a snap cgroupSecond things, second, when enabling homebrew packages, it doesn't seem to let me run the script from the script. I don't know how to modify the command to enable homebrew in order to fix the issue. But I would think that downloading seperate from running, should fix the issue.