Questions tagged [kde-plasma]

KDE Plasma Desktop (sometimes known as KDE, the organization that publishes it) is a Linux-based desktop and application platform.

The current generation of the graphical workspaces environment created by KDE. Its default theme, known as "Breeze", has increased convergence across different devices.

https://kde.org/plasma-desktop

735 questions
7
votes
2 answers

KDEConnect: Duplicate Text Notifications

What does it mean when you get a text on your phone, and instead of getting one notification on your desktop about it, you get dozens of identical ones that cover the screen? I've checked out the KDEConnect troubleshooting sections, Googled and…
Alan Schmidt
  • 113
  • 7
7
votes
0 answers

What does the X-MultipleArgs in the Desktop Entry file mean?

All of the sample Desktop files have X-MultipleArgs=False --- but what does this mean? The X- means it's an extension so it's not defined in the FreeDesktop specification. But I can't seem to find a place where it is defined. Google searches…
Theodore Ts'o
  • 556
  • 2
  • 8
7
votes
2 answers

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 parent's slots? I've tried getParent()->mySlot() from the QTreeWidget class but I've got error: no matching function for call to…
JuanDeLosMuertos
  • 4,532
  • 15
  • 55
  • 87
7
votes
3 answers

Qt - how to detect whether the application is running on GNOME or KDE?

I was wondering how I could do something like this (source) using Qt. I looked through the documentation but couldn't find any method to check if an external process is running. if [ "$(pidof ksmserver)" ]; then echo "KDE running." #…
Jake Petroules
  • 23,472
  • 35
  • 144
  • 225
7
votes
5 answers

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 slots this way: connect(myButton, SIGNAL(triggered(bool)), this, SLOT(myClick())); However, I can't find anything similar for…
JuanDeLosMuertos
  • 4,532
  • 15
  • 55
  • 87
7
votes
2 answers

QDialog - How to remove the minimize button

Qt 4.8 based, application - Issue with QDialog, minimize button Windows and Gnome (linux) The modal dialog appears with the close button on the right top, and the minimize button is nonexistent. The minimize option are grayed out in every…
Theo
  • 1,385
  • 2
  • 10
  • 19
7
votes
1 answer

Strange vertical line at side of emacs window, while it maximized

Image will say all: When I maximize emacs in GNOME, KDE or other DE, I has this strange line at side of emacs window. How I could remove that line? PS. In windowed mode all ok with any emacs window size.
Drakmail
  • 682
  • 2
  • 7
  • 22
7
votes
2 answers

How to detect if Linux OS uses KDE or Gnome environment

I need to programatically determine which window manager is running, on Linux. Pseudocode for how it would be used: if(WindowManagerOfOS.isKDE()){ do.anyThing(); } How can I do this? Is it even possible?
Carlos Spohr
  • 507
  • 11
  • 24
6
votes
3 answers

Run a script at unlock?

Hey, I'd like to get a shell script to run everytime I unlock my computer, on KDE 4. I learned that I could run one by overwriting /usr/lib/kde4/libexec/krunner_lock with a shell script doing its thing, then the original krunner_lock binary, and I'd…
Etienne Perot
  • 4,764
  • 7
  • 40
  • 50
6
votes
4 answers

Manjaro update error: failed to update core (unable to lock database)

I am a noob on an i5 desktop. I could not update my system. Terminal reads as follows, after I type and enter "sudo pacman -Syu" [sudo] password for user-name: ******** :: Synchronizing package databases... error: failed to update core (unable to…
6
votes
3 answers

Qt place new window correctly on screen, center over mouse, move into screen

After many months of trying, searching, reviewing code, etc. I'm unable to find a solution to properly positioning a new window in QT. In my most basic case I simply want to get the final size of the window and center it under the mouse. It will be…
edA-qa mort-ora-y
  • 30,295
  • 39
  • 137
  • 267
6
votes
2 answers

How can one put the output of a command into a konsole title bar?

Through the clever use of some escape characters, I used to put the output of arbitrary commands (e.g. "dirs") into my xterm title bar. Can I do the same thing in konsole? If so, how?
kc2001
  • 5,008
  • 4
  • 51
  • 92
6
votes
8 answers

How to set up headers and libraries for Linux development

I recently set up, for a learning exercise, an Ubuntu desktop PC with KDE 4.2, installed Eclipse and started to look for information on how to develop for KDE. I know there's KDevelop and will probably have a look at that at some time in the future.…
Skizz
  • 69,698
  • 10
  • 71
  • 108
6
votes
2 answers

How does the *NIX GUI work?

I would like to know more about what makes the GUI on *NIX systems work, but not quite sure where to begin the research. From my understanding, the X server is what makes all the visuals possible, and atop that there are the various UI environments…
dmkc
  • 1,161
  • 1
  • 15
  • 22
6
votes
2 answers

Window placement: WinSplit Revolution -like application for Linux (KDE)?

What is the WinSplit Revolution -like application for Linux (KDE)? Or maybe there is a functionality in KDE I am missing?
meh
1 2
3
48 49