Top "Kde" questions

KDE is a powerful graphical desktop environment for Unix workstations.

How to disable Kwallet in kde plasma 5?

In KDE4 that was quite simple. There was a Kwallet section in System Settings. I've tried to remove kwallet package, …

kde
What is the difference between OpenGL and XRender in KDE Desktop Effects?

In KDE environment when you go to Desktop Effects and in the Advanced tab there is an option named "Compositing …

linux opengl kde
How to access to parent widget on qt?

I have an inherited QTreeWidget (called PackList) class and its parent is a KXmlGuiWindow. How can I access to the …

c++ linux qt kde
Disable global Ctrl-Alt-L hotkey in KDE

The IntelliJ IDEA short-cut to reformat source code is Ctrl+Alt+L. This happens to lock the screen in KDE (…

intellij-idea desktop kde
How can I find the selected item in a QTreeWidget?

I have a class that inherits QTreeWidget. How can I find the currently selected row? Usually I connect signals to …

c++ qt events kde treewidget
swt browser No more handles Error

I wrote a simple program. just a CTabFolder and a WelcomTab inherent from CTabItem. I want to fill my WelcomeTab …

java linux swt kde archlinux
Change konsole tab title from command line and make it persistent?

How can I change the konsole tab title? By default, it's set to %u : %n, so it always changes automatically. …

shell kde konsole qdbus
Can I get a proper tiling window manager in KDE

I've been a bit conflicted about switching over to a tiling window manager. I made the switch a while ago …

linux kde window-managers tiling
Detect if qt is running a debug build at runtime

How can I detect from within a QObject at runtime whether or not the Qt it's linked against is a …

qt qt4 pyqt kde
Is there a way to draw primitives in 3D with Python?

I want to draw 3D primitives like spheres, cylinders and planes (patches) in a 3D plot and I would like …

python 3d python-2.7 kde