Package Details: typometer 1.0.1-2

Git Clone URL: https://aur.archlinux.org/typometer.git (read-only, click to copy)
Package Base: typometer
Description: Terminal/Editor typing latency analyzer
Upstream URL: https://pavelfatin.com/typometer
Keywords: editor input java latency terminal testing
Licenses: Apache
Submitter: wlhlm
Maintainer: wlhlm
Last Packager: wlhlm
Votes: 1
Popularity: 0.000000
First Submitted: 2020-06-18 15:42 (UTC)
Last Updated: 2020-06-18 17:14 (UTC)

Dependencies (2)

Required by (0)

Sources (3)

Latest Comments

wlhlm commented on 2021-09-25 18:34 (UTC)

@urldog This looks to be a problem with your GTK theme rather than typometer.

urldog commented on 2021-09-24 11:08 (UTC)

It fails to launch: typometer (base)

(java:1240100): Gtk-WARNING **: 13:07:03.429: Theme parsing error: gtk.css:73:46: The style property GtkScrolledWindow:scrollbars-within-bevel is deprecated and shouldn't be used anymore. It will be removed in a future version java.lang.ExceptionInInitializerError at com.pavelfatin.typometer.ui.MainFrame.<init>(MainFrame.java:120) at com.pavelfatin.typometer.Application.openMainForm(Application.java:41) at com.pavelfatin.typometer.Application.lambda$main$0(Application.java:31) at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:316) at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715) at java.base/java.security.AccessController.doPrivileged(AccessController.java:391) at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85) at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740) at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203) at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124) at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90) Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make field java.awt.Color java.awt.Component.background accessible: module java.desktop does not "opens java.awt" to unnamed module @771c0e64 at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:357) at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297) at java.base/java.lang.reflect.Field.checkCanSetAccessible(Field.java:177) at java.base/java.lang.reflect.Field.setAccessible(Field.java:171) at com.pavelfatin.typometer.ui.ColoredRenderer.createBackgroundField(ColoredRenderer.java:36) at com.pavelfatin.typometer.ui.ColoredRenderer.<clinit>(ColoredRenderer.java:28) ... 16 more

sandsmark commented on 2021-02-05 14:57 (UTC)

this tries to download things in build(), so it bypasses the checksums etc.

wlhlm commented on 2020-12-08 12:34 (UTC) (edited on 2020-12-08 12:35 (UTC) by wlhlm)

@Harm Sorry for the late response.

I just retested building this package with OpenJDK 14 and it works fine. This looks like some problem with your java setup. There are various places you can check. The archlinux-java command is used to switch between different versions of the JRE/JDK make sure you set everything correct there. You can also use mvn --version to see if Maven (the build tool for this package) picks up the correct environment.

Harm commented on 2020-11-10 08:41 (UTC)

Fails to build for me:

[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
[INFO] 1 error
[INFO] -------------------------------------------------------------

I have jre-openjdk-14.0.2.u12-1-x86_64 and jdk-openjdk-14.0.2.u12-1-x86_64