GTK applications do not start

Solution 1:

I found the solution by myself after searching for a while. There is apparently no need for a further package on top of the a proper X server, but you need to allow local connections to your X server by using the following commands:

DISPLAY=:0    
xhost +LOCAL:

Then it works!