7d27d9d398
kill the openbox-kde and openbox-gnome, we're going to have to do it different. put the full path to the openbox binary in the openbox-*-session files by using .in's
5 lines
107 B
Bash
5 lines
107 B
Bash
#!/bin/sh
|
|
|
|
# Run KDE with Openbox as its window manager
|
|
export KDEWM="@bindir@/openbox"
|
|
exec startkde "$@"
|