
There is a huge bug in porteus xfce. The CSD window decoration doesn`t work



What the heck happened with xfce. The csd decorations are als mssing from the settings application of xfce. How do i fix this and get the normal xfceui with csd windows?
Code: Select all
#!/bin/sh
export GTK_CSD=1
Code: Select all
#!/bin/bash
echo -e '#!/bin/sh\n\nexport GTK_CSD=1\n' > /etc/profile.d/restore-csd.sh
chmod +x /etc/profile.d/restore-csd.sh
mkdir /tmp/module
cp -a --parents /etc/profile.d/restore-csd.sh /tmp/module
dir2xzm /tmp/module /tmp/restore-csd.xzm
echo "restore-csd.xzm is in /tmp, move it to your modules folder and reboot"