Petr Mánek
Petr Mánek
Bumping this issue. In the meantime, isn't it possible to mitigate this by allowing 720p or lower?
@gort818 Anything I can do to help?
Hi, I'd like to bump this issue. Has there been any progress since? I'm a ProtonVPN Plus user and these disconnects keep happening to me every 15-30 minutes. I have...
@Rafficer I will try and let you know. Just by the way, is there a reason why ProtonVPN for Linux does not integrate with network configuration daemons like NetworkManager, systemd-networkd,...
I should probably clarify that the Qt-recommended way does not work at the moment. Putting the following directive in CMakeLists.txt: ```cmake find_package(Qt6 CONFIG REQUIRED COMPONENTS Usb ) ``` ....produces the...
@fpoussin Thanks for letting me know. I can confirm now that QtUsb works without any problems using Qt6's qmake. As far as CMake support is concerned, I will likely be...
@fpoussin Splendid. In the meantime, I have made some discoveries: - If you compile QtUsb with Qt5 and QMake, both CMake & pkg-config metadata are generated in the `lib/` directory...
@fpoussin Yes, importing works at the moment -- feel free to try cloning the fork yourself. :slightly_smiling_face: Once I get the testing and static linking to work, I will file...
@fpoussin I have made some progress, yes. Here's what's new: - The project now builds without errors in all configurations on Linux x86_64, Intel-based macOS and Windows x86_64. No idea...
@fpoussin Have you had a chance to review my work?