Patrick

Results 885 comments of Patrick

You can't load both Gtk3 and Gtk4 in the same process, so of course this will fail. You have to modify keybinder to build against gtk4 if you want to...

Pithos uses client side decorations. The missing buttons is probably a misconfiguration on your end. That said it will always look slightly out of place, KDE UI patterns are just...

Hmm, we already run compile-schemas https://github.com/pithos/pithos/blob/master/meson_post_install.py#L18

This applies to all permissions: ``` --filesystem=/foo/bar --nofilesystem=host ``` etc

Pithos stores your password in an encrypted keyring, this keyring must be unlocked in order to access this. Generally distros tie unlocking the keyring to logging in, with a PAM...

@Erudition As mentioned `seahorse` can view and modify the keyring. I would expect an empty password to work, so I'm not sure where the issue is there.

There is only one gtk-theme setting. So the runtime just need a new extension point and then themes get packaged.

> @TingPing which runtimes would need that extension point? Is there anything actionable on this? I didn't see any tickets created at least on freedesktop-sdk issue tracker. It would only...

In the time you spent trying to hack around this you could have just made a new extension point. Its 7 lines of metadata: https://gitlab.com/freedesktop-sdk/freedesktop-sdk/-/blob/9ab2c347b6973e5d0c8b2d963b8b1b3a065da9b7/elements/flatpak-images/sdk.bst#L89-95 I'd say add it to...