Germán Poo-Caamaño
Germán Poo-Caamaño
We are evaluating to rename org.gnome.Evince -> org.gnome.evince. The rationale is that we have two D-Bus interfaces (application and daemon), both with org.gnome.evince. Flatpak's org.gnome.evince.Daemon cannot be launched it cannot...
@ramcq thanks for the tip. I will give it a try. That would give us a big relief :-)
@TingPing ok. However, we can delay the name change until we need to break the D-Bus ABI, so we can break it only once. We have some candidates, but not...
I had forgotten the issue after we set: ``` "finish-args": [ ... "--own-name=org.gnome.evince", "--own-name=org.gnome.evince.Daemon" ], ``` As I remember from discussions with other Evince developers, it should stay as it...
@Zlopez the solution is in the comment right before yours. If you read the discussion, you should get the context as well.
@Zlopez I think you did it in the incorrect order. You do not change the APPid, you just add a new bus name. @ramcq Unfortunately, several manifest files were made...
The same issue that in 2.x series for mbox. I thought you had solved it here :-) I think the actual issue is not checking if the next line is...
However, if the next line is **not a header** (`^\w: something`), we know that it is not a new message. If the next line looks like a header and it...
I wonder how many mboxes out there do not have the fomat: `^From\s[some text]\s\s[Date]$`
I took all my compressed files to compare false positives. ``` bash $ find .mlstats/compressed -type f | wc -l 16194 $ find .mlstats/compressed -type f -exec zgrep '^From '...