I also cannot copy and paste or mount virtualbox shared files to leap 16.
I have search all over for an answer - I have been debugging issues in leap 16 and isolated it to the following:
dbus-launch is missing dbus-daemon or dbus-x11 is missing according to various other flavors of linux.
it shows dbus-launch is missing in my virtualbox machine - ubuntu says fix is dbus-x11 - I have no idea. you can prove it yourself - change mate-terminal to your terminal (xterm for example)
LEAP16:~ # /usr/bin/dbus-launch /usr/bin/mate-terminal --geometry 164x24 -t Htop -x /usr/bin/htop
Failed to execute message bus daemon /usr/bin/dbus-daemon: No such file or directory. Will try again without full path.
Failed to execute message bus daemon: No such file or directory
EOF in dbus-launch reading address from bus daemon
LEAP16:~ #
LEAP16:~ # /usr/bin/dbus-launch /usr/bin/xterm -x /usr/bin/top
Failed to execute message bus daemon /usr/bin/dbus-daemon: No such file or directory. Will try again without full path.
Failed to execute message bus daemon: No such file or directory
EOF in dbus-launch reading address from bus daemon
LEAP16:~ #
in your copy of leap 16 just enter this and you get the error I get
Might be interesting to note β¦ β-xβ is not a valid argument, though maybe for an odd version of xterm. When I execute it, it fails with invalid argument.