Murmele / Gittyup

Understand your Git history!
https://murmele.github.io/Gittyup
MIT License
1.37k stars 107 forks source link

CI Linux build broken #722

Closed Murmele closed 3 months ago

Murmele commented 3 months ago

https://github.com/actions/runner-images?tab=readme-ov-file

On 2024-03-17 ubuntu-latest changed from ubuntu-20.04 to ubuntu-22.04 which breaks our linux build (Validating appdata)

Murmele commented 3 months ago

Working:

(flatpak run:16892): dconf-CRITICAL **: 07:14:26.436: unable to create file '/run/user/1001/dconf/user': Permission denied.  dconf will not work properly.

(flatpak run:16892): dconf-CRITICAL **: 07:14:26.436: unable to create file '/run/user/1001/dconf/user': Permission denied.  dconf will not work properly.
./build/release/rsrc/linux/com.github.Murmele.Gittyup.appdata.xml: OK

Not working:

(flatpak run:16691): dconf-CRITICAL **: 17:50:04.587: unable to create file '/run/user/1001/dconf/user': Permission denied.  dconf will not work properly.

(flatpak run:16691): dconf-CRITICAL **: 17:50:04.587: unable to create file '/run/user/1001/dconf/user': Permission denied.  dconf will not work properly.

(process:2): GLib-GIO-ERROR **: 17:50:04.656: No GSettings schemas are installed on the system
Error: Process completed with exit code 133.
Murmele commented 3 months ago

https://installati.one/install-gsettings-ubuntu-schemas-ubuntu-22-04/

Murmele commented 3 months ago

https://gitlab.com/freedesktop-sdk/freedesktop-sdk/-/issues/1711

Murmele commented 3 months ago

Was fixed in flatpak

RustoMCSpit commented 3 months ago

im on linux mint LTS and the flatpak wont even open for me?

Murmele commented 3 months ago

im on linux mint LTS and the flatpak wont even open for me?

Do you get an error message

RustoMCSpit commented 3 months ago

no it literally just doesnt open. i click on the icon and nothing happens

RustoMCSpit commented 3 months ago

i tried this in my terminal: flatpak run com.github.Murmele.Gittyup

error: runtime/org.kde.Platform/x86_64/5.15-21.08 not installed

Murmele commented 3 months ago

i tried this in my terminal: flatpak run com.github.Murmele.Gittyup

error: runtime/org.kde.Platform/x86_64/5.15-21.08 not installed

Thanks. Try: flatpak install org.kde.Platform/x86_64/5.15-21.08

RustoMCSpit commented 3 months ago

i tried this in my terminal: flatpak run com.github.Murmele.Gittyup error: runtime/org.kde.Platform/x86_64/5.15-21.08 not installed

Thanks. Try: flatpak install org.kde.Platform/x86_64/5.15-21.08

is this a dependency that was accidentally forgoten in the flatpak?

RustoMCSpit commented 3 months ago

also if i install that will it install to every flatpak?

Murmele commented 3 months ago

This runtime is the base for the flatpak package. If you install the stable from flathub, they get installed. Probably when you install from the ci it might that they are not installed.

RustoMCSpit commented 3 months ago

This runtime is the base for the flatpak package. If you install the stable from flathub, they get installed. Probably when you install from the ci it might that they are not installed.

i did install from flathub (from my software manager on linux mint)

RustoMCSpit commented 3 months ago

can you try installing from your software mamager

Murmele commented 2 months ago

Thanks for the hint, I will try out

RustoMCSpit commented 2 months ago

Thanks for the hint, I will try out

ok cool

RustoMCSpit commented 2 months ago

again im in linux mint lts cinnamon