Jeremy Wootten
Jeremy Wootten
Sadly, a fix will only be release to OS8+. We don't backport fixes to OS7. Thanks for reporting this issue!
@gornostal I've started to look into `tmux` (I am not a user) and it appears the `Alt + Up` is not a native shortcut? Presumably you have set up this...
@gornostal I have pushed a possible fox for this - see #946. The shortcut for scroll to command is now `U`. Hopefully that fixes the clash and doesn't clash with...
A major limitation is that at the moment we implement the freedesktop filechooser interface fully but `Gtk.FileChooserNative" does not (at least in Gtk3). The Gtk widget does not handle retrieving...
Mostly working and CI passing but at the cost of losing some styling and actions.
So if the libcore widget `Files.FileChooserDialog` is used within the Files app itself then the sidebar styling is correct, however if used from another app either through the portal or...
@danirabbit Thanks, I'll try it. The problem I have at the moment is debugging what is going wrong when the filechooser is running as a portal service - you don't...
Looking at the Granite library (v6.2.0) it doesn't use gresource for its custom styling so perhaps its not possible for libraries in Gtk3? I see `granite-7` does complicated stuff with...
Following @danirabbit's PR moving gresource compilation to the library the portal now has the custom sidebarstyling! I thought I tried something similar but must have messed it up.
Next job is to get some app-settings honored in a portal context. Presumably its not a problem if the app and portal share the same preferences?