Johannes Röhl

Results 14 comments of Johannes Röhl

You are contradicting yourself. In the commit line 308 you say: "strat `dot` rseq == strat" for all strat, but if strat = r0 it is not. -- Diese Nachricht...

In the edited version of your comment you sai: "r0 `dot` rseq is not r0", but in line 308 you say: ```Haskell -- strat `dot` rseq == strat [for all...

As this old merge request has been resurrected, I revisited it. My current point of view is, that the documentation is as weird as the implementation of `dot`, and the...

I have updated the PR today: * [Return meaningful timestamps of subvolume snapshots](https://github.com/bottlesdevs/Bottles/pull/3420/commits/7b918b12acd6d7856e06916455f2009101743379) * [Save active btrfs snapshot ID](https://github.com/bottlesdevs/Bottles/pull/3420/commits/bd81bfc6d66ba72bb2b5f9f2f7c5369811c3fde6)

Good question @Henry-Hiles. So far I have only tested this without flatpak. The question contains two subparts. The first one is, that libbtrfsutil (and it's dependencies and Python bindings) must...

It was quite clunky (and a flatpak expert might laugh at me), but I was able to test this branch in a flatpak today. I followed the meson build instruction...

Today I dived into flatpak building, and added the needed btrfs-progs package to bottles' flatpak build. I also moved the corresponding git commit back into the history, in order to...

@TheEvilSkeleton I am sorry, I somehow missed your comment. I am still interested to add this support to bottles. However there have been some changes upstream, and this would need...

@mirkobrombin ploase reopen this then. I am currently working to rebase and retest it.

Both proposals wouldn't work: *OSTree* is designed for providing read-only filesystem-trees. This is unsuitable for wine-prefixes. *git* is designed for text file repositories and doesn't scale well with large or...