FS#64139 - KDE/Openbox Session broken by startkde rename

Attached to Project: Community Packages
Opened by tonurics (Tonurics) - Tuesday, 15 October 2019, 23:20 GMT
Last edited by Chih-Hsuan Yen (yan12125) - Wednesday, 16 October 2019, 17:26 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Chih-Hsuan Yen (yan12125)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

The KDE/Openbox Session option fails to load because the "startkde" file was renamed to "startplasma-x11" on the filesystem [in plasma-workspace 5.17.0-1], but updated configuration files haven't been provided in the openbox 3.6.1-4 package.

The following configuration file changes need to be made to restore KDE/Openbox Sessions:

/usr/bin/openbox-kde-session
- exec startkde "$@"
+ exec /usr/bin/startplasma-x11 "$@"

/usr/share/xsessions/openbox-kde.desktop
- TryExec=/usr/bin/startkde
+ TryExec=/usr/bin/startplasma-x11
This task depends upon

Closed by  Chih-Hsuan Yen (yan12125)
Wednesday, 16 October 2019, 17:26 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed in 3.6.1-5. Thank you very much for the patch!

Loading...