Bug 361558 - No clear way to run Systemd KCM from terminal if systemsettings5 not installed
Summary: No clear way to run Systemd KCM from terminal if systemsettings5 not installed
Status: RESOLVED WORKSFORME
Alias: None
Product: Systemd KCM
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Ragnar Thomsen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-09 12:40 UTC by Alexander Potashev
Modified: 2019-01-07 02:17 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Potashev 2016-04-09 12:40:36 UTC
There is no obvious way to run Systemd KCM from terminal when systemsettings5 is not installed.

Here is the use case:
 1. You don't use a desktop environment, so you can't search for .desktop files;
 2. You install Systemd KCM and want to run it.

Reproducible: Always


Actual Results:  
It's unclear how to run Systemd KCM. The package does not install any executables, only kcm_[...].so.
Comment 1 KDErobo3me 2018-12-19 01:52:07 UTC
without a desktop environment, you cannot use any KCM at all, since they are X-Windows GUI components.

in such a case use a TUI like systemctl ideally in fish with nice TAB-completion.
Comment 2 Alexander Potashev 2018-12-19 05:14:04 UTC
(In reply to KDErobo3me from comment #1)
> without a desktop environment, you cannot use any KCM at all, since they are
> X-Windows GUI components.

Wrong. In my case I probably had X11 running and all different GUI software including Konsole/Yakuake, but no Plasma. You can't search for KCMs without Plasma.
Comment 3 Alexander Potashev 2018-12-20 09:43:09 UTC
Other KCMs can be started from terminal, for example:

kcmshell5 colors
Comment 4 Bug Janitor Service 2019-01-04 03:44:14 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 5 Alexander Potashev 2019-01-05 20:45:27 UTC
ping?
Comment 6 Rex Dieter 2019-01-05 23:55:54 UTC
To answer the original query:
kcmshell systemd
should do the trick.
Comment 7 Rex Dieter 2019-01-05 23:56:12 UTC
sorry, typo, make that:
kcmshell5 systemd
Comment 8 Alexander Potashev 2019-01-06 18:16:31 UTC
(In reply to Rex Dieter from comment #7)
> sorry, typo, make that:
> kcmshell5 systemd

Wow, it works! Thanks!