| Summary: | kdmrc: ServerCmd= key not working | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Bob Gleitsmann <rjgleits> |
| Component: | kde-workspace | Assignee: | Than Ngo <than> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 19 | CC: | dvratil, jgrulich, jreznik, kevin, ltinkl, mbriza, rdieter, rnovacek, than |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-10-07 04:39:44 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Bob Gleitsmann
2013-09-22 03:30:27 UTC
Hi Bob, KDM is part of the kde-workspace SRPM. Also, when I was last testing it (at 4.10.90), it definitely did load ServerCmd from kdmrc. Only exception for that is when the display that it is loading the command for is on a seat different from seat0, then it uses /lib/systemd/systemd-multi-seat-x to start it on a different seat. Is this your use case, too, please? Thanks, Martin Hi Martin, The version that you tested works (or worked) correctly. The new one doesn't. I am not using multi-seat, or multi-head either. Just one monitor. I will try again retrieving the source RPM. It would be nice if you could do that with yum, but that didn't work, Actually, source RPMs do not need to install at any particular location, and I would prefer that they didn't install somewhere in /usr. I usually put source code somewhere under my home directory to avoid access rights problems. The package name reported by yum for the source is not locatable by yum. Perhaps there is a different repo for source code? If it were my world, the documentation for and tools for retrieving source code would be easy to find and easy to use. At present, that doesn't seem to be the case. Anyway, thanks for your reply. I appreciate your help. Bob Before I look into the ServerCmd issue, you can download the source rpm by this command: yumdownloader --source kde-workspace OK, here's the story. Not really in kdm. kdm dutifully passes the ServerCmd value in kdmrc to systemd-multi-seat-x which ignores it. Removing systemd-multi-seat-x from /lib/systemd solves the problem for now. I see that you were trying to tell me about this. However, I have no idea where one would specify what seat one is trying to start. I didn't tell it any other seat than I always have (which is probably nothing). So I guess I should file a bug report against systemd. But I am closing this one. Or maybe kdm could have a multi-seat option. I don't know for sure, but I think multi-seat is the exception and you should have to intentionally turn it on. From what I read, multi-seat means two keyboards, not two screens. How many people have that? Best Wishes, Bob |