chromeos-ubuntu-sommelier
chromeos-ubuntu-sommelier copied to clipboard
getting it to work with xfce4?
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
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"
source ~/.bashrc
You really shouldn't need sommelier
for XFCE. Just run startxfce4
.
You really shouldn't need
sommelier
for XFCE. Just runstartxfce4
.
yea but in my case I need sommelier to use it as a replacement for Xiwi with hardware acceleration