Package Details: fontweak 1.3.1-6

Git Clone URL: https://aur.archlinux.org/fontweak.git (read-only, click to copy)
Package Base: fontweak
Description: GUI front-end of fontconfig
Upstream URL: https://github.com/guoyunhe/fontweak
Licenses: GPL3
Submitter: SilverRainZ
Maintainer: None
Last Packager: lfleischer
Votes: 5
Popularity: 0.000000
First Submitted: 2017-05-07 05:37 (UTC)
Last Updated: 2019-11-23 15:05 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

SilverRainZ commented on 2023-11-23 03:23 (UTC)

Hi @clmbtti, I don't use this package anymore (for the lack of wayland support). You can report these messages to upstream and update the package. I orphan it now.

clmbtti commented on 2023-11-22 22:20 (UTC) (edited on 2023-11-22 22:22 (UTC) by clmbtti)

I am getting a build error:

    [javac] error: Source option 7 is no longer supported. Use 8 or later.
    [javac] error: Target option 7 is no longer supported. Use 8 or later.

BUILD FAILED
/home/cb/.cache/yay/fontweak/src/fontweak-1.3.1/nbproject/build-impl.xml:929: The following error occurred while executing this line:
/home/cb/.cache/yay/fontweak/src/fontweak-1.3.1/nbproject/build-impl.xml:269: Compile failed; see the compiler error output for details.

Total time: 0 seconds
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: fontweak-exit status 4
 -> Failed to install the following packages. Manual intervention is required:

Qwerty-Space commented on 2022-08-20 16:24 (UTC) (edited on 2022-08-20 16:25 (UTC) by Qwerty-Space)

I get the following error when trying to run fontweak:

Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException: Cannot invoke "org.w3c.dom.Element.getElementsByTagName(String)" because "this.root" is null
    at me.guoyunhe.fontweak.FontConfig.readConfig(FontConfig.java:149)
    at me.guoyunhe.fontweak.MainWindow.loadConfig(MainWindow.java:73)
    at me.guoyunhe.fontweak.MainWindow.<init>(MainWindow.java:69)
    at me.guoyunhe.fontweak.MainWindow$18.run(MainWindow.java:750)
    at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318)
    at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:773)
    at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:720)
    at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:714)
    at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
    at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
    at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
    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)

mattalxndr commented on 2021-09-26 04:29 (UTC) (edited on 2021-09-26 04:32 (UTC) by mattalxndr)

Had the same error. I set it to jre-jetbrains, the JRE I installed for JetBrains stuff and it worked:

export JAVA_HOME=/usr/lib/jvm/jre-jetbrains

SilverRainZ commented on 2018-03-07 15:42 (UTC)

@schmunk Do you have a jdk installed such as jdk8-openjdk? It provides java-environment.

schmunk commented on 2018-03-07 13:49 (UTC) (edited on 2018-03-07 13:50 (UTC) by schmunk)

I got an error during installation:

BUILD FAILED
/var/tmp/fontweak/src/fontweak-1.3.1/nbproject/build-impl.xml:929: The following error occurred while executing this line:
/var/tmp/fontweak/src/fontweak-1.3.1/nbproject/build-impl.xml:269: Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK.
It is currently set to "/usr/lib/jvm/java-8-jre/jre"

I have the package jre8 installed, but nothing else from Java.