Replies: 3 comments 7 replies
-
Hi @Al89B5vm It's hard for me to understand what you are asking here, exactly. Can you provide a bit more detail?
Thanks. |
Beta Was this translation helpful? Give feedback.
-
I couldn't get gdm working at all, but I started enlightenment from the console by putting the following in #!/bin/sh
exec /usr/local/bin/enlightenment_start Once I'd gotten enlightenment working with #!/bin/sh
# Create a log file
d=${DISPLAY#*:} ;# Remove up to and including ':'
d=${d%.*} ;# Remove trailing .<screen>
exec >~/.xrdp-session.$d.log 2>&1
# Display some debug information
echo ==== Environment ===
env
# Call the user's window manager
. ~/.xinitrc On my system I can connect to enlightenment over RDP doing that. I also get the following log files:-
The first of these is created by my new Does that makes sense? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
setting Enlightenment DE in /usr/local/etc/xrdp/startwm.sh with FreeBSD in a VM ,give to me access problem i tried: exec enlightenment-session ,exec startenlightenment, and exec start-enlightenment-desktop, following example in this script file: in ~/.xsession i typed correctly: dbus-launch --exit-with-session enlightenment_start and Desktop Environment work properly, not Remote Desktop connection throw neutrinoLabs display after a log in with my credential.Host OS Windows 11 home ,Hypervisor Virtualbox.which is the correct configuration?
Beta Was this translation helpful? Give feedback.
All reactions