https://bugs.kde.org/show_bug.cgi?id=378823
Justin Zobel changed:
What|Removed |Added
Status|REPORTED|NEEDSINFO
Resolution|---
Am Samstag, 7. Januar 2023, 16:40:27 CET schrieb Andrey Butirsky:
> > Other IDEs should benefit too.
KDevelop (and I think Kate too) displays headers in "Project" view without
this. I am not convinced of this amount of work (and cluttering of our CMake
files) to workaround IDE/editor deficienc
Hi van,
> Is there a text file of settings for the pager that I can edit?
No need, there is an UI for this. In systemsettings > Workspace >
Shortcuts > KWin > "Switch to desktop".
My system is in french and my plasma version is more recent (5.22.5) but I
think it should be there nevertheless.
C
I'm using Debian 10. Kinfocenter says KDE Plasma version 5.20.5 and KDE
Frameworks version 5.78.0 are installed.
When I installed my system and account, I chose to have four virtual
desktops. There were apparently built-in shortcuts Alt-F1, Alt-F2, Alt-
F3, Alt-F4, to switch between them.
I added
Hello everyone,
I'd like to rename `pt` directory in our svn to `pt_PT` to fix the bug that
most applications treat `pt` as `pt_BR`.
My understanding is that
`l10n-kf5/$LANGUAGE/messages/plasma-workspace/plasmashell.po` will be sync to
`plasma-workspace/po/$LANGUAGE/plasmashell.po`.
In turn, wh
Hi all,
let me introduce my finding we probably want for all KDE's CMake-based
projects eventually.
The idea is, wherever we add a source files to a project, we should also
add a headers alongside:
|add_library(my_lib [STATIC|SHARED|MODULE] [source.cpp source.h ...])
add_executable(my_exe