zbrateam / Zebra

🦓 A Useful Package Manager for iOS
https://getzbra.com
GNU General Public License v3.0
1.18k stars 191 forks source link

Zebra not working on Dopamine jailbreak #2039

Closed Gen3ric closed 1 year ago

Gen3ric commented 1 year ago

Describe the bug When I open Zebra and it tries to refresh the sources I get the error shown in the first image, when adding a repository I get the error shown in the second image and when manually installing a .deb file I get the image shown in the third image.

To Reproduce Jailbreak using Dopamine and open Zebra.

Expected behavior No errors occur during any of these actions.

Screenshots img img-2 img-3

Device Information:

kirb commented 1 year ago

Did you use a tool or script that does something like import stuff into Zebra, or have you manually done anything with /var/mobile/Library/Application Support/xyz.willy.Zebra in Filza or SSH? If so, something has messed up the permissions. From a terminal you can try:

chown -R mobile:staff /var/mobile/Library/Application\ Support/xyz.willy.Zebra

Or browse to that path in Filza, tap the ℹ️ on the folder, and make sure it has owner mobile, group staff. You’ll need to apply that recursively, can’t recall if Filza has something to do that for you.

You can also delete the xyz.willy.Zebra folder if that’s easier for you, you’ll lose all your installed sources though.

Gen3ric commented 1 year ago

I did not do any of those things, and even removed the jailbreak entirely a couple of times and this didn't fix it. Running the command however seems to have fixed the issue, thanks!