Results 164 comments of tinywrkb

@mortbopet thanks for merging the metainfo changes. I updated the [io.github.mortbopet.Ripes branch](https://github.com/tinywrkb/flathub/tree/io.github.mortbopet.Ripes) accordingly, and also dropped the unneeded cleanup, and added a `flathub.json` so PRs that are sent by flathubbot...

We need to avoid using the File Portal when selecting the compiler with the file dialog. ``` diff --git a/src/settingsdialog.cpp b/src/settingsdialog.cpp index ba8c263..3e6af80 100644 --- a/src/settingsdialog.cpp +++ b/src/settingsdialog.cpp @@ -177,6...

The File Portal designed to give access to files outside the sandbox, the file dialog is run on the host, it has no access to files inside the sandbox (the...

> Would this not in theory be required for all file dialogs used in the program? It seems like it. Loading files (c source,...) through the File Portal works as...

@ayosec did you test the iTerm2 protocol with ranger? previewed images are kept on screen and not cleared, so new images are overlayed on top of the old ones, and...

> Did you use iTerm2 imgcat? It seems that tmux requires specific sequences to send images. I can replicate the issue with the linked imgcat script and an image. I...

@pystardust Ranger file manager has iTerm2 support for image previews, so maybe look at what it's doing. I don't have a Mac but it worked for me with Alacritty when...

Doesn't help with 2.0.27, and this release running very nicely with Electron 18, just the enhancements don't work.

~~This is the fix for 2.0.27. Electron 18 here I come.~~ Actually, this is not enough, it did something, but the enhancer settings window was still blank, and the enhancer...

This seems to do a little better. **edit:** actually, it's doing great with Electron 11, but it isn't enough with anything newer, maybe due to context isolation. ``` diff --git...