quick-settings-tweaks icon indicating copy to clipboard operation
quick-settings-tweaks copied to clipboard

Can't pack extension

Open NettoHikari opened this issue 11 months ago • 1 comments

Hello, I encountered this issue during ./install build:

netto@raijin ~ % git clone "https://github.com/qwreey/quick-settings-tweaks"
Klone nach 'quick-settings-tweaks'...
remote: Enumerating objects: 1390, done.
remote: Counting objects: 100% (608/608), done.
remote: Compressing objects: 100% (256/256), done.
remote: Total 1390 (delta 417), reused 485 (delta 350), pack-reused 782
Empfange Objekte: 100% (1390/1390), 741.26 KiB | 2.68 MiB/s, fertig.
Löse Unterschiede auf: 100% (950/950), fertig.
netto@raijin ~ % cd quick-settings-tweaks 
netto@raijin ~/quick-settings-tweaks (git)-[master] % ./install.sh build
Der Kindprozess wurde mit Status 1 beendet
Failed to pack extension
1 netto@raijin ~/quick-settings-tweaks (git)-[master] %

Extension fails to pack. Also tried to pack it manually, but the process just exits with no way for me to see why. Checked the AUR page for the package, too and at least one other user has this issue, as well.

OS is Arch Linux.

Regards, - NH

NettoHikari avatar Mar 20 '24 06:03 NettoHikari

This happens if the metadata version doesnt match the gnome-shell version you are using.

"shell-version": ["45", "46"],

e.g. - this won't work on gnome 43. At least that's one reason why this error happens (maybe not the only one)

bbedward avatar Mar 26 '24 23:03 bbedward