Has a solution to this been found? I am having this issue on a remaster(from scratch actually)..
Printable View
Has a solution to this been found? I am having this issue on a remaster(from scratch actually)..
Resolved, thanks to Fabian on the mailing list! Ensure /etc/X11/xinit/xinitrc is 755 and add set -x and set +e to /etc/X11/Xsessions.d/45xsession. I add them right on top:
Worked like a charm afterwards!Code:#!/bin/bash
PATH="/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/games:/usr/local/bin:."
export PATH
set -x
set +e
cesman