chromeos-ubuntu-sommelier icon indicating copy to clipboard operation
chromeos-ubuntu-sommelier copied to clipboard

getting it to work with xfce4?

Open k2arim99 opened this issue 5 years ago • 4 comments

trying to run xfce4 ends on usr/bin/startxfce4: X server already running on display :0 xrdb: Connection refused xrdb: Can't open display ':0' xfce4-session: Cannot open display: . until i comment the env variables in .bashrc and reboot the chroot, theres any way to make it work together or at least cutdown on the manual hassle? thanks in advance

k2arim99 avatar Feb 01 '19 01:02 k2arim99

i got it to work in a quick and dirty way by just setting needed variables in the alias itself as such alias sommelier="env GDK_BACKEND=wayland CLUTTER_BACKEND=wayland XDG_RUNTIME_DIR='/var/run/chrome' WAYLAND_DISPLAY=wayland-0 DISPLAY=:0 ${HOME}/Downloads/sommelier/bin/sommelier -X --x-display=:0"

k2arim99 avatar Feb 01 '19 16:02 k2arim99

source ~/.bashrc

JL2210 avatar Feb 07 '19 16:02 JL2210

You really shouldn't need sommelier for XFCE. Just run startxfce4.

JL2210 avatar Feb 07 '19 16:02 JL2210

You really shouldn't need sommelier for XFCE. Just run startxfce4.

yea but in my case I need sommelier to use it as a replacement for Xiwi with hardware acceleration

tester248 avatar Jan 25 '22 07:01 tester248