Summary:
This allows the notification KCM to identify Konsole as an application.
https://community.kde.org/Plasma/Notifications#DesktopEntry_in_notifyrc
Test Plan:
It seems the part stuff relies on the application (e.g. Yakuake) having their own notifyrc file, so associating this notifyrc with Konsole should be fine.
Could go into stable, it's just a field that is ignored by everybody else
{F6766670}
Reviewers: tcanabrava, hindenburg, ngraham
Reviewed By: ngraham
Subscribers: konsole-devel
Tags: #konsole
Differential Revision: https://phabricator.kde.org/D20470
Summary:
This is what I envision for the Konsole Tab / Splits
management. One tab contain a QSPlitter that can contain
multiple TerminalDisplays / Splits.
You can test this behavior by hitting ctrl + shift + 9
and ctrl + shift + 0 to activate the splits, and ctrl +
shift + t to activate a new tab.
Old:
{F6484123}
New:
{F6484124}
What works:
- Tab Creation
- Split Creation (Even Recursive splitting)
- Terminal Close will close the Split on last split
- Last last split to close will close the tab
- Last tab to close will close konsole
- Detaching
- Tab Renaming
- Closing splits after detach
- Closing windows after detach
- Detach / Reattach works!
This patch series has the commits of Thomas Surrel, Maciej Niedbdalski and Myself.
Reviewers: #konsole, hindenburg
Reviewed By: #konsole, hindenburg
Subscribers: luc4, hallas, anthonyfieroni, gennad, ngraham, thsurrel, maciejn, mglb, hindenburg, konsole-devel
Tags: #konsole
Differential Revision: https://phabricator.kde.org/D17643
The org.kde.konsole.desktop file is missing a StartupWMClass setting.
BUG: 372441
FIXED-IN: 18.12
Differential Revision: https://phabricator.kde.org/D16546
Summary:
Whenever I change the font size doing so is usually temporary and I usually go back to the default font size in after a short time. Currently I do so by changing to a different profile and discarding the change, which resets the font size to the default. I feel like there should be a shortcut for resetting the size.
I could not find an appropriate icon, so I left it without icon.
The default shortcut ctrl+r seemed reasonable and easy to type, 'r' reset.
Test Plan: Manual.
Reviewers: hindenburg, tcanabrava, #vdg, ngraham
Reviewed By: #vdg, ngraham
Subscribers: muhlenpfordt, ach, kvermette, rizzitello, lbergdoll, hindenburg, fabianr, dhaumann, kde-doc-english, z3ntu, ngraham, konsole-devel
Tags: #konsole, #documentation
Differential Revision: https://phabricator.kde.org/D15380
Summary:
A common power user complaint about Plasma is the lack of a
{key Ctrl Alt T} keyboard shortcut to open Konsole. It turns out
that one has existed for quite some time in the form of an
off-by-default example for instructional purposes, shipped with
`khotkeys`.
This patch adds one such shortcut to Konsole itself, ensuring that
it will always be available when Konsole is installed.
Test Plan:
Either log into a new user account or reboot into an existing user
account; {key Ctrl Alt T} opens Konsole! It even includes the
bouncing app launch animation since Konsole opened via the
desktop file.
The shortcut itself shows up as a sub-item under the `KMenuEdit`
category in the {nav Shortcuts} KCM:
{F5950456}
Reviewers: davidedmundson, #konsole, hindenburg
Reviewed By: #konsole, hindenburg
Subscribers: #plasma, tcanabrava, konsole-devel
Tags: #konsole
Differential Revision: https://phabricator.kde.org/D13708