Jonas Ådahl

Results 146 comments of Jonas Ådahl

If a sandboxed nautilus can use custom Thunderbird specific code to make it compose an E-mail with a predetermined attachment, what'd stop any other app from doing the same? Or...

Sounds like the best long term solution is to drop support for "Send file" via E-mail from file managers then.

A different approach to a similar problem exist in https://github.com/amluto/virtme/pull/13

> The `ldd`-based approach has the advantages of being a bit more thorough (it gets transitive DSO dependencies and `/etc/ld.so.conf` handling "for free", whereas I believe this patch would require...

Just noticed this, after having implemented an equivalent variant of this but using pyelftools instead of parsing `ldd`: https://github.com/amluto/virtme/pull/77

Another observation from the side lines: While a todo item is expanded (edited), the CPU usage goes down to ~0%. As soon as I collapse it / leave the edit...

For 1., if a merge request for a stale (is that the same as stable?), why would one then use marge-bot to backport a previous merge request that targetted the...

> Looking again at your proposal, I can see I've misread you slightly here. I guess one remaining question I would have, is what do you do with merge conflicts?...

FWIW, in libinput and Wayland, the touchpad pinch gesture API/protocol provides both the pinch amount (how far away the fingers are from each other), a x/y motion (how the center...

It is not expected to be able to recieve individual touch points from touchpads right? Support for that is something we ruled out as unreasonable in Wayland, with the except...