Package Details: setzer-git 61.r9.gf278b48-2

Git Clone URL: https://aur.archlinux.org/setzer-git.git (read-only, click to copy)
Package Base: setzer-git
Description: LaTeX editor written in Python with Gtk
Upstream URL: https://www.cvfosammmm.org/setzer/
Keywords: editor gtk latex python text writer
Licenses: GPL3
Conflicts: setzer
Provides: setzer
Submitter: None
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 6
Popularity: 0.047274
First Submitted: 2019-10-24 17:16 (UTC)
Last Updated: 2023-11-02 10:10 (UTC)

Latest Comments

« First ‹ Previous 1 2

halcek commented on 2021-03-03 09:23 (UTC)

@juxuanu Thank you for adopting the package, can you change to arch=('any') in the PKGBUILD, so that the package can also be built on ARM devices?

Also, 'pydf' should also be added into depends= ,.

juxuanu commented on 2021-02-28 16:24 (UTC) (edited on 2021-02-28 16:25 (UTC) by juxuanu)

This package was orphanated. I took the package as a maintainer and updated the missing dependency and the version.

I'm thinking about making the version follow the tagged releases instead of the latest commit.

Let me know if something's missing or wrong. :-)

haawda commented on 2021-02-13 10:15 (UTC)

The architecture should be arch=('any').

juxuanu commented on 2021-02-12 23:08 (UTC)

This PKGBUILD is missing a dependency. Add 'python-pdfminer' to the depends array.

archisman commented on 2021-02-07 07:06 (UTC)

I get this error the following errors when I try to run it.

ValueError: Namespace GtkSource not available for version 4

and

ModuleNotFoundError: No module named 'pdfminer'

I was able to fix it after editing the PKGBUILD

depends=('gtk3' 'gtksourceview4' 'poppler-glib' 'texlive-core' 'gspell' 'python-pyxdg' 'python-pdfminer')

I still get the following error, but at least the program seems to work

** (setzer:178432): WARNING **: 12:34:11.098: Error loading plugin: libnuspell.so.4: cannot open shared object file: No such file or directory

recke96 commented on 2020-12-30 15:47 (UTC)

I get another error, maybe this package misses some dependencies?

Traceback (most recent call last):
  File "/usr/bin/setzer", line 28, in <module>
    from setzer.workspace.workspace import Workspace
  File "/usr/lib/python3.9/site-packages/setzer/workspace/workspace.py", line 22, in <module>
    from setzer.document.latex.document_latex import DocumentLaTeX
  File "/usr/lib/python3.9/site-packages/setzer/document/latex/document_latex.py", line 27, in <module>
    import setzer.document.latex.preview.preview as preview
  File "/usr/lib/python3.9/site-packages/setzer/document/latex/preview/preview.py", line 21, in <module>
    import PyPDF2
ModuleNotFoundError: No module named 'PyPDF2'

<deleted-account> commented on 2020-10-30 13:21 (UTC)

I get this error when running setzer, I take this' out of date then?:

Traceback (most recent call last):
  File "/usr/bin/setzer", line 28, in <module>
    from setzer.workspace.workspace import Workspace
  File "/usr/lib/python3.8/site-packages/setzer/workspace/workspace.py", line 22, in <module>
    from setzer.document.document import Document, LaTeXDocument, BibTeXDocument
  File "/usr/lib/python3.8/site-packages/setzer/document/document.py", line 21, in <module>
    import setzer.document.document_controller as document_controller
  File "/usr/lib/python3.8/site-packages/setzer/document/document_controller.py", line 28, in <module>
    from setzer.dialogs.dialog_locator import DialogLocator
  File "/usr/lib/python3.8/site-packages/setzer/dialogs/dialog_locator.py", line 18, in <module>
    import setzer.dialogs.about.about as about_dialog
  File "/usr/lib/python3.8/site-packages/setzer/dialogs/about/about.py", line 24, in <module>
    from setzer.app.service_locator import ServiceLocator
  File "/usr/lib/python3.8/site-packages/setzer/app/service_locator.py", line 19, in <module>
    gi.require_version('GtkSource', '4')
  File "/usr/lib/python3.8/site-packages/gi/__init__.py", line 129, in require_version
    raise ValueError('Namespace %s not available for version %s' %
ValueError: Namespace GtkSource not available for version 4