this post was submitted on 19 Nov 2025
8 points (78.6% liked)

No Stupid Questions

44399 readers
494 users here now

No such thing. Ask away!

!nostupidquestions is a community dedicated to being helpful and answering each others' questions on various topics.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules (interactive)


Rule 1- All posts must be legitimate questions. All post titles must include a question.

All posts must be legitimate questions, and all post titles must include a question. Questions that are joke or trolling questions, memes, song lyrics as title, etc. are not allowed here. See Rule 6 for all exceptions.



Rule 2- Your question subject cannot be illegal or NSFW material.

Your question subject cannot be illegal or NSFW material. You will be warned first, banned second.



Rule 3- Do not seek mental, medical and professional help here.

Do not seek mental, medical and professional help here. Breaking this rule will not get you or your post removed, but it will put you at risk, and possibly in danger.



Rule 4- No self promotion or upvote-farming of any kind.

That's it.



Rule 5- No baiting or sealioning or promoting an agenda.

Questions which, instead of being of an innocuous nature, are specifically intended (based on reports and in the opinion of our crack moderation team) to bait users into ideological wars on charged political topics will be removed and the authors warned - or banned - depending on severity.



Rule 6- Regarding META posts and joke questions.

Provided it is about the community itself, you may post non-question posts using the [META] tag on your post title.

On fridays, you are allowed to post meme and troll questions, on the condition that it's in text format only, and conforms with our other rules. These posts MUST include the [NSQ Friday] tag in their title.

If you post a serious question on friday and are looking only for legitimate answers, then please include the [Serious] tag on your post. Irrelevant replies will then be removed by moderators.



Rule 7- You can't intentionally annoy, mock, or harass other members.

If you intentionally annoy, mock, harass, or discriminate against any individual member, you will be removed.

Likewise, if you are a member, sympathiser or a resemblant of a movement that is known to largely hate, mock, discriminate against, and/or want to take lives of a group of people, and you were provably vocal about your hate, then you will be banned on sight.



Rule 8- All comments should try to stay relevant to their parent content.



Rule 9- Reposts from other platforms are not allowed.

Let everyone have their own content.



Rule 10- Majority of bots aren't allowed to participate here. This includes using AI responses and summaries.



Credits

Our breathtaking icon was bestowed upon us by @Cevilia!

The greatest banner of all time: by @TheOneWithTheHair!

founded 2 years ago
MODERATORS
 

I was originally used to "shutdown" when typing the shortcut in the search box and always accidentally typed that instead of "power off" after switching from GNOME to KDE. (gnome I believe called it shutdown). I eventually trained myself to type "power off" instead.

Now, with the latest version of Plasma, they had the audacity to rename the shortcut to "shutdown", so now I always mistype "power off"! This would be fine if it showed up the option once you started typing (like it did before with "shutdown" I think), but the "Shutdown" shortcut now only shows up once you type the full "power off", what the heck! Typing just "Shut" already shows the option, and before, typing something like "pow" was enough to show the "power off" shortcut

Why did they change it from power off to shutdown, and did the change in how KDE handles searching make the "synonyms" of certain shortcuts require the full thing? (I remember a video talking about how Plasma 6.5 changed search so that results start to show when you type one character only, which was pretty neat. I guess that had a few side effects?)

Is it possible to rename the shortcut to "power off" again, or at least make it show up when I type "pow"? I'm sure it's possible in KDE.

Other than this (very) minor complaint as well as a few others I will not rant about today, KDE Plasma has been awesome and I really like being able to customize the themes way more than GNOME ever let me (I am currently running Catppuccin Macchiato + purple accent colour and have the "taskbar" on the top since I like having the clock up there, and it also means the tab bar in my browser is closer to the apps which is nice. No more going up and down! Also, the "Elisa" music player is really good, and themed as well which is very nice. Calendar apps were a problem in KDE, neither merkuro nor Korganizer could sync with my Radicale instance for whatever reason, and the GNOME calendar doesn't match in aesthetics and I also can't configure what calendars are shown as the settings takes inspiration from the iPhone's Camera app where it's all in the system settings of a GNOME that no longer is installed on my system. I ended up using Thunderbird for calendar stuff. Also, LibreOffice needed to be run in XWayland to avoid lag, which is weird)

top 5 comments
sorted by: hot top controversial new old
[–] just_another_person@lemmy.world 5 points 1 day ago* (last edited 1 day ago) (1 children)

The piece of software you're asking about is KRunner, but I don't think editing existing entries is supported. It's possible, sure, but it's probably a bigger mess than you'd like to deal with.

I would just make a shortcut to the shutdown action and let it populate in the results, then just use that to trigger a shutdown. Or I suppose you could make a quick keyboard shortcut.

[–] sbeak@sopuli.xyz 1 points 1 day ago (1 children)

Not that, when searching with the "application menu". Or is KRunner running when that is open? I'm pretty sure its different since KRunner (when opened with keyboard shortcut) shows extra things compared to the application menu search bar. Dang, you can't edit that easily?

[–] just_another_person@lemmy.world 4 points 1 day ago* (last edited 1 day ago)

KRunner is the launcher that is responsible for launching all things by keyboard, yes. You can't edit system entries easily without patching some stuff in.

Here's the list of various runners: https://userbase.kde.org/Plasma_application_launchers

[–] sun_is_ra@sh.itjust.works 2 points 1 day ago

For me typing "power off" or "shut down" works but I have to write it in full.

[–] sun_is_ra@sh.itjust.works 1 points 1 day ago

you could try running this command

qdbus6 org.kde.Shutdown /Shutdown logoutAndShutdown

WARNING: this should shutdown your PC. I didn't test it personally but it should work.

create a menu shortcut that execute this command and you will never have to deal with this problem again.