All Questions
Tagged with kde or kde-plasma
741 questions
-6
votes
1
answer
67
views
Why can transmission-gtk only access my Downloads folder? [closed]
When I add a torrent to transmission-gtk, if I try to select any folder than ~/Downloads (including other folders in my home directory, which all have the same permission settings), it says "...
1
vote
1
answer
77
views
is non-blocking directory listing possible in linux?
If a directory contains broken or unresponsive mount points (for example, FUSE or NFS mounts), standard tools like file managers, or even a simple ls from the command line, can hang forever when ...
0
votes
0
answers
27
views
Can I use BUILD_WITH_QT6 to select between KF5 and KF6?
I develop an application for KDE, currently targeting KF5 and is about to be ported KF6. Naturally, the application uses cmake. I want to allow the user to choose which of the two versions should be ...
0
votes
0
answers
124
views
QSystemTray issues, kf.statusnotifieritem: KDE platform plugin is loaded but SNI unavailable
I'm trying to set up a tray icon for an app I'm developing in Qt with C++
I think it is pretty straightforward but I'm running into an issue, QtCreator throws:
kf.statusnotifieritem: KDE platform ...
1
vote
0
answers
150
views
Matplotlib on Arch Linux (KDE) shows QFont::fromString: Invalid description warnings, but fonts render correctly
I'm using Matplotlib on Arch Linux with KDE Plasma 6.3.5 (Wayland). My system's default Qt font is set to "WenQuanYi Micro Hei" (文泉驿微米黑), and it displays correctly in all system applications....
0
votes
0
answers
164
views
Kde plasma 6 does not show window preview on taskbar, using wayland
I installed openSUSE Leap 15.6 with KDE Plasma 5, then upgraded to KDE Plasma 6 using the KDE repositories for openSUSE.
Following the installation instructions, Plasma 6 was not installed completely ...
0
votes
1
answer
164
views
How in a nested gridview expose a property of a function in qml
In the below example of code there is a GridView id:mainGrid nested in a ListView id:pageList which is the initialItem of the StackView id:stackView.There is a Function which defines the point ...
0
votes
1
answer
177
views
How can I toggle monitor layout using a Bash script with xrandr on KDE Plasma?
I'm running KDE Plasma on a laptop with a built-in screen and an external monitor. I want to write a Bash script that toggles the layout of my external monitor (HDMI-A-1) between:
Above the laptop ...
0
votes
0
answers
12
views
Change the color of kde line in sns.histplot [duplicate]
How to change the color of kde line in a histplot of seaborn?
I'm using this code to plot the histogram:
p = sns.histplot(data=diamantes, x='carat', bins=40, color='#90d8fc', kde=True)
In the ...
-1
votes
1
answer
183
views
Why does Visual Studio Code tries to open Dolphin, instead of default terminal on Linux
In VSCode (Specifically Code - OSS), when I try to open containing folder, it only opens Dolphin, no matter what is my default file manager
I have tried to add Thunar instead of Dolphin to
~/.local/...
1
vote
1
answer
443
views
How to apply KDE Plasma KWin script change without restarting KWin?
I loaded a simple script (has only two files: metadata.json and main.qml) using this:
kpackagetool6 -t KWin/Script --install dir
Since I was testing, I modified the script, deleted it in the Settings/...
1
vote
0
answers
942
views
mutter unable to create virtual display in gnome wayland
I would like to create virtual display (extended to the actual display) then cast this display over wifi to another laptop (basically trying to use the display of another laptop as secondary monitor/...
5
votes
1
answer
249
views
Raise a window using tkinter on kde?
With tkinter on Python you can use the following trick to raise a window
root.lift()
root.attributes('-topmost',True)
root.after_idle(root.attributes,'-topmost',False)
However, on kde plasma it ...
0
votes
0
answers
64
views
Can I create KDE Framework 6 apps in Python?
I am running Plasma desktop 6.2.5 (KDE Frameworks Version: 6.10.0). I can use PySide6 to create QT 6 apps, but QT apps don't have the common features of KDE apps.
I can't create KDE 6 apps using ...
0
votes
0
answers
30
views
KDE - Update installed apps' icons based on category
I wonder if on KDE (plasmashell 6.2.4) we can make all already installed apps update their icon based on their category?
Let me try to explain what I want to ask:
If I consider the calculator, ...