Skip to main content

Questions tagged [kile]

1 vote
0 answers
22 views

Get rid of auto correct feature in Kile 2.9.93

I’m on Kile 2.9.93 using Devuan Daedalus (non-systemd version of Debian Bookworm). One very nagging feature of Kile is that when I wish to input a diacritic letter directly from my keyboard (for e.g., ...
vrgovinda's user avatar
  • 349
3 votes
4 answers
605 views

Remove duplicates in file (without sorting!) leaving the _last_ of the occurences

Following https://www.baeldung.com/linux/history-remove-avoid-duplicates, I added clean_history() { awk '!a[$0]++' $HOME/.bash_history > $HOME/.bash_history.tmp && mv $HOME/....
Make42's user avatar
  • 739
0 votes
0 answers
181 views

LaTex editor Kile does not work on Plasma 6

After upgrade to Plasma 6 Kile does not open as it does not find the Okular library anymore. The problem is that Kile has not been updated to use Plasma 6 yet and it still requires a bunch of Plasma 5 ...
user72829's user avatar
  • 101
0 votes
0 answers
117 views

How to configure inverse and forward search in Kile (LaTeX editor)

That is it. There is not much to that question. Inverse and forward search is basically to be able to do some kind of Ctrl+Click in a line of the *.tex file, and automatically be sent to the PDF ...
ivanovitx's user avatar
0 votes
1 answer
205 views

How can I delete marks in Kile/Kate in vim-mode?

When setting marks in Kile’s/Kate’s vim-mode via m. the line will be highlighted. This can be annoying and the attempt to remove the mark via :delmarks fails with unknown command: “delmarks”. Is it ...
karlsebal's user avatar
  • 835
6 votes
2 answers
1k views

Trying to run Kile gives a segmentation fault on Linux Mint 19

With the latest version of Kile installed, trying to run it crashes with a segmentation fault: $ kile qt5ct: using qt5ct plugin Invalid Context= "Apps" line for icon theme: "/usr/share/icons/Mint-Y/...
user1717828's user avatar
  • 3,602
0 votes
0 answers
70 views

Installing CoGrOO on Kile

Does anyone know if it is possible to install/include CoGrOO on Kile? CoGroo: http://cogroo.sourceforge.net/
Alan Valejo's user avatar
1 vote
1 answer
615 views

How to install Kile on Debian KDE 7.3 32 bit?

For the past week or so, I'm trying to install Kile in Debian 7.3 kde desktop after installing TexLive 2013 from a CTAN mirror (downloading the installer in a home directory, decompressing it in ...
WobblyWindows's user avatar
0 votes
1 answer
423 views

Kile freezes running pdflatex

When I run kile I get the message: QStatusBar::insertWidget: Index out of range (4), appending widget and I am not able to compile from Kile. While I press pdfLatex inside Kile, it freezes. What can ...
Mia's user avatar
  • 149
2 votes
1 answer
11k views

How to change background color of side pane of Kate and Kile?

I am trying to customize the color scheme of Kile/Kate. I could do it, except I could not find any way to change the color of the side pane such as files, etc. I prefer dark background, and having ...
user avatar