File: 974180.patch

package info (click to toggle)
openbox 3.7~rc2-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 5,892 kB
  • sloc: ansic: 38,834; xml: 1,358; sh: 665; makefile: 613; python: 421
file content (25 lines) | stat: -rw-r--r-- 904 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Description: openbox-kde-session: The following configuration file changes need to be made to restore KDE/Openbox Sessions:
Author: Mateusz Łukasik <mati75@linuxmint.pl>
Bug-Debian: https://bugs.debian.org/974180
Origin: other
Forwarded: no
Last-Update: 2022-01-30

--- openbox-3.6.1.orig/data/xsession/openbox-kde-session.in
+++ openbox-3.6.1/data/xsession/openbox-kde-session.in
@@ -17,4 +17,4 @@ xprop -root -remove _NET_NUMBER_OF_DESKT
 
 # Run KDE with Openbox as its window manager
 export KDEWM="@bindir@/openbox"
-exec startkde "$@"
+exec startplasma-x11 "$@"
--- openbox-3.6.1.orig/data/xsession/openbox-kde.desktop.in
+++ openbox-3.6.1/data/xsession/openbox-kde.desktop.in
@@ -2,6 +2,6 @@
 Name=KDE/Openbox
 Comment=Use the Openbox window manager inside of the K Desktop Environment
 Exec=@bindir@/openbox-kde-session
-TryExec=startkde
+TryExec=startplasma-x11
 Icon=openbox
 Type=Application