Results 826 comments of bbhtt

Open containing folder and open with external program does not seem to work for me. `Open containing folder` should work if it uses `org.freedesktop.FileManager1`, you have to add that talk...

https://github.com/flatpak/flatpak-builder/pull/508 seems like the better fix to me than this. > It does change the behavior since previously it would configure the project, then open a shell, now it just...

@TingPing would be nice if you can confirm this, it's based on some casual observation and a cursory look at the code. Exposing `/var/run/subpath` seems to work, when it is...

This sounds like the better fix to me https://github.com/flatpak/flatpak-builder/pull/625#issuecomment-3418428925 You opened the PR from your main branch and I can't rebase it, @koko-ng can you rebase this?

bot, build net.openhabittracker.OpenHabitTracker

bot, build net.openhabittracker.OpenHabitTracker

> So, i tried this with 1.14, and the i386 build is put in the i386 subsummary, and is visible if you do: > `$ flatpak remote-ls --all --arch=i386 temp`...

Removing these lines seems to fix the issue for me https://github.com/flatpak/flatpak/blob/79abc960a6d695af3928aa7c5ca34b059e0d55f5/common/flatpak-dir.c#L572-L575 The repo needs to have refs for both `i386` and `x86_64` to reproduce this. So basically add the following...

So the difference seems to be in the x86_64 summary file. ``` flatpak repo --subsets repo Subset Digest History length i386 0554afc2732e6e4f5448650c598751066510c4b149893e8301206829f5bfdc43 4 x86_64 8f81af8c870dbe6459d30fbfcb6b9d4a04654e06f166ec46312d41ad65be983f 4 ``` If I look...