silentrald

Results 97 comments of silentrald

@ImSapphire The only thing I see that that could work is setting `filesystem=home` which loses a lot of strict permissions that we've set 🤔. I might check if that command...

@ImSapphire yeah looking at this https://github.com/flathub/no.mifi.losslesscut/, they just seem to add the folders where videos can be accessed **xdg-download, xdg-public-share, and xdg-videos**. Should be safe to add `filesystem=home:ro` but I'm...

@ImSapphire ohhh 🙀 thanks on the info. Might check the docs on https://github.com/flatpak/xdg-desktop-portal on how to implement this, and if its really possible outside non KDE system as well. Just...

@JessicaJess636 yes this isnt handled in the latest version since we dont have a parser/reader yet for external mod files currently implemented. So it might take some time for me...

Some additional notes. Checking on the electron repository, there is already the `xdg-portal` code here but its not working correctly, since I'm getting these logs when I try to open...

@SasakiSadako the issue is that there isnt a way to toggle off xdg stuff when I looked into this. So might just hide the option to toggle them off on...

Hi @Zagrios, should be done with the PR. Only missing some art assets and resource text but most of the logic should be done. Can you check if I missed...

@Zagrios rebased 👌 Although can we leave #76 since maybe **External mods tracker** is kinda crucial for that issue. Will do that in a separate PR once this gets merged,...

@Zagrios Side tangent, seems that the call from `observer.error` shows the call stack error in the renderer. Seems the same as well for the other sendV2 Observer interaction in the...

> Yeah you need to handle the error in the frontend as well Already did in the latest commit, the notification popup shows in the background when I close the...