texliveonfly icon indicating copy to clipboard operation
texliveonfly copied to clipboard

Script to download TeX Live Packages "on the fly"

Results 5 texliveonfly issues
Sort by recently updated
recently updated
newest added

Is it only me that keep getting error, or it does not support windows?

Copied from Stack Exchange https://tex.stackexchange.com/questions/618224/utf-8-codec-cant-decode-byte-0xd0 I get the following error trying to compile a file with bulgarian text on Ubuntu 20.04 with tex-live. I use kile to compile. ``` Traceback...

The `runSudoCommand` tries to launch `kdesudo` if `gksudo` doesn't exist. However, `kdesudo` has been deprecated in favour of `kdesu`.

On Linux I needed to set it `chmod +x texliveonfly.py`, to run `./texliveonfly.py`, maybe you change the filepermissions on GitHub.

I think this fixes #2, according to [this blog](http://nowhereland.it/blog/2014/06/20/texliveonfly-wont-escalate-privileges-on-mac-os-x). The change at line 95 is necessary (at least on El Capitan), but I have no idea how to verify the...