It does not make sense to provide "MimeType" entry together with the current
"Exec=konsole --background-mode" entry, since that command simple does not
expect file argument.
That hack is added due to the the "single process" model used by konsole.
However, That hack seems to make the thing more confusing as reflected in bug
302903
So here is a known issue: if you set konsole as the terminal emulator
used in pcmanfm, pressing F4 twice in different folder will open two
konsole window in the same folder.
It feels out of place to put that submenu between "Copy","Paste" and "Select
All". The new place is not ideal, but I think it is beeter than current
situation.
Add missing quotes around '$1' in konsoleprofile so that we do not
perform word splitting twice (which is very unlikely to be what the user
wants, and is difficult or impossible to prevent). This fixes a
regression introduced in 4e1b96e4.
BUG: 307351
FIXED-IN: 4.9.2
This is just a workaround for the problem of opening "~/Documents" on startup.
Although it is simple (just one line) and easy to understand, it is still a
not-so-pleasant hack which doesn't need to be added at the first place.
Note, the per-profile working directory still takes precedence if it is set
CCBUG: 302903
In the ongoing issue with spaces at the end of lines, this allows for
an option to trim the spaces. By default, it is disabled so only
people who need this will be affected.
Many thanks to David Smid <david@smidovi.eu>
CCBUG: 188528
The extension committed in bko 285984 (invented by urxvt's author)
allows the terminal to report coordinates beyond 223. However, for
multiple reasons, xterm's author decided to come up with another
extnsion, addressing the same issue and more.
See more info on this bko 304686
An followup to bko 285984, b876f2a3ed
Patch by Egmont Koblinger egmont@gmail.com
FEATURE: 304686
FIXED-IN: 4.10
Some NVIDIA users still require this option for Konsole to work as
expected
This reverts 66b4a96e93
Thanks to Matthias Kretz kretz@kde.org for patch/info.
BUG: 305307
FIXED-IN: 4.10
This is merely adding a comment to inform future maintainers that
applications rely on these event names being kept stable. This is a
necessary precaution before other applications use this event.
So if someone notices later some Qt header is included in the form
of "#include <Class>" instead of the more common form of "#include
<Module/Class>", do not rush changing it.
REVIEW: 105819
This reintroduces the "Send Signals" from KDE 3.5.
SIGSTOP/CONT/HUP/INT/TERM/KILL/USR1/USR2
Patch by Kasper Laudrup laudrup@stacktrace.dk
FIXED-IN: 4.10
FEATURE: 214908
A previous commit make the font size an integer. Per Christoph Feck
there are valid reasons to allow x.y font sizes. This patch restores
that ability.
An update/fix to ebc594cdf6
CCMAIL: christoph@maxiom.de
When picking a huge font, the edit profile dialog would get resized and
would not return to its original size if decreasing the font size.
This fix using the ksqueezedtext widget instead of a qlabel.
BUG: 174998
FIXED-IN: 4.10
This replaces the text size slider by a number input w/ arrows. The
slider is awkard to change the size. Instead of fixing the slider, the
input arrows seem a better choice. The KIntNumInput has a slider that
could be enabled we want to enable it.
REVIEW: 105796
Set '_searchEdit' field background to 'KColorScheme::PositiveBackground'
when a search has a positive result.
BUG: 167442
REVIEW: 105777
FIXED-IN: 4.10.0
Duplicate the code in SessionController.cpp to expand %# %w in the
copy input dialog. This is not the ideal solution but it not trivial
to fix w/ all the tab/window titles issues in Konsole.
BUG: 175755
FIXED-IN: 4.10
When search bar is visible, pressing the shortcut/menu item for the second
time give focus to the search lineEdit. This patch remove toggleable property
from the action.
BUG: 271668
REVIEW: 105723
FIXED-IN: 4.10.0
Konsole goes into an infinite loop and will eventually crash due to
memory. On an invalid unicode char the width is 0 so the for loop never
exits.
A better patch by Francesco Cecconi <francesco.cecconi@gmail.com>
BUG: 303390
Konsole goes into an infinite loop and will eventually crash due to
memory. On an invalid unicode char the width is 0 so the for loop never
exits.
This should prevent the crashes; not sure if there is a better way.
CCBUG: 303390
This provides a profile GUI to change the line spacing (0-5). Due to
the Qt4.8/BIDI issues, allowing the user to change the spacing allows
the user to fix any issues w/ the font they are using.
FEATURE: 279490
REVIEW: 105478
FIXED-IN: 4.10