Lcchy
Lcchy
Hi there, as I understand it, Orac itself does not allow for string-like parameters as it wouldn't be easy to handle in a platform-agnostic way. If you are using an...
Does anybody know which parts of the code would need to be adjusted for this? Thanks
Yes sorry for not being clear, I also corrected the issue title which was misleading. Here are 2 screenshots comparing the search results:   Maybe it is just a...
Ah yes I see. I wasn't sure in the beginning about what triggered the difference so I played around with it. What you said makes sense, thanks!
Just wanted to report that I have the same issue on Fedora 38, with Freetube as a flatpak. This is what I get from launching in terminal: ``` $ flatpak...
@absidue Yes, sorry I wasn't specific enough, F11 indeed fixes the fullscreen startup issue. What I was referring to is that fullscreening is broken. Double-clicking the video or clicking on...
@absidue I think I have now found the trigger for this bug and I can reproduce the behavior on a clean VM install. Steps to reproduce: - Launch Freetube and...
FWIW the corrupted file seems to be `~/.var/app/io.freetubeapp.FreeTube/config/FreeTube/settings.db`, its the one that resolves the issue upon deletion. Its contents just after triggering the bug are, for me: ``` {"_id":"bounds","value":{"x":1428,"y":57,"width":1430,"height":1551,"maximized":false,"fullScreen":true}} ```...
I think there are actually 2 separate bugs here: - one that seems to make Freetube open in fullscreen at start (I did not experience this, and it seems to...
For anyone looking for a way to run a program through a vpn connection without using sudo, I found that directly setting up a linux namespace (like [here](https://volatilesystems.org/wireguard-in-a-separate-linux-network-namespace.html)) and then...