https://bugs.kde.org/show_bug.cgi?id=521010
Bug ID: 521010
Summary: flags arent set properly if done through user
interface
Classification: Applications
Product: kile
Version First 2.9.93
Reported In:
Platform: Ubuntu
OS: Linux
Status: REPORTED
Severity: minor
Priority: NOR
Component: user interface
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
DESCRIPTION
adding flag -shell-escape through ui does not actually add that flag while its
compiling
STEPS TO REPRODUCE
1. install ubuntu
2. install LaTeX (full)
3. install kile
4. in kile:
settings -> configure kile -> build -> PDFLaTeX -> options
5. add flag -shell-escape
6. try to compile LaTeX that contains package minted
OBSERVED RESULT
it fails, and output logs wont list shell-escape flag at appropriate location
EXPECTED RESULT
it should add that flag
SOFTWARE/OS VERSIONS
Operating System: Ubuntu 24.04
i didnt install anything other than kile from KDE, i think.
ADDITIONAL INFORMATION
i was able to fix this by navigating to ~/.config/kilerc and adding
-shell-escape to options here:
[Tool/LivePreview-PDFLaTeX/PSTricks]
autoRun=yes
checkForRoot=no
class=LaTeXLivePreview
command=pdflatex
from=
jumpToFirstError=yes
options=-shell-escape -synctex=1 -interaction=nonstopmode
-output-directory=%dir_target %source
to=pdf
type=Process
it compiled as expected afterwards and kile worked as i wanted it to.
i didnt try adding any other flags
--
You are receiving this mail because:
You are watching all bug changes.