Search Criteria
Package Details: textidote-bin 0.8.3-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/textidote-bin.git (read-only, click to copy) |
---|---|
Package Base: | textidote-bin |
Description: | Spelling, grammar and style checking on LaTeX documents |
Upstream URL: | https://github.com/sylvainhalle/textidote |
Keywords: | grammar latex lint spelling tex |
Licenses: | GPL |
Provides: | textidote |
Submitter: | jadelord |
Maintainer: | carlosal1015 |
Last Packager: | carlosal1015 |
Votes: | 10 |
Popularity: | 0.005217 |
First Submitted: | 2019-02-04 18:19 (UTC) |
Last Updated: | 2022-03-31 14:16 (UTC) |
Dependencies (5)
- java-runtime-headless (jre10, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, server-jre, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jre7, zulu-14-bin, amazon-corretto-15, zulu-embedded-jdk8, sapmachine-jdk-bin, amazon-corretto-16, jre8-openjdk-shenandoah-headless, zulu-16-bin, jdk16-adoptopenjdk, jdk16-microsoft-openjdk, jdk11-msopenjdk-bin, jdk18-beta-temurin, jdk8-arm, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-bin, jre11-jetbrains-imfix, java-openjdk-loom-ea-bin, jdk7-j9-bin, jdk7r1-j9-bin, jdk8-j9-bin, jdk11-j9-bin, jre11-jbr-xdg-headless, jre16-openjdk-headless, jre13-openjdk-headless, jre14-openjdk-headless, jre-bcl, jdk-bcl, amazon-corretto-18, zulu-18-bin, zulu-13-bin, jre15, jre14, jre13, jre16, bishengjdk-17, bishengjre-17, jdk-arm, jdk11-openj9-bin, jdk-openj9-bin, jre-jbr-xdg-headless, jre18-openjdk-headless, jdk18-openj9-bin, amazon-corretto-19-bin, zulu-19-bin, liberica-jre-11-full-bin, jdk13-openjdk-bin, jre8-openjdk-headless-xdg, jre17-openjdk-headless-xdg, jre15-openjdk-headless, zulu-embedded-jdk11, liberica-jre-8-full-bin, jdk18-temurin, jre19-openjdk-headless, jdk11-microsoft-openjdk, jre-openj9-headless, zulu-jre-fx-bin, jdk11-openjdk-dcevm, jre12-openjdk-headless, jdk-jetbrains, jdk8-dragonwell-extended-bin, jdk8-dragonwell-standard-bin, jdk11-dragonwell-extended-bin, jdk11-dragonwell-standard-bin, jdk11-jetbrains-bin, jdk8-openj9-bin, jdk17-dragonwell-standard-bin, amazon-corretto-8, zulu-8-bin, zulu-20-bin, zulu-jdk-fx-bin, jdk-temurin, liberica-jdk-8-full-bin, jre-lts, jdk8-aarch64, jre17, jre8-adoptopenjdk-headless, liberica-jdk-11-full-bin, liberica-jdk-17-full-bin, amazon-corretto-20-bin, amazon-corretto-17, zulu-15-bin, jdk8, jre8, jdk21-jetbrains-bin, amazon-corretto-11, jdk17-jetbrains-bin, jdk-microsoft-openjdk, jdk17-openj9-bin, jdk20-openj9-bin, java-openjdk-bin, zulu-21-bin, amazon-corretto-21-bin, jre11, liberica-jdk-full-bin, jre-openjdk-headless-xdg, jdk11-temurin, jdk17-temurin, jre, zulu-11-bin, zulu-17-bin, jre-jetbrains, java-openjdk-ea-bin, jre-openjdk-headless, jre11-openjdk-headless, jre17-openjdk-headless, jre8-openjdk-headless)
- bash-completion (bash-completion-git) (optional) – for completion when using bash
- libnotify (libnotify-gtk2, libnotify-git) (optional) – Error messages for textidote-desktop
- man-db (optional) – manual pages for textidote
- zsh-completions (zsh-completions-git) (optional) – for completion when using zsh
Latest Comments
carlosal1015 commented on 2022-03-31 16:12 (UTC)
Nice.
RealOrRandom commented on 2022-03-31 15:51 (UTC)
Thanks for the quick fix, CLI works now for me. I don't use the desktop thing.
carlosal1015 commented on 2022-03-31 14:02 (UTC) (edited on 2022-03-31 14:20 (UTC) by carlosal1015)
Right now, from my side is working CLI, let me know if desktop entry is working too.
Thank you @RealOrRandom, I did not try on my machine, and looking the content
It must be fixed soon.
RealOrRandom commented on 2022-03-31 13:25 (UTC)
Now that the
jar
is at/usr/share/java/textidote.jar
, the wrapper at/usr/bin/textidote
does not work anymorecarlosal1015 commented on 2022-03-27 17:15 (UTC)
Thank you for the hint, very nice wzy.
Freed commented on 2022-03-27 14:59 (UTC)
Maybe it is because deb creator hope the jar be installed in
/opt
? However, it seems to not respect the standard of Archlinux.Freed commented on 2022-03-27 14:54 (UTC)
/opt/textidote/textidote.jar
should be/usr/share/java/textidote.jar
, because all jar of packages are installed/usr/share/java
. And/opt/textidote/textidote.svg
should be installed/usr/share/textidote/textidote.svg
.