Package Details: klatexformula 4.1.0-2

Git Clone URL: https://aur.archlinux.org/klatexformula.git (read-only, click to copy)
Package Base: klatexformula
Description: Provides GUI for generating images from LaTeX equations
Upstream URL: https://klatexformula.sourceforge.io/
Licenses: GPL2
Submitter: allencch
Maintainer: allencch
Last Packager: allencch
Votes: 11
Popularity: 0.34
First Submitted: 2015-11-05 01:43 (UTC)
Last Updated: 2025-11-01 06:24 (UTC)

Latest Comments

1 2 3 Next › Last »

allencch commented on 2025-11-01 06:25 (UTC)

@tchuchuc fixed.

tchuchuc commented on 2025-10-31 15:48 (UTC)

I'm facing an error that is giving klatexformula - exit status 4.

At some point of the process it does:

==> Starting build()...
CMake Warning:
  No source or binary directory provided.  Both will be assumed to be the
  same as the current working directory, but note that this warning will
  become a fatal error in future CMake releases.


CMake Error at CMakeLists.txt:6 (cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.


-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: klatexformula-exit status 4

sandsmark commented on 2020-03-30 10:57 (UTC)

https://bugreports.qt.io/browse/QTBUG-81671

A regression in 5.14, should be fixed in 5.14.2.

tomcho commented on 2020-03-27 12:53 (UTC)

I'm getting the same error as @kirk:

WARNING: Failed write to Tooltip temp image to temporary file `/tmp/klf_tooltip_XXXXXX.png'

I've already installed it manually and via yay but have no idea what's going on.

allencch commented on 2020-01-16 02:16 (UTC)

@kirk

Just do makepkg -i is sufficient. The patch is applied as written in PKGBUILD .

kirk commented on 2020-01-15 15:56 (UTC)

@allencch Did you have to apply the patch? (klfbackend.patch) Or just installing normally from source?

Then, this would imply that this aur package has a problem? (Since I suppose you didn't install using yay/yaourt or something equivalent)

allencch commented on 2020-01-15 01:37 (UTC)

@kirk

Tested with clean installation from the source. Cannot re-produce the issues you mentioned.

kirk commented on 2020-01-14 20:35 (UTC) (edited on 2020-01-14 20:45 (UTC) by kirk)

First of all, the package throws an error, not working properly. Second of all, it requires use password for installation which is uncommon for aur packages.

Third of all, it keeps throwing as segfault

LatexFormula Version 4.0.0 by Philippe Faist (c) 2005-2017 Licensed under the terms of the GNU General Public License (GPLv2+)

Warning: libpng warning: iCCP: known incorrect sRGB profile Warning: libpng warning: iCCP: known incorrect sRGB profile Warning: libpng warning: iCCP: known incorrect sRGB profile Warning: libpng warning: iCCP: known incorrect sRGB profile libpng error: profile 'Artifex Software sRGB ICC Profile': D0FC018Ch: length does not match profile Warning: * In function KLFBackend::getLatexFormula() 14/01/2020 20:25 Can't save "final" PNG data. libpng error: profile 'Artifex Software sRGB ICC Profile': D0FC018Ch: length does not match profile libpng error: profile 'Artifex Software sRGB ICC Profile': D0FC018Ch: length does not match profile libpng error: profile 'Artifex Software sRGB ICC Profile': 8006008Ch: length does not match profile Warning: In function KLFBackend::getLatexFormula() 14/01/2020 20:25 *** Can't save "final" PNG data. libpng error: profile 'Artifex Software sRGB ICC Profile': 8006008Ch: length does not match profile libpng error: profile 'Artifex Software sRGB ICC Profile': 8006008Ch: length does not match profile Warning: WARNING: Failed write to Tooltip temp image to temporary file `/tmp/klf_tooltip_XXXXXX.png' !

Segmentation Fault :-( Segmentation Fault :-( Segmentation fault (core dumped)

The segfault is thrown in the following method fileTemplete in class QTemporaryFile

x00007ffff6a00920 in QTemporaryFile::fileTemplate() const () from /usr/lib/libQt5Core.so.

springzfx commented on 2019-11-29 04:39 (UTC)

KLatexFormula is a non-KDE application. The K in the name "KLatexFormula" is there for historical reasons. Since version 3.0, KLatexFormula is not a KDE-specific application; it is based on Qt (Qt 5 since version 4.0) and runs natively on Linux, Windows, and Mac OS X.

So kdebase-runtime should also be removed. No need for kde runtime. Thanks.

From: https://klatexformula.sourceforge.io/about

allencch commented on 2019-11-29 03:23 (UTC)

@springzfx , thanks for the suggestion. Updated.