Jeremy Wootten

Results 1762 comments of Jeremy Wootten

I have a couple of aliases in my `.bashrc` file to save typing: ``` # Build new meson project (run in root) alias build='meson setup build --prefix=/usr && cd ./build...

@shiruken1 Which warnings do you want? Messages from Files at or above the log level "warning" are automatically sent to `stderr` so just launch Files in the Terminal with `io.elementary.files`...

Is it a single large file? What is the file-type?

I was doing some work on file transfers here #1154. Its something I need to get back to. In the meantime I would use a specialist app like Grsync for...

Leaving open but low priority as moving very large amounts of data is best handled by Grsync or similar.

The filechooser portal still uses a modified Gtk.FileChooser which does seem to honor settings like `org.gnome.nautilus.preferences.click-policy` nor, on initial inspection expose an option for this, unfortunately. Do you know whether...

In that case there is probably not a way to do it without completely replacing the Gtk.FileChooser with a Files one - which is the long-term aim.

If a Gtk fix for Nautilus does transpire then we can probably use it too.

I'll try to have another look at what is needed to completely replace the default system filechooser with a Files one but I do not think there is much hope...

Sounds reasonable. Need to decide on suitable wording.