tomikun
Explore posts from serversDHDistant Horizons
•Created by tomikun on 11/9/2024 in #help-me
Is there a way to disable ecertain blocks from appearing on the LOD?
Well it's the title. What is it for? Idk, seemed fun, also thought it might let me hide buggy modded blocks like create rails
17 replies
xfce4-session autostarting up program for seemingly no reason
vncserver :1 -xstartup "xfce4-session"
starts up a program afaik I did not specify to run anywhere.
I think the problem is xfce4-session since using vncserver :1 -xstartup "nice"
which doesn't exist then checking ps
shows me the program doesn't run there but when I run DISPLAY=:1 xfce4-session
it appears.
This strangely enough doesn't happen if I instead use termux-x11 -xstartup "xfce4-session"
.
I checked $PREFIX/etc/xdg and ~/.config but am not really sure where to look there. It's also not in the session and startup menu in xfce.
This isn't really a problem for me but I can't figure out why this happens.14 replies