mirror of
https://github.com/linuxserver/docker-rdesktop.git
synced 2026-02-20 06:16:43 +08:00
9 lines
313 B
Bash
Executable File
9 lines
313 B
Bash
Executable File
#!/bin/bash
|
|
/startpulse.sh &
|
|
if [ -f "${HOME}"/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml ]; then
|
|
sed -i \
|
|
'/use_compositing/c <property name="use_compositing" type="bool" value="false"/>' \
|
|
"${HOME}"/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
|
|
fi
|
|
/usr/bin/xfce4-session > /dev/null 2>&1
|