-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Troubleshoot ublue-os/bluefin#575 directly #4
Conversation
In the above commit, the Discord Flatpak app becomes able to open links. |
Note: the above commit actually should be called "Restore Requires= for apps which didn't cause trouble with Requires= in #3". In that commit, the Discord Flatpak app becomes unable to open links. Interesting! The apps whose "Requires=" were enabled by the commit didn't cause any problems in #3 when their "Requires=" were allowed there. |
In the above comit, the Discord Flatpak app becomes able to open links again. |
In the above commit, the Discord Flatpak app is still able to open links. This means that it's either Syncthingy or bluefin-firstboot which appears to break xdg-desktop-portal when it's included in a |
In the above commit, the Discord Flatpak is no longer able to open links, and SyncThingy does a coredump at startup. This suggests the Syncthingy seems to break xdg-desktop-portal when it's included in a |
In the above commit, the Discord Flatpak is able to open links again. and SyncThingy successfully launches as a background app. This confirms that including |
In the above commit, the Discord Flatpak is no longer able to open links, and SyncThingy crashes and coredumps at startup, and it no longer appears as a background app in the GNOME control center thing. This confirms that including After I delete SyncThingy from the GNOME's Flatpack app store thing and restart, the Discord Flatpak is able to open links! |
This issue should be resolved by #6 |
This PR is made to use GitHub Actions to build OS images so that I can try to bisect changes made by the standard Bluefin Containerfile to troubleshoot ublue-os#575 directly.