Radek Cap
Radek Cap
> Same issue on Debian buster, Gnome Shell 3.30.2. > To solve, I've downgraded to extension version 20 manually. It works also for me, thank you.
Same issue on Fedora 31, GNOME Shell 3.34.4. Downgrade to v20 solved this issue.
I have the same issue. Trying to run from a terminal looks like this: flatpak run com.github.hluk.copyq error: app/com.github.hluk.copyq/x86_64/master not installed
Some additional info: ``` copyq --version CopyQ Clipboard Manager v5.0.0 Qt: 5.15.2 KNotifications: 5.88.0 Compiler: GCC Arch: x86_64-little_endian-lp64 OS: Red Hat Enterprise Linux 8.6 (Ootpa) ```
What's the current status? Was anybody able to run it properly?
Please, assign this task to me. Thank you.
According to the deep history: Last success: 9/6/2023, 3:26:07 AM First failure: 10/14/2023, 3:01:07 PM https://trss.adoptium.net/deepHistory?testId=6620751f879917006ea746f0
Stacktrace `Execution failed: `main' threw exception: java.lang.OutOfMemoryError: Requested array size exceeds VM limit ` Standard Error ````` java.lang.OutOfMemoryError: Requested array size exceeds VM limit at SymmetricRangeTests.testOverflowInMakePositive(SymmetricRangeTests.java:88) at SymmetricRangeTests.main(SymmetricRangeTests.java:624) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native...
This test has many opened bugs: https://bugs.openjdk.org/browse/JDK-8232195?jql=text%20~%20%22SymmetricRangeTests%22 One possible solution is ````` These tests require huge memory and need to run with -Xmx8g They are not actually run in standard...
The same failure is on Mac - https://github.com/adoptium/aqa-tests/issues/5018