kde-plasma Questions
3
When trying to open the "Save As" dialog to save any file in Visual Studio Code on KDE (Ubuntu 24.04, the dialog does not open, and a separate process "kdialog" starts using 100...
Labrador asked 15/10 at 9:41
2
Solved
In any Qt application on KDE when I add a QPushButton in designer and check it's text by:
void MainWindow::on_pushButton_clicked()
{
qDebug()<<ui->pushButton->text();
}
The output i...
Unstudied asked 21/9, 2015 at 5:50
6
Solved
I know how to start a Konsole with one executable running in it, and leave the Konsole open after the program ends. I can do this using a .desktop file and change some options in it.
But I would l...
Elenaelenchus asked 25/9, 2015 at 9:40
3
In our Qt-based C++ application, I'm trying to automatically switch application styles based on whether the user has configured dark or bright theme.
I have figured out the notification of when a c...
Disapproval asked 15/2, 2023 at 9:21
8
How can I change the konsole tab title? By default, it's set to %u : %n, so it always changes automatically.
I can set it with:
qdbus org.kde.konsole $KONSOLE_DBUS_SESSION setTitle 1 "My Title"
...
Deanndeanna asked 11/11, 2013 at 2:6
2
Solved
I want to draw 3D primitives like spheres, cylinders and planes (patches) in a 3D plot and I would like to be able to interactively rotate, translate and zoom the scene. I want to do that in Python...
Synchronize asked 3/10, 2012 at 12:13
3
When a file opened in Visual Studio Code, it contains a link, and it is possible to follow the link with Ctrl + click.
Usually the link is opened with the default browser, but for the past few week...
Opalopalesce asked 27/10, 2021 at 14:31
4
Solved
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 da...
Glassware asked 2/3, 2020 at 6:8
6
The KDE 5 terminal emulator Konsole has a great feature Split View that allows me to make full use of my big monitor. However, I cannot find a way to use keyboard shortcuts, rather than clicking mo...
Dahl asked 1/11, 2018 at 13:7
6
Solved
In the app, going File > Workspace > Sign in to new workspace launches a browser window. After selecting the workspace in browser, it launches back a deep link back to slack but it does...
Superheterodyne asked 26/1, 2022 at 16:40
9
In KDE4 that was quite simple. There was a Kwallet section in System Settings.
I've tried to remove kwallet package, but plasma depends on it.
Binominal asked 12/4, 2015 at 20:26
2
Solved
Where can i find the config files of the sidebar from dolphin (file manager), where my Bookmarks for folders and devices are saved.
I want to edit them manually, backup them and export the file to ...
Gybe asked 1/3, 2022 at 10:57
1
I installed the Dolphin file manager from Software Manager.
It's a nice file manager. I would like to get the Extract Here context menu, where you right-click on an archive and select Extract Here ...
Plenipotent asked 5/11, 2021 at 6:39
3
Solved
I recently updated my system from Ubuntu 18.04 to 20.04. Afterwards I tried to update all of my pip3 packages using the shell command mentioned here (I changed "pip" to "pip3")....
Selfexecuting asked 28/10, 2020 at 10:3
1
I can't for my life make SVN read the password stored at kwallet and use it to stop asking when I do anything. Google has not helped finding the answer, so I turn back to you.
I'm running right n...
Cousins asked 23/6, 2016 at 19:52
2
Solved
In KDE environment when you go to Desktop Effects and in the Advanced tab there is an option named "Compositing type" which can be set to OpenGL or XRender.
What is the difference ...
Carlenacarlene asked 11/3, 2014 at 6:44
1
I have a program run on the background that simply take a screenshot every N seconds.
eg:
#!/bin/sh
while true; do
take-screenshot
sleep 10
done
What I want to achieve is only take screenshot ...
Cracksman asked 24/8, 2020 at 13:33
2
Solved
Hello I'm trying to make a Shell script in opensuse to create MySqlUsers but when I try to run it I get this error:
Warning: Could not start program '/home/thomas/Scripts/MySqlCreateUser.sh' wi...
Lovely asked 2/2, 2017 at 8:35
2
Solved
I'm using Ubuntu 15.04 x64.
I cloned the Dolphin repository from git://anongit.kde.org/dolphin. I then proceeded to build the directory by:
mkdir build
cd build
cmake ..
But when I run the CMak...
Intercellular asked 10/12, 2015 at 19:25
6
Solved
I have multiple "desktops" that I switch between for different tasks in my KDE Linux environment. How can I automagically determine which desktop my Konsole ( kde console) window is being displayed...
Petaloid asked 10/4, 2009 at 15:49
2
Solved
I'm using Kubuntu and have installed anaconda. When I open up Konsole (the terminal), there's a slight pause before I get the command line. The slight pause is being caused by a conda process runni...
Germiston asked 17/12, 2018 at 9:26
5
Solved
I am trying to install kde-connect following this.
Although my kubuntu version is 14.04, I wanted to compile them so that I can have the latest version. But when I followed the instructions to comp...
Zagazig asked 9/10, 2014 at 19:16
1
When playing with sdl2 via pysdl2 I noticed this strange side-effect where once the sdl script runs unrelated windows which would normally become translucent when moved do now stay opaque.
I wou...
Usanis asked 9/5, 2019 at 6:2
2
Solved
Yakuake provides a hotkey and a GUI way to rename commandline tabs/sessions.
I'd like to do the same via the command line, so I can script it and use it in an alias. (My goal is that if I use an a...
Duero asked 29/9, 2014 at 7:58
9
Solved
Using C++ on the Linux desktop, what is the best way to get the icon, the document description and the application "associated" with an arbitrary file/file path?
I'd like to use the most "canonic...
Dosi asked 27/10, 2009 at 7:11
1 Next >
© 2022 - 2024 — McMap. All rights reserved.