-
-
Notifications
You must be signed in to change notification settings - Fork 398
Description
I'm having similar issue but on main directly with different behavior between a flatpak
build and a meson
one (the shortcuts ctrl+1
to 6 work on flatpak, but don't with meson).
If you run with GTK_DEBUG=interactive
(and the flatpak equivalent), clicking on the GtkShortcutController
then shortcuts
they are listed.
But If I go inside Data and open the last one
the trigger is a list as expected on flatpak
with info
and
On a meson compiled version, well I get the same thing though the shortcuts are not strictly in the same order (just checked ... )

That's a mystery. Well I'm not going to complain too much if at the very least the flatpak version works. Smells like a weird gtk bug (or maybe a combined gtk/packaging issue ?)
And it works on the 0.12 flatpak but not the latest flatpak nightly ...
This doesn't work anymore on 0.13
Originally posted by @Doublonmousse in #1361 (comment)